Searched refs:ff_flac_parse_picture (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | flac_picture.h | 29 int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround);
|
D | flac_picture.c | 32 int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround) in ff_flac_parse_picture() function
|
D | flacdec.c | 149 ret = ff_flac_parse_picture(s, buffer, metadata_size, 1); in flac_read_header()
|
D | oggparsevorbis.c | 168 ret = ff_flac_parse_picture(as, pict, ret, 0); in ff_vorbis_comment()
|