Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dape.c51 typedef struct APEContext { struct
53 uint32_t junklength;
54 uint32_t firstframe;
55 uint32_t totalsamples;
56 int currentframe;
80 } APEContext; argument
/third_party/ffmpeg/libavcodec/
Dapedec.c153 typedef struct APEContext { struct
154 AVClass *class; ///< class for AVOptions
155 AVCodecContext *avctx;
156 BswapDSPContext bdsp;
157 LLAudDSPContext adsp;
158 int channels;
159 int samples; ///< samples left to decode in current frame
160 int bps;
162 int fileversion; ///< codec version, very important in decoding process
163 int compression_level; ///< compression levels
[all …]