Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h347 #define MOV_TRUN_SAMPLE_FLAGS 0x400 macro
H A Dmovenc.c5232 flags |= MOV_TRUN_SAMPLE_FLAGS;
5234 if (!(flags & MOV_TRUN_SAMPLE_FLAGS) && track->entry > 0 &&
5264 if (flags & MOV_TRUN_SAMPLE_FLAGS)
H A Dmov.c5337 if (flags & MOV_TRUN_SAMPLE_FLAGS) sample_flags = avio_rb32(pb);
/third_party/ffmpeg/tools/
H A Dismindex.c254 if (flags & MOV_TRUN_SAMPLE_FLAGS) avio_rb32(in); in read_trun_duration()

Completed in 28 milliseconds