Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmov_esds.c40 if (tag == MP4DecConfigDescrTag) in ff_mov_read_esds()
Disom.h310 #define MP4DecConfigDescrTag 0x04 macro
Dmpegts.c1522 if ((ret = parse_mp4_descr(d, off, len, MP4DecConfigDescrTag)) < 0) in parse_MP4ESDescrTag()
1625 case MP4DecConfigDescrTag: in parse_mp4_descr()
/third_party/ffmpeg/libavcodec/
Daudiotoolboxenc.c408 if (tag == MP4DecConfigDescrTag) { in ffat_init_encoder()