Searched refs:AVVorbisParseContext (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vorbis_parser.h | 31 typedef struct AVVorbisParseContext AVVorbisParseContext; typedef 36 AVVorbisParseContext *av_vorbis_parse_init(const uint8_t *extradata, 42 void av_vorbis_parse_free(AVVorbisParseContext **s); 59 int av_vorbis_parse_frame_flags(AVVorbisParseContext *s, const uint8_t *buf, 69 int av_vorbis_parse_frame(AVVorbisParseContext *s, const uint8_t *buf, 72 void av_vorbis_parse_reset(AVVorbisParseContext *s);
|
D | vorbis_parser.c | 41 static int parse_id_header(AVVorbisParseContext *s, in parse_id_header() 73 static int parse_setup_header(AVVorbisParseContext *s, in parse_setup_header() 184 static int vorbis_parse_init(AVVorbisParseContext *s, in vorbis_parse_init() 213 int av_vorbis_parse_frame_flags(AVVorbisParseContext *s, const uint8_t *buf, in av_vorbis_parse_frame_flags() 264 int av_vorbis_parse_frame(AVVorbisParseContext *s, const uint8_t *buf, in av_vorbis_parse_frame() 270 void av_vorbis_parse_reset(AVVorbisParseContext *s) in av_vorbis_parse_reset() 276 void av_vorbis_parse_free(AVVorbisParseContext **s) in av_vorbis_parse_free() 281 AVVorbisParseContext *av_vorbis_parse_init(const uint8_t *extradata, in av_vorbis_parse_init() 284 AVVorbisParseContext *s = av_mallocz(sizeof(*s)); in av_vorbis_parse_init() 302 AVVorbisParseContext *vp;
|
D | vorbis_parser_internal.h | 34 struct AVVorbisParseContext { struct
|
D | libvorbisenc.c | 52 AVVorbisParseContext *vp; /**< parse context to get durations */
|
/third_party/ffmpeg/libavformat/ |
D | oggparsevorbis.c | 216 AVVorbisParseContext *vp;
|