Searched refs:VideoSampleEntry (Results 1 – 6 of 6) sorted by relevance
368 VideoSampleEntry::VideoSampleEntry() in VideoSampleEntry() function in media::mp4::VideoSampleEntry374 VideoSampleEntry::~VideoSampleEntry() {} in ~VideoSampleEntry()375 FourCC VideoSampleEntry::BoxType() const { in BoxType()381 bool VideoSampleEntry::Parse(BoxReader* reader) { in Parse()408 bool VideoSampleEntry::IsFormatValid() const { in IsFormatValid()
173 struct MEDIA_EXPORT VideoSampleEntry : Box { struct174 DECLARE_BOX_METHODS(VideoSampleEntry);214 std::vector<VideoSampleEntry> video_entries;
72 const VideoSampleEntry& video_description() const;
36 const VideoSampleEntry* video_description;392 const VideoSampleEntry& TrackRunIterator::video_description() const { in video_description()
269 const VideoSampleEntry& entry = samp_descr.video_entries[desc_idx]; in ParseMoov()
74 VideoSampleEntry vid_desc; in CreateMovie()