Searched refs:sample_is_sync_sample (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.cc137 // ISO/IEC 14496-12 Section 8.8.3.1 : The negation of |sample_is_sync_sample|
139 // |sample_is_sync_sample| is true for a sample, it is the same as if the
143 bool sample_is_sync_sample = !(flags & kSampleIsNonSyncSample); local
144 sample_info->is_random_access_point = sample_is_sync_sample;
148 sample_info->is_keyframe = sample_is_sync_sample;

Completed in 2608 milliseconds