Libav
Data Fields
Plane Struct Reference

Data Fields

uint8_tbuffers [2]
uint8_tpixels [2]
 pointer to the actual pixel data of the buffers above
uint32_t width
uint32_t height
uint32_t pitch

Detailed Description

Definition at line 63 of file indeo3.c.

Field Documentation

uint8_t* Plane::buffers[2]

Definition at line 64 of file indeo3.c.

Referenced by allocate_frame_buffers(), and free_frame_buffers().

uint8_t* Plane::pixels[2]

pointer to the actual pixel data of the buffers above

Definition at line 65 of file indeo3.c.

Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), free_frame_buffers(), and output_plane().

uint32_t Plane::width

Definition at line 66 of file indeo3.c.

Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), decode_plane(), and output_plane().

uint32_t Plane::height

Definition at line 67 of file indeo3.c.

Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), decode_plane(), and output_plane().

uint32_t Plane::pitch

Definition at line 68 of file indeo3.c.

Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), and output_plane().


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