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

  /external/chromium_org/media/mp4/
track_run_iterator.cc 202 RCHECK(!stsd.audio_entries.empty());
203 if (desc_idx > stsd.audio_entries.size())
205 tri.audio_description = &stsd.audio_entries[desc_idx];
mp4_stream_parser.cc 191 RCHECK(!samp_descr.audio_entries.empty());
195 if (desc_idx >= samp_descr.audio_entries.size())
197 const AudioSampleEntry& entry = samp_descr.audio_entries[desc_idx];
box_definitions.h 213 std::vector<AudioSampleEntry> audio_entries; member in struct:media::mp4::SampleDescription
track_run_iterator_unittest.cc 66 desc1.audio_entries.push_back(aud_desc);
127 sinf = &stsd->audio_entries[0].sinf;
box_definitions.cc 236 audio_entries.clear();
243 RCHECK(reader->ReadAllChildren(&audio_entries));

Completed in 278 milliseconds