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

  /external/opencore/fileformats/mp4/parser/src/
textsampleentry.cpp 46 _pFontTableAtom = NULL;
81 PV_MP4_FF_NEW(fp->auditCB, FontTableAtom, (fp), _pFontTableAtom);
82 if (!_pFontTableAtom->MP4Success())
85 _mp4ErrorCode = _pFontTableAtom->GetMP4Error();
106 if (_pFontTableAtom != NULL)
108 PV_MP4_FF_DELETE(NULL, FontTableAtom, _pFontTableAtom);
233 if (_pFontTableAtom != NULL)
235 return _pFontTableAtom-> getFontListSize();
245 if (_pFontTableAtom != NULL)
247 return _pFontTableAtom->getFontRecordAt(index)
    [all...]
oma2boxes.cpp 1009 _pFontTableAtom = NULL;
1059 PV_MP4_FF_NEW(fp->auditCB, FontTableAtom, (fp), _pFontTableAtom);
1060 if (!_pFontTableAtom->MP4Success())
1063 _mp4ErrorCode = _pFontTableAtom->GetMP4Error();
1066 count -= _pFontTableAtom->getSize();
1127 if (_pFontTableAtom != NULL)
1129 PV_MP4_FF_DELETE(NULL, FontTableAtom, _pFontTableAtom);
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
textsampleentry.cpp 51 PV_MP4_FF_DELETE(NULL, PVA_FF_FontTableAtom, _pFontTableAtom);
75 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_FontTableAtom, (), _pFontTableAtom);
127 _pFontTableAtom->setFontListSize(fontlistsize);
133 _pFontTableAtom->setFontRecord(Fontlistid, FontID, Fontlength, Fontname);
199 if (!_pFontTableAtom->renderToFileStream(fp))
203 rendered += _pFontTableAtom->getSize();
219 size += _pFontTableAtom->getSize();
  /external/opencore/fileformats/mp4/composer/include/
textsampleentry.h 84 PVA_FF_FontTableAtom *_pFontTableAtom;
  /external/opencore/fileformats/mp4/parser/include/
textsampleentry.h 101 FontTableAtom *_pFontTableAtom;
oma2boxes.h 320 FontTableAtom *_pFontTableAtom;

Completed in 1523 milliseconds