Libav
|
Data Fields | |
uint8_t * | buffers [2] |
uint8_t * | pixels [2] |
pointer to the actual pixel data of the buffers above | |
uint32_t | width |
uint32_t | height |
uint32_t | pitch |
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().