OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_composition_time_offsets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/mp4/
track_run_iterator.cc
97
if (i < trun.
sample_composition_time_offsets
.size()) {
98
sample_info->cts_offset = trun.
sample_composition_time_offsets
[i];
box_definitions.h
327
std::vector<int32>
sample_composition_time_offsets
;
member in struct:media::mp4::TrackFragmentRun
box_definitions.cc
712
sample_composition_time_offsets
.resize(sample_count);
722
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 436 milliseconds