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

  /external/chromium_org/media/mp4/
track_run_iterator.cc 96 if (i < trun.sample_composition_time_offsets.size()) {
97 sample_info->cts_offset = trun.sample_composition_time_offsets[i];
box_definitions.h 325 std::vector<int32> sample_composition_time_offsets; member in struct:media::mp4::TrackFragmentRun
box_definitions.cc 707 sample_composition_time_offsets.resize(sample_count);
717 RCHECK(reader->Read4s(&sample_composition_time_offsets[i]));
track_run_iterator_unittest.cc 284 moof.tracks[1].runs[0].sample_composition_time_offsets;

Completed in 50 milliseconds