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/formats/mp4/
track_run_iterator.cc 111 if (i < trun.sample_composition_time_offsets.size()) {
112 sample_info->cts_offset = trun.sample_composition_time_offsets[i];
box_definitions.h 353 std::vector<int32> sample_composition_time_offsets; member in struct:media::mp4::TrackFragmentRun
box_definitions.cc 779 sample_composition_time_offsets.resize(sample_count);
789 RCHECK(reader->Read4s(&sample_composition_time_offsets[i]));
track_run_iterator_unittest.cc 402 moof.tracks[1].runs[0].sample_composition_time_offsets;

Completed in 36 milliseconds