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

  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.cc 207 RCHECK(!samp_descr.audio_entries.empty());
211 if (desc_idx >= samp_descr.audio_entries.size())
213 const AudioSampleEntry& entry = samp_descr.audio_entries[desc_idx];
track_run_iterator.cc 253 RCHECK(!stsd.audio_entries.empty());
254 if (desc_idx > stsd.audio_entries.size())
256 tri.audio_description = &stsd.audio_entries[desc_idx];
box_definitions.h 229 std::vector<AudioSampleEntry> audio_entries; member in struct:media::mp4::SampleDescription
box_definitions.cc 236 audio_entries.clear();
243 RCHECK(reader->ReadAllChildren(&audio_entries));
track_run_iterator_unittest.cc 70 desc1.audio_entries.push_back(aud_desc);
213 sinf = &stsd->audio_entries[0].sinf;

Completed in 5897 milliseconds