Home
last modified time | relevance | path

Searched refs:AVVorbisParseContext (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvorbis_parser.h31 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);
Dvorbis_parser.c41 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;
Dvorbis_parser_internal.h34 struct AVVorbisParseContext { struct
Dlibvorbisenc.c52 AVVorbisParseContext *vp; /**< parse context to get durations */
/third_party/ffmpeg/libavformat/
Doggparsevorbis.c216 AVVorbisParseContext *vp;