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

  /external/chromium_org/media/mp4/
track_run_iterator.h 72 const VideoSampleEntry& video_description() const;
box_definitions.h 173 struct MEDIA_EXPORT VideoSampleEntry : Box {
174 DECLARE_BOX_METHODS(VideoSampleEntry);
212 std::vector<VideoSampleEntry> video_entries;
box_definitions.cc 368 VideoSampleEntry::VideoSampleEntry()
374 VideoSampleEntry::~VideoSampleEntry() {}
375 FourCC VideoSampleEntry::BoxType() const {
376 DCHECK(false) << "VideoSampleEntry should be parsed according to the "
381 bool VideoSampleEntry::Parse(BoxReader* reader) {
track_run_iterator.cc 36 const VideoSampleEntry* video_description;
375 const VideoSampleEntry& TrackRunIterator::video_description() const {
mp4_stream_parser.cc 268 const VideoSampleEntry& entry = samp_descr.video_entries[desc_idx];
track_run_iterator_unittest.cc 74 VideoSampleEntry vid_desc;

Completed in 52 milliseconds