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

  /external/chromium_org/media/mp4/
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) {
408 bool VideoSampleEntry::IsFormatValid() const {
box_definitions.h 173 struct MEDIA_EXPORT VideoSampleEntry : Box {
174 DECLARE_BOX_METHODS(VideoSampleEntry);
214 std::vector<VideoSampleEntry> video_entries;

Completed in 2065 milliseconds