Searched refs:ff_add_attached_pic (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | asf.c | 105 ret = ff_add_attached_pic(s, NULL, s->pb, NULL, picsize); in asf_read_picture()
|
H A D | demux.h | 209 int ff_add_attached_pic(AVFormatContext *s, AVStream *st, AVIOContext *pb,
|
H A D | flac_picture.c | 172 ret = ff_add_attached_pic(s, NULL, NULL, &data, 0); in ff_flac_parse_picture()
|
H A D | apetag.c | 83 int ret = ff_add_attached_pic(s, st, s->pb, NULL, size); in ape_tag_read_field()
|
H A D | demux_utils.c | 116 int ff_add_attached_pic(AVFormatContext *s, AVStream *st0, AVIOContext *pb, in ff_add_attached_pic() function
|
H A D | id3v2.c | 1237 ret = ff_add_attached_pic(s, NULL, NULL, &apic->buf, 0); in ff_id3v2_parse_apic()
|
H A D | wtvdec.c | 450 if (ff_add_attached_pic(s, NULL, pb, NULL, filesize) < 0) in get_attachment()
|
H A D | matroskadec.c | 3118 res = ff_add_attached_pic(s, st, NULL, &attachments[j].bin.buf, 0); in matroska_read_header()
|
H A D | mov.c | 214 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