Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
YuvImage Struct Reference

#include <VideoBuffer.h>

Public Attributes

uint8_tplane [MAX_PLANES]
 
int planesize [MAX_PLANES]
 
int stride [MAX_PLANES]
 
unsigned int width
 
unsigned int height
 
unsigned int cshift_x
 
unsigned int cshift_y
 
unsigned int bpp
 

Static Public Attributes

static const int MAX_PLANES = 3
 

Member Data Documentation

§ bpp

unsigned int YuvImage::bpp

§ cshift_x

unsigned int YuvImage::cshift_x

§ cshift_y

unsigned int YuvImage::cshift_y

§ height

unsigned int YuvImage::height

§ MAX_PLANES

const int YuvImage::MAX_PLANES = 3
static

§ plane

uint8_t* YuvImage::plane[MAX_PLANES]

§ planesize

int YuvImage::planesize[MAX_PLANES]

§ stride

int YuvImage::stride[MAX_PLANES]

§ width

unsigned int YuvImage::width

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