Home
last modified time | relevance | path

Searched refs:ff_add_attached_pic (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dasf.c105 ret = ff_add_attached_pic(s, NULL, s->pb, NULL, picsize); in asf_read_picture()
H A Ddemux.h209 int ff_add_attached_pic(AVFormatContext *s, AVStream *st, AVIOContext *pb,
H A Dflac_picture.c172 ret = ff_add_attached_pic(s, NULL, NULL, &data, 0); in ff_flac_parse_picture()
H A Dapetag.c83 int ret = ff_add_attached_pic(s, st, s->pb, NULL, size); in ape_tag_read_field()
H A Ddemux_utils.c116 int ff_add_attached_pic(AVFormatContext *s, AVStream *st0, AVIOContext *pb, in ff_add_attached_pic() function
H A Did3v2.c1237 ret = ff_add_attached_pic(s, NULL, NULL, &apic->buf, 0); in ff_id3v2_parse_apic()
H A Dwtvdec.c450 if (ff_add_attached_pic(s, NULL, pb, NULL, filesize) < 0) in get_attachment()
H A Dmatroskadec.c3118 res = ff_add_attached_pic(s, st, NULL, &attachments[j].bin.buf, 0); in matroska_read_header()
H A Dmov.c214 ret = ff_add_attached_pic(c->fc, NULL, pb, NULL, len); in mov_read_covr()
8297 if (ff_add_attached_pic(s, st, sc->pb, NULL, sample->size) < 0)

Completed in 20 milliseconds