Home
last modified time | relevance | path

Searched refs:ElementaryStreamDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/mp4/
Dbox_definitions.h190 struct MEDIA_EXPORT ElementaryStreamDescriptor : Box { struct
191 DECLARE_BOX_METHODS(ElementaryStreamDescriptor);
207 ElementaryStreamDescriptor esds; argument
Dbox_definitions.cc414 ElementaryStreamDescriptor::ElementaryStreamDescriptor() in ElementaryStreamDescriptor() function in media::mp4::ElementaryStreamDescriptor
417 ElementaryStreamDescriptor::~ElementaryStreamDescriptor() {} in ~ElementaryStreamDescriptor()
419 FourCC ElementaryStreamDescriptor::BoxType() const { in BoxType()
423 bool ElementaryStreamDescriptor::Parse(BoxReader* reader) { in Parse()