Libav
Data Fields
EXRContext Struct Reference

Data Fields

AVClassclass
 
AVFramepicture
 
AVCodecContextavctx
 
enum ExrCompr compression
 
enum ExrPixelType pixel_type
 
int channel_offsets [4]
 
const AVPixFmtDescriptordesc
 
int w
 
int h
 
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
 
GetByteContext gb
 
const uint8_tbuf
 
int buf_size
 
EXRChannelchannels
 
int nb_channels
 
EXRThreadDatathread_data
 
const char * layer
 

Detailed Description

Definition at line 80 of file exr.c.

Field Documentation

§ class

AVClass* EXRContext::class

Definition at line 81 of file exr.c.

§ picture

AVFrame* EXRContext::picture

Definition at line 82 of file exr.c.

Referenced by decode_block(), and decode_frame().

§ avctx

AVCodecContext* EXRContext::avctx

Definition at line 83 of file exr.c.

Referenced by check_header_variable(), decode_header(), and decode_init().

§ compression

enum ExrCompr EXRContext::compression

Definition at line 85 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ pixel_type

enum ExrPixelType EXRContext::pixel_type

Definition at line 86 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ channel_offsets

int EXRContext::channel_offsets[4]

Definition at line 87 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ desc

const AVPixFmtDescriptor* EXRContext::desc

Definition at line 88 of file exr.c.

Referenced by decode_block(), and decode_frame().

§ w

int EXRContext::w

Definition at line 90 of file exr.c.

Referenced by decode_frame(), decode_header(), and decode_init().

§ h

int EXRContext::h

Definition at line 90 of file exr.c.

Referenced by decode_frame(), decode_header(), and decode_init().

§ xmax

uint32_t EXRContext::xmax

Definition at line 91 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ xmin

uint32_t EXRContext::xmin

Definition at line 91 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ ymax

uint32_t EXRContext::ymax

Definition at line 92 of file exr.c.

Referenced by decode_block(), decode_frame(), decode_header(), and decode_init().

§ ymin

uint32_t EXRContext::ymin

Definition at line 92 of file exr.c.

Referenced by decode_frame(), decode_header(), and decode_init().

§ xdelta

uint32_t EXRContext::xdelta

§ ydelta

uint32_t EXRContext::ydelta

Definition at line 93 of file exr.c.

Referenced by decode_frame(), decode_header(), and decode_init().

§ ysize

int EXRContext::ysize

Definition at line 94 of file exr.c.

Referenced by decode_block(), piz_uncompress(), and pxr24_uncompress().

§ scan_line_size

uint64_t EXRContext::scan_line_size

Definition at line 96 of file exr.c.

Referenced by decode_block(), and decode_header().

§ scan_lines_per_block

int EXRContext::scan_lines_per_block

Definition at line 97 of file exr.c.

Referenced by decode_block(), and decode_frame().

§ gb

GetByteContext EXRContext::gb

Definition at line 99 of file exr.c.

Referenced by check_header_variable(), decode_block(), decode_frame(), and decode_header().

§ buf

const uint8_t* EXRContext::buf

Definition at line 100 of file exr.c.

Referenced by decode_block(), and decode_frame().

§ buf_size

int EXRContext::buf_size

Definition at line 101 of file exr.c.

Referenced by decode_block(), and decode_frame().

§ channels

EXRChannel* EXRContext::channels

Definition at line 103 of file exr.c.

Referenced by decode_end(), decode_header(), piz_uncompress(), and pxr24_uncompress().

§ nb_channels

int EXRContext::nb_channels

Definition at line 104 of file exr.c.

Referenced by decode_header(), decode_init(), piz_uncompress(), and pxr24_uncompress().

§ thread_data

EXRThreadData* EXRContext::thread_data

Definition at line 106 of file exr.c.

Referenced by decode_block(), decode_end(), decode_frame(), decode_init(), and decode_init_thread_copy().

§ layer

const char* EXRContext::layer

Definition at line 108 of file exr.c.

Referenced by decode_header().


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