|
FFmpeg
|
Data Fields | |
| AVFrame | picture |
| int | compr |
| int | bits_per_color_id |
| int | channel_offsets [4] |
| uint8_t * | uncompressed_data |
| int | uncompressed_size |
| uint8_t * | tmp |
| int | tmp_size |
| AVFrame EXRContext::picture |
Definition at line 52 of file exr.c.
Referenced by decode_end(), decode_frame(), and decode_init().
| int EXRContext::compr |
Definition at line 53 of file exr.c.
Referenced by decode_frame(), and decode_init().
| int EXRContext::bits_per_color_id |
Definition at line 54 of file exr.c.
Referenced by decode_frame().
| int EXRContext::channel_offsets[4] |
Definition at line 55 of file exr.c.
Referenced by decode_frame().
| uint8_t* EXRContext::uncompressed_data |
Definition at line 57 of file exr.c.
Referenced by decode_end(), and decode_frame().
| int EXRContext::uncompressed_size |
Definition at line 58 of file exr.c.
Referenced by decode_frame().
| uint8_t* EXRContext::tmp |
Definition at line 60 of file exr.c.
Referenced by decode_end(), and decode_frame().
| int EXRContext::tmp_size |
Definition at line 61 of file exr.c.
Referenced by decode_frame().
1.8.2