Libav
Data Fields
Plane Struct Reference

Data Fields

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

Detailed Description

Definition at line 63 of file indeo3.c.

Field Documentation

§ buffers

uint8_t* Plane::buffers[2]

Definition at line 64 of file indeo3.c.

Referenced by allocate_frame_buffers(), and free_frame_buffers().

§ pixels

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

§ width

uint32_t Plane::width

§ height

uint32_t Plane::height

§ pitch

uint32_t Plane::pitch

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