| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <VideoBuffer.h>
Public Attributes | |
| uint8_t * | plane [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 | 
| unsigned int YuvImage::bpp | 
| unsigned int YuvImage::cshift_x | 
| unsigned int YuvImage::cshift_y | 
| unsigned int YuvImage::height | 
      
  | 
  static | 
| uint8_t* YuvImage::plane[MAX_PLANES] | 
| int YuvImage::planesize[MAX_PLANES] | 
| int YuvImage::stride[MAX_PLANES] | 
| unsigned int YuvImage::width |