Home
last modified time | relevance | path

Searched refs:ff_flac_parse_picture (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dflac_picture.h40 int ff_flac_parse_picture(AVFormatContext *s, uint8_t **buf, int buf_size,
Dflac_picture.c33 int ff_flac_parse_picture(AVFormatContext *s, uint8_t **bufp, int buf_size, in ff_flac_parse_picture() function
Dflacdec.c148 ret = ff_flac_parse_picture(s, &buffer, metadata_size, 1); in flac_read_header()
Doggparsevorbis.c129 ret = ff_flac_parse_picture(as, &pict, ret, 0); in vorbis_parse_single_comment()