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.h29 int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround);
Dflac_picture.c32 int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround) in ff_flac_parse_picture() function
Dflacdec.c149 ret = ff_flac_parse_picture(s, buffer, metadata_size, 1); in flac_read_header()
Doggparsevorbis.c168 ret = ff_flac_parse_picture(as, pict, ret, 0); in ff_vorbis_comment()