Searched defs:VideoSampleEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dbox_definitions.cc429 VideoSampleEntry::VideoSampleEntry() function in class:media::mp4::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 {
H A Dbox_definitions.h187 struct MEDIA_EXPORT VideoSampleEntry : Box { struct in namespace:media::mp4
188 DECLARE_BOX_METHODS(VideoSampleEntry);
228 std::vector<VideoSampleEntry> video_entries;

Completed in 272 milliseconds