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

  /external/chromium_org/media/formats/mp4/
track_run_iterator.h 72 const VideoSampleEntry& video_description() const;
box_definitions.h 187 struct MEDIA_EXPORT VideoSampleEntry : Box {
188 DECLARE_BOX_METHODS(VideoSampleEntry);
228 std::vector<VideoSampleEntry> video_entries;
box_definitions.cc 429 VideoSampleEntry::VideoSampleEntry()
435 VideoSampleEntry::~VideoSampleEntry() {}
436 FourCC VideoSampleEntry::BoxType() const {
437 DCHECK(false) << "VideoSampleEntry should be parsed according to the "
442 bool VideoSampleEntry::Parse(BoxReader* reader) {
469 bool VideoSampleEntry::IsFormatValid() const {
track_run_iterator.cc 35 const VideoSampleEntry* video_description;
460 const VideoSampleEntry& TrackRunIterator::video_description() const {
mp4_stream_parser.cc 278 const VideoSampleEntry& entry = samp_descr.video_entries[desc_idx];
track_run_iterator_unittest.cc 79 VideoSampleEntry vid_desc;

Completed in 33 milliseconds