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

  /external/chromium_org/media/formats/mp4/
box_definitions.h 204 struct MEDIA_EXPORT ElementaryStreamDescriptor : Box {
205 DECLARE_BOX_METHODS(ElementaryStreamDescriptor);
221 ElementaryStreamDescriptor esds;
box_definitions.cc 475 ElementaryStreamDescriptor::ElementaryStreamDescriptor()
478 ElementaryStreamDescriptor::~ElementaryStreamDescriptor() {}
480 FourCC ElementaryStreamDescriptor::BoxType() const {
484 bool ElementaryStreamDescriptor::Parse(BoxReader* reader) {

Completed in 314 milliseconds