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

  /external/chromium_org/media/mp4/
track_run_iterator.cc 207 RCHECK(!stsd.video_entries.empty());
208 if (desc_idx > stsd.video_entries.size())
210 tri.video_description = &stsd.video_entries[desc_idx];
mp4_stream_parser.cc 265 RCHECK(!samp_descr.video_entries.empty());
266 if (desc_idx >= samp_descr.video_entries.size())
268 const VideoSampleEntry& entry = samp_descr.video_entries[desc_idx];
track_run_iterator_unittest.cc 78 desc2.video_entries.push_back(vid_desc);
124 if (!stsd->video_entries.empty()) {
125 sinf = &stsd->video_entries[0].sinf;
box_definitions.h 212 std::vector<VideoSampleEntry> video_entries; member in struct:media::mp4::SampleDescription
box_definitions.cc 235 video_entries.clear();
241 RCHECK(reader->ReadAllChildren(&video_entries));

Completed in 65 milliseconds