Home
last modified time | relevance | path

Searched defs:EXRContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dexrenc.c75 typedef struct EXRContext { struct
92 } EXRContext; argument
Dexr.c146 typedef struct EXRContext { struct
147 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 = alpha
159 const AVPixFmtDescriptor *desc;
[all …]