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

  /external/chromium_org/media/mp4/
box_definitions.h 132 struct MEDIA_EXPORT EditList : Box {
133 DECLARE_BOX_METHODS(EditList);
141 EditList list;
box_definitions.cc 257 EditList::EditList() {}
258 EditList::~EditList() {}
259 FourCC EditList::BoxType() const { return FOURCC_ELST; }
261 bool EditList::Parse(BoxReader* reader) {

Completed in 34 milliseconds