41 #ifndef OGGPLAY_TOOLS_HEADER
42 #define OGGPLAY_TOOLS_HEADER
86 oggplay_sys_time_in_ms(
void);
89 oggplay_millisleep(
long ms);
unsigned char * ptro
the RGB stream in the requested packaging format
Definition: oggplay_tools.h:70
int rgb_height
height of the RGB frame
Definition: oggplay_tools.h:72
unsigned char * ptrv
V channel.
Definition: oggplay_tools.h:61
int y_width
the width of the Y plane
Definition: oggplay_tools.h:62
int y_height
the height of the Y plane
Definition: oggplay_tools.h:63
structure holds pointers to y, u, v channels
Definition: oggplay_tools.h:58
int uv_width
the width of the U/V plane
Definition: oggplay_tools.h:64
int rgb_width
width of the RGB frame
Definition: oggplay_tools.h:71
unsigned char * ptry
Y channel.
Definition: oggplay_tools.h:59
unsigned char * ptru
U channel.
Definition: oggplay_tools.h:60
structure holds pointers to RGB packets
Definition: oggplay_tools.h:69
int uv_height
the height of the U/V plane
Definition: oggplay_tools.h:65