Searched refs:MOV_TRUN_SAMPLE_DURATION (Results 1 – 4 of 4) sorted by relevance
324 #define MOV_TRUN_SAMPLE_DURATION 0x100 macro
4473 flags |= MOV_TRUN_SAMPLE_DURATION; in mov_write_trun_tag()4505 if (flags & MOV_TRUN_SAMPLE_DURATION) in mov_write_trun_tag()
4942 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb); in mov_read_trun()
239 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()