Android-cuttlefish cvd tool
Public Attributes | List of all members
gfxstream::YUV420Image Struct Reference

#include <image.h>

Collaboration diagram for gfxstream::YUV420Image:
Collaboration graph
[legend]

Public Attributes

uint32_t width
 
uint32_t height
 
std::vector< uint8_t > y
 
std::vector< uint8_t > u
 
std::vector< uint8_t > v
 

Member Data Documentation

◆ height

uint32_t gfxstream::YUV420Image::height

◆ u

std::vector<uint8_t> gfxstream::YUV420Image::u

◆ v

std::vector<uint8_t> gfxstream::YUV420Image::v

◆ width

uint32_t gfxstream::YUV420Image::width

◆ y

std::vector<uint8_t> gfxstream::YUV420Image::y

The documentation for this struct was generated from the following file: