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

  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.cc 275 RCHECK(!samp_descr.video_entries.empty());
276 if (desc_idx >= samp_descr.video_entries.size())
278 const VideoSampleEntry& entry = samp_descr.video_entries[desc_idx];
track_run_iterator.cc 258 RCHECK(!stsd.video_entries.empty());
259 if (desc_idx > stsd.video_entries.size())
261 tri.video_description = &stsd.video_entries[desc_idx];
box_definitions.h 228 std::vector<VideoSampleEntry> video_entries; member in struct:media::mp4::SampleDescription
track_run_iterator_unittest.cc 83 desc2.video_entries.push_back(vid_desc);
210 if (!stsd->video_entries.empty()) {
211 sinf = &stsd->video_entries[0].sinf;
box_definitions.cc 235 video_entries.clear();
241 RCHECK(reader->ReadAllChildren(&video_entries));

Completed in 263 milliseconds