Searched defs:APEContext (Results 1 – 2 of 2) sorted by relevance
51 typedef struct APEContext { struct53 uint32_t junklength;54 uint32_t firstframe;55 uint32_t totalsamples;56 int currentframe;80 } APEContext; argument
153 typedef struct APEContext { struct154 AVClass *class; ///< class for AVOptions155 AVCodecContext *avctx;156 BswapDSPContext bdsp;157 LLAudDSPContext adsp;158 int channels;159 int samples; ///< samples left to decode in current frame160 int bps;162 int fileversion; ///< codec version, very important in decoding process163 int compression_level; ///< compression levels[all …]