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

  /external/opencore/fileformats/mp4/parser/src/
oma2boxes.cpp 1001 OSCL_EXPORT_REF EnctBox:: EnctBox(MP4_FF_FILE *fp, uint32 size, uint32 type)
1113 OSCL_EXPORT_REF EnctBox::~EnctBox()
1138 OSCL_EXPORT_REF int16 EnctBox::getBoxTop()
1150 OSCL_EXPORT_REF int16 EnctBox::getBoxLeft()
1162 OSCL_EXPORT_REF int16 EnctBox::getBoxBottom()
1174 OSCL_EXPORT_REF int16 EnctBox::getBoxRight()
1185 OSCL_EXPORT_REF uint16 EnctBox::getFontID()
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
oma2boxes.h 271 class EnctBox : public SampleEntry
275 OSCL_IMPORT_REF EnctBox(MP4_FF_FILE *fp, uint32 size, uint32 type);
276 OSCL_IMPORT_REF virtual ~EnctBox(); // Destructor

Completed in 157 milliseconds