Searched refs:MOV_SYNC_SAMPLE (Results 1 – 2 of 2) sorted by relevance
55 #define MOV_SYNC_SAMPLE 0x0001 macro
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()[all …]