Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dexrenc.c72 typedef struct EXRContext { struct
89 } EXRContext; argument
Dexr.c145 typedef struct EXRContext { struct
146 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 = alpha
158 const AVPixFmtDescriptor *desc;
[all …]