OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxiliary_offset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/formats/mp4/
track_run_iterator_unittest.cc
249
frag->
auxiliary_offset
.offsets.push_back(offset);
260
moof->tracks[i].
auxiliary_offset
.offsets.push_back(50);
449
moof.tracks[1].
auxiliary_offset
.offsets.push_back(50);
617
moof.tracks[0].
auxiliary_offset
.offsets.push_back(201);
track_run_iterator.cc
268
// Collect information from the
auxiliary_offset
entry with the same index
271
if (traf.
auxiliary_offset
.offsets.size() > j) {
276
tri.aux_info_start_offset = traf.
auxiliary_offset
.offsets[j];
box_definitions.h
417
SampleAuxiliaryInformationOffset
auxiliary_offset
;
member in struct:media::mp4::TrackFragment
box_definitions.cc
895
reader->MaybeReadChild(&
auxiliary_offset
) &&
Completed in 123 milliseconds