Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Ditunesilstatom.h668 if (_pITunesCompileAtom) in IsCompilationPart()
669 return _pITunesCompileAtom->IsCompilationPart(); in IsCompilationPart()
839 ITunesCompileAtom *_pITunesCompileAtom; variable
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp1751 _pITunesCompileAtom = NULL; in ITunesILSTAtom()
1835 … PV_MP4_FF_NEW(fp->auditCB, ITunesCompileAtom, (fp, atomsize, atomType), _pITunesCompileAtom); in ITunesILSTAtom()
1837 if (!_pITunesCompileAtom->MP4Success()) in ITunesILSTAtom()
1841 PV_MP4_FF_DELETE(NULL, ITunesCompileAtom, _pITunesCompileAtom); in ITunesILSTAtom()
1842 _pITunesCompileAtom = NULL; in ITunesILSTAtom()
1846 count -= _pITunesCompileAtom->getSize(); in ITunesILSTAtom()
2448 if (_pITunesCompileAtom != NULL) in ~ITunesILSTAtom()
2450 PV_MP4_FF_DELETE(NULL, ITunesCompileAtom, _pITunesCompileAtom); in ~ITunesILSTAtom()