Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h325 #define MOV_TRUN_SAMPLE_SIZE 0x200 macro
Dmovenc.c4475 flags |= MOV_TRUN_SAMPLE_SIZE; in mov_write_trun_tag()
4507 if (flags & MOV_TRUN_SAMPLE_SIZE) in mov_write_trun_tag()
Dmov.c4943 if (flags & MOV_TRUN_SAMPLE_SIZE) sample_size = avio_rb32(pb); in mov_read_trun()
/third_party/ffmpeg/tools/
Dismindex.c253 if (flags & MOV_TRUN_SAMPLE_SIZE) avio_rb32(in); in read_trun_duration()