Searched refs:FF_MOV_FLAG_FRAGMENT (Results 1 – 2 of 2) sorted by relevance
243 #define FF_MOV_FLAG_FRAGMENT (1 << 1) macro
3260 if (mov->flags & FF_MOV_FLAG_FRAGMENT) in mov_write_edts_tag()4143 if (mov->tracks[i].entry <= 0 && !(mov->flags & FF_MOV_FLAG_FRAGMENT)) in mov_setup_track_ids()4150 if (mov->tracks[i].entry <= 0 && !(mov->flags & FF_MOV_FLAG_FRAGMENT)) in mov_setup_track_ids()4173 if (mov->tracks[i].entry <= 0 && !(mov->flags & FF_MOV_FLAG_FRAGMENT)) in mov_write_moov_tag()4222 if (mov->tracks[i].entry > 0 || mov->flags & FF_MOV_FLAG_FRAGMENT) { in mov_write_moov_tag()4228 if (mov->flags & FF_MOV_FLAG_FRAGMENT) in mov_write_moov_tag()4986 else if (mov->mode == MODE_MP4 && mov->flags & FF_MOV_FLAG_FRAGMENT && in mov_write_ftyp_tag_internal()5046 … if (mov->flags & FF_MOV_FLAG_FRAGMENT && !(mov->flags & FF_MOV_FLAG_NEGATIVE_CTS_OFFSETS)) in mov_write_ftyp_tag()5051 if (mov->flags & FF_MOV_FLAG_FRAGMENT) in mov_write_ftyp_tag()5311 if (!(mov->flags & FF_MOV_FLAG_FRAGMENT)) in mov_flush_fragment()[all …]