DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
yuv_buffer Struct Reference
+ Collaboration diagram for yuv_buffer:

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.
 

Detailed Description

Definition at line 299 of file cap_ogg.c.

Field Documentation

◆ u

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().

◆ uv_height

int yuv_buffer::uv_height

Height of the chroma planes.

Definition at line 305 of file cap_ogg.c.

◆ uv_stride

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().

◆ uv_width

int yuv_buffer::uv_width

Width of the Cb and Cr chroma planes.

Definition at line 304 of file cap_ogg.c.

◆ v

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().

◆ y

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().

◆ y_height

int yuv_buffer::y_height

Height of the luminance plane.

Definition at line 301 of file cap_ogg.c.

◆ y_stride

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().

◆ y_width

int yuv_buffer::y_width

Width of the Y' luminance plane.

Definition at line 300 of file cap_ogg.c.


The documentation for this struct was generated from the following file: