#include <ogg/ogg.h>
#include <sys/time.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | _OggPlayYUVChannels |
structure holds pointers to y, u, v channels More... | |
struct | _OggPlayRGBChannels |
structure holds pointers to RGB packets More... | |
Typedefs | |
typedef struct _OggPlayYUVChannels | OggPlayYUVChannels |
structure holds pointers to y, u, v channels | |
typedef struct _OggPlayRGBChannels | OggPlayRGBChannels |
structure holds pointers to RGB packets | |
Functions | |
void | oggplay_yuv2rgba (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
void | oggplay_yuv2bgra (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
void | oggplay_yuv2argb (const OggPlayYUVChannels *yuv, OggPlayRGBChannels *rgb) |
ogg_int64_t | oggplay_sys_time_in_ms (void) |
void | oggplay_millisleep (long ms) |