structure holds pointers to y, u, v channels More...
#include <oggplay_tools.h>
Public Attributes | |
| unsigned char * | ptry |
| Y channel. | |
| unsigned char * | ptru |
| U channel. | |
| unsigned char * | ptrv |
| V channel. | |
| int | y_width |
| the width of the Y plane | |
| int | y_height |
| the height of the Y plane | |
| int | uv_width |
| the width of the U/V plane | |
| int | uv_height |
| the height of the U/V plane | |
structure holds pointers to y, u, v channels
| unsigned char* _OggPlayYUVChannels::ptru |
U channel.
| unsigned char* _OggPlayYUVChannels::ptrv |
V channel.
| unsigned char* _OggPlayYUVChannels::ptry |
Y channel.
the height of the U/V plane
the width of the U/V plane
the height of the Y plane
the width of the Y plane
1.7.1