Searched refs:auxiliary_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator_unittest.cc249 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);
H A Dtrack_run_iterator.cc268 // 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];
H A Dbox_definitions.h417 SampleAuxiliaryInformationOffset auxiliary_offset; member in struct:media::mp4::TrackFragment
H A Dbox_definitions.cc895 reader->MaybeReadChild(&auxiliary_offset) &&

Completed in 97 milliseconds