Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h323 #define MOV_TRUN_FIRST_SAMPLE_FLAGS 0x04 macro
Dmovenc.c4481 flags |= MOV_TRUN_FIRST_SAMPLE_FLAGS; in mov_write_trun_tag()
4501 if (flags & MOV_TRUN_FIRST_SAMPLE_FLAGS) in mov_write_trun_tag()
Dmov.c4840 if (flags & MOV_TRUN_FIRST_SAMPLE_FLAGS) first_sample_flags = avio_rb32(pb); in mov_read_trun()
/third_party/ffmpeg/tools/
Dismindex.c246 if (flags & MOV_TRUN_FIRST_SAMPLE_FLAGS) avio_rb32(in); in read_trun_duration()