FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
EXRContext Struct Reference

Data Fields

AVFramepicture
 
int compr
 
enum ExrPixelType pixel_type
 
int channel_offsets [4]
 
const AVPixFmtDescriptordesc
 
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_tbuf
 
const uint8_ttable
 
int buf_size
 
EXRChannelchannels
 
int nb_channels
 
EXRThreadDatathread_data
 
int thread_data_size
 

Detailed Description

Definition at line 72 of file exr.c.

Field Documentation

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


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