Searched defs:EXRContext (Results 1 – 2 of 2) sorted by relevance
72 typedef struct EXRContext { struct89 } EXRContext; argument
145 typedef struct EXRContext { struct146 AVClass *class;147 AVFrame *picture;148 AVCodecContext *avctx;149 ExrDSPContext dsp;152 BswapDSPContext bbdsp;155 enum ExrCompr compression;156 enum ExrPixelType pixel_type;157 int channel_offsets[4]; // 0 = red, 1 = green, 2 = blue and 3 = alpha158 const AVPixFmtDescriptor *desc;[all …]