Lines Matching refs:MOV_SYNC_SAMPLE
264 ffio_wfourcc(pb, flag == MOV_SYNC_SAMPLE ? "stss" : "stps"); in mov_write_stss_tag()
296 if (track->cluster[i].flags & MOV_SYNC_SAMPLE) { in mov_write_sdtp_tag()
2656 mov_write_stss_tag(pb, track, MOV_SYNC_SAMPLE); in mov_write_stbl_tag()
4393 return entry->flags & MOV_SYNC_SAMPLE ? MOV_FRAG_SAMPLE_FLAG_DEPENDS_NO : in get_sample_flags()
4732 starts_with_SAP = track->cluster[0].flags & MOV_SYNC_SAMPLE; in mov_write_sidx_tag()
5190 *flags = MOV_SYNC_SAMPLE; in mov_parse_mpeg2_frame()
5230 trk->cluster[i].flags &= ~MOV_SYNC_SAMPLE; in mov_parse_vc1_frame()
5242 trk->cluster[0].flags |= MOV_SYNC_SAMPLE; in mov_parse_vc1_frame()
5254 trk->cluster[trk->entry].flags |= MOV_SYNC_SAMPLE; in mov_parse_vc1_frame()
5271 trk->cluster[trk->entry].flags |= MOV_SYNC_SAMPLE; in mov_parse_truehd_frame()
5442 starts_with_key = track->cluster[0].flags & MOV_SYNC_SAMPLE; in mov_flush_fragment()
5459 …ideo ? starts_with_key : mov->tracks[first_track].cluster[0].flags & MOV_SYNC_SAMPLE) ? AVIO_DATA_… in mov_flush_fragment()
5868 trk->cluster[trk->entry].flags = MOV_SYNC_SAMPLE; in ff_mov_write_packet()
5870 if (trk->cluster[trk->entry].flags & MOV_SYNC_SAMPLE) in ff_mov_write_packet()