![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
| unsigned char * | u |
| Pointer to start of Cb data. | |
| int | uv_height |
| Height of the chroma planes. | |
| int | uv_stride |
| Offset between successive chroma rows. | |
| int | uv_width |
| Width of the Cb and Cr chroma planes. | |
| unsigned char * | v |
| Pointer to start of Cr data. | |
| unsigned char * | y |
| Pointer to start of luminance data. | |
| int | y_height |
| Height of the luminance plane. | |
| int | y_stride |
| Offset in bytes between successive rows. | |
| int | y_width |
| Width of the Y' luminance plane. | |
| unsigned char* yuv_buffer::u |
Pointer to start of Cb data.
Definition at line 308 of file cap_ogg.c.
Referenced by SCR_CaptureVideo_Ogg_ConvertFrame_BGRA_to_YUV().
| int yuv_buffer::uv_stride |
Offset between successive chroma rows.
Definition at line 306 of file cap_ogg.c.
Referenced by SCR_CaptureVideo_Ogg_ConvertFrame_BGRA_to_YUV().
| int yuv_buffer::uv_width |
| unsigned char* yuv_buffer::v |
Pointer to start of Cr data.
Definition at line 309 of file cap_ogg.c.
Referenced by SCR_CaptureVideo_Ogg_ConvertFrame_BGRA_to_YUV().
| unsigned char* yuv_buffer::y |
Pointer to start of luminance data.
Definition at line 307 of file cap_ogg.c.
Referenced by SCR_CaptureVideo_Ogg_ConvertFrame_BGRA_to_YUV().
| int yuv_buffer::y_stride |
Offset in bytes between successive rows.
Definition at line 302 of file cap_ogg.c.
Referenced by SCR_CaptureVideo_Ogg_ConvertFrame_BGRA_to_YUV().