Searched refs:ff_mov_read_chan (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | mov_chan.h | 163 int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st,
|
H A D | cafdec.c | 346 if ((ret = ff_mov_read_chan(s, s->pb, st, size)) < 0) in read_header()
|
H A D | aiffdec.c | 336 if ((ret = ff_mov_read_chan(s, pb, st, size)) < 0) in aiff_read_header()
|
H A D | mov_chan.c | 500 int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, in ff_mov_read_chan() function
|
H A D | mov.c | 988 ff_mov_read_chan(c->fc, pb, st, atom.size - 4); in mov_read_chan()
|
Completed in 12 milliseconds