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

  /external/chromium_org/media/mp4/
box_definitions.h 190 struct MEDIA_EXPORT ElementaryStreamDescriptor : Box {
191 DECLARE_BOX_METHODS(ElementaryStreamDescriptor);
207 ElementaryStreamDescriptor esds;
box_definitions.cc 414 ElementaryStreamDescriptor::ElementaryStreamDescriptor()
417 ElementaryStreamDescriptor::~ElementaryStreamDescriptor() {}
419 FourCC ElementaryStreamDescriptor::BoxType() const {
423 bool ElementaryStreamDescriptor::Parse(BoxReader* reader) {

Completed in 25 milliseconds