Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvorbis_parser_internal.h34 struct AVVorbisParseContext { struct
35 const AVClass *class;
36 int extradata_parsed; ///< we have attempted to parse extradata
37 int valid_extradata; ///< extradata is valid, so we can calculate duration
38 int blocksize[2]; ///< short and long window sizes
39 int previous_blocksize; ///< previous window size
40 int mode_blocksize[64]; ///< window size mapping for each mode
41 int mode_count; ///< number of modes
42 int mode_mask; ///< bitmask used to get the mode in each packet
43 int prev_mask; ///< bitmask used to get the previous mode flag in each packet
Dvorbis_parser.h31 typedef struct AVVorbisParseContext AVVorbisParseContext; typedef