HomeSort by relevance Sort by last modified time
    Searched refs:SampleToGroupEntry (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/formats/mp4/
sample_to_group_iterator.h 40 const std::vector<SampleToGroupEntry>& sample_to_group_table_;
41 std::vector<SampleToGroupEntry>::const_iterator iterator_;
sample_to_group_iterator_unittest.cc 14 const SampleToGroupEntry kCompactSampleToGroupTable[] =
track_run_iterator_unittest.cc 226 const SampleToGroupEntry* sample_to_group_entries,
477 const SampleToGroupEntry kSampleToGroupTable[] = {
479 {1, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 2},
481 {1, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 1}};
504 const SampleToGroupEntry kSampleToGroupTable[] = {
506 {2, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 2},
510 {3, SampleToGroupEntry::kFragmentGroupDescriptionIndexBase + 1}};
box_definitions.h 393 struct MEDIA_EXPORT SampleToGroupEntry {
408 std::vector<SampleToGroupEntry> entries;
track_run_iterator.cc 325 if (index >= SampleToGroupEntry::kFragmentGroupDescriptionIndexBase) {
326 index -= SampleToGroupEntry::kFragmentGroupDescriptionIndexBase;

Completed in 65 milliseconds