Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h320 #define MOV_TRUN_SAMPLE_FLAGS 0x400 macro
Dmovenc.c4355 flags |= MOV_TRUN_SAMPLE_FLAGS; in mov_write_trun_tag()
4357 if (!(flags & MOV_TRUN_SAMPLE_FLAGS) && track->entry > 0 && in mov_write_trun_tag()
4387 if (flags & MOV_TRUN_SAMPLE_FLAGS) in mov_write_trun_tag()
Dmov.c4918 if (flags & MOV_TRUN_SAMPLE_FLAGS) sample_flags = avio_rb32(pb); in mov_read_trun()
/third_party/ffmpeg/tools/
Dismindex.c254 if (flags & MOV_TRUN_SAMPLE_FLAGS) avio_rb32(in); in read_trun_duration()