Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h345 #define MOV_TRUN_SAMPLE_DURATION 0x100 macro
H A Dmovenc.c5228 flags |= MOV_TRUN_SAMPLE_DURATION;
5260 if (flags & MOV_TRUN_SAMPLE_DURATION)
H A Dmov.c5335 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb);
/third_party/ffmpeg/tools/
H A 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()

Completed in 24 milliseconds