Searched refs:ff_flac_parse_picture (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | flac_picture.h | 40 int ff_flac_parse_picture(AVFormatContext *s, uint8_t **buf, int buf_size,
|
D | flac_picture.c | 33 int ff_flac_parse_picture(AVFormatContext *s, uint8_t **bufp, int buf_size, in ff_flac_parse_picture() function
|
D | flacdec.c | 148 ret = ff_flac_parse_picture(s, &buffer, metadata_size, 1); in flac_read_header()
|
D | oggparsevorbis.c | 129 ret = ff_flac_parse_picture(as, &pict, ret, 0); in vorbis_parse_single_comment()
|