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

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator_unittest.cc501 {1, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 2},
503 {1, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 1}};
528 {2, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 2},
532 {3, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 1}};
H A Dtrack_run_iterator.cc333 if (index >= SampleToGroupEntry::kFragmentGroupDescriptionIndexBase) {
334 index -= SampleToGroupEntry::kFragmentGroupDescriptionIndexBase;
H A Dbox_definitions.h396 kFragmentGroupDescriptionIndexBase = 0x10000, enumerator in enum:media::mp4::SampleToGroupEntry::GroupDescriptionIndexBase

Completed in 156 milliseconds