FFmpeg
|
Data Fields | |
AVFrame * | picture |
int | compr |
enum ExrPixelType | pixel_type |
int | channel_offsets [4] |
const AVPixFmtDescriptor * | desc |
uint32_t | xmax |
uint32_t | xmin |
uint32_t | ymax |
uint32_t | ymin |
uint32_t | xdelta |
uint32_t | ydelta |
int | ysize |
uint64_t | scan_line_size |
int | scan_lines_per_block |
const uint8_t * | buf |
const uint8_t * | table |
int | buf_size |
EXRChannel * | channels |
int | nb_channels |
EXRThreadData * | thread_data |
int | thread_data_size |
AVFrame* EXRContext::picture |
Definition at line 73 of file exr.c.
Referenced by decode_block(), and decode_frame().
int EXRContext::compr |
Definition at line 74 of file exr.c.
Referenced by decode_block(), and decode_frame().
enum ExrPixelType EXRContext::pixel_type |
Definition at line 75 of file exr.c.
Referenced by decode_block(), and decode_frame().
int EXRContext::channel_offsets[4] |
Definition at line 76 of file exr.c.
Referenced by decode_block(), and decode_frame().
const AVPixFmtDescriptor* EXRContext::desc |
Definition at line 77 of file exr.c.
Referenced by decode_block(), and decode_frame().
uint32_t EXRContext::xmax |
Definition at line 79 of file exr.c.
Referenced by decode_block(), and decode_frame().
uint32_t EXRContext::xmin |
Definition at line 79 of file exr.c.
Referenced by decode_block(), and decode_frame().
uint32_t EXRContext::ymax |
Definition at line 80 of file exr.c.
Referenced by decode_block(), and decode_frame().
uint32_t EXRContext::ymin |
Definition at line 80 of file exr.c.
Referenced by decode_frame().
uint32_t EXRContext::xdelta |
Definition at line 81 of file exr.c.
Referenced by decode_block(), decode_frame(), and pxr24_uncompress().
uint32_t EXRContext::ydelta |
Definition at line 81 of file exr.c.
Referenced by decode_frame().
int EXRContext::ysize |
Definition at line 83 of file exr.c.
Referenced by decode_block(), and pxr24_uncompress().
uint64_t EXRContext::scan_line_size |
Definition at line 85 of file exr.c.
Referenced by decode_block(), and decode_frame().
int EXRContext::scan_lines_per_block |
Definition at line 86 of file exr.c.
Referenced by decode_block(), and decode_frame().
const uint8_t* EXRContext::buf |
Definition at line 88 of file exr.c.
Referenced by decode_block(), and decode_frame().
const uint8_t * EXRContext::table |
Definition at line 88 of file exr.c.
Referenced by decode_block(), and decode_frame().
int EXRContext::buf_size |
Definition at line 89 of file exr.c.
Referenced by decode_block(), and decode_frame().
EXRChannel* EXRContext::channels |
Definition at line 91 of file exr.c.
Referenced by decode_end(), decode_frame(), and pxr24_uncompress().
int EXRContext::nb_channels |
Definition at line 92 of file exr.c.
Referenced by decode_frame(), and pxr24_uncompress().
EXRThreadData* EXRContext::thread_data |
Definition at line 94 of file exr.c.
Referenced by decode_block(), decode_end(), and decode_frame().
int EXRContext::thread_data_size |
Definition at line 95 of file exr.c.
Referenced by decode_end(), and decode_frame().