Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h324 #define MOV_TRUN_SAMPLE_DURATION 0x100 macro
Dmovenc.c4473 flags |= MOV_TRUN_SAMPLE_DURATION; in mov_write_trun_tag()
4505 if (flags & MOV_TRUN_SAMPLE_DURATION) in mov_write_trun_tag()
Dmov.c4942 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb); in mov_read_trun()
/third_party/ffmpeg/tools/
Dismindex.c239 if (default_duration <= 0 && !(flags & MOV_TRUN_SAMPLE_DURATION)) { in read_trun_duration()
252 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(in); in read_trun_duration()