Home
last modified time | relevance | path

Searched refs:ff_mp4_read_descr (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmov_esds.c33 ff_mp4_read_descr(fc, pb, &tag); in ff_mov_read_esds()
39 ff_mp4_read_descr(fc, pb, &tag); in ff_mov_read_esds()
Disom.c295 int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag) in ff_mp4_read_descr() function
345 len = ff_mp4_read_descr(fc, pb, &tag); in ff_mp4_read_dec_config_descr()
Disom.h324 int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
Dmpegts.c2210 int len1 = ff_mp4_read_descr(d->s, pb, &tag); in parse_mp4_descr()