Searched defs:EXRContext (Results 1 – 2 of 2) sorted by relevance
75 typedef struct EXRContext { struct92 } EXRContext; argument
146 typedef struct EXRContext { struct147 AVClass *class;148 AVFrame *picture;149 AVCodecContext *avctx;150 ExrDSPContext dsp;153 BswapDSPContext bbdsp;156 enum ExrCompr compression;157 enum ExrPixelType pixel_type;158 int channel_offsets[4]; // 0 = red, 1 = green, 2 = blue and 3 = alpha159 const AVPixFmtDescriptor *desc;[all …]