Searched refs:_puserDataAtom (Results 1 – 6 of 6) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | movieatom.cpp | 74 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_UserDataAtom, (), _puserDataAtom); in PVA_FF_MovieAtom() 75 _puserDataAtom->setParent(this); in PVA_FF_MovieAtom() 105 if (_puserDataAtom != NULL) in ~PVA_FF_MovieAtom() 107 PV_MP4_FF_DELETE(NULL, PVA_FF_UserDataAtom, _puserDataAtom); in ~PVA_FF_MovieAtom() 235 if (_puserDataAtom != NULL) in recomputeSize() 237 if (_puserDataAtom->getUserDataAtomVecSize() > 0) in recomputeSize() 239 size += _puserDataAtom->getSize(); in recomputeSize() 335 if (_puserDataAtom != NULL) in renderToFileStream() 337 if (_puserDataAtom->getUserDataAtomVecSize() > 0) in renderToFileStream() 339 if (!_puserDataAtom->renderToFileStream(fp)) in renderToFileStream() [all …]
|
D | mpeg4file.cpp | 109 _puserDataAtom = NULL; in PVA_FF_Mpeg4File() 176 if (_puserDataAtom != NULL) in ~PVA_FF_Mpeg4File() 178 PV_MP4_FF_DELETE(NULL, PVA_FF_UserDataAtom, _puserDataAtom); in ~PVA_FF_Mpeg4File() 240 _puserDataAtom = NULL; in init() 314 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_UserDataAtom, (), _puserDataAtom); in init() 1337 if (!_puserDataAtom->renderToFileStream(fp)) in renderToFileStream() 1341 metaDataSize += _puserDataAtom->getSize(); in renderToFileStream() 1475 if (!_puserDataAtom->renderToFileStream(fp)) in renderToFileStream() 1915 _puserDataAtom->renderToFileStream(&fp); in renderTruncatedFile() 2526 _initialUserDataSize += _puserDataAtom->getSize(); in prepareToEncode()
|
/external/opencore/fileformats/mp4/parser/src/ |
D | mpeg4file.cpp | 62 _puserDataAtom = NULL; in Mpeg4File() 175 if (_puserDataAtom == NULL) in Mpeg4File() 177 … PV_MP4_FF_NEW(fp->auditCB, UserDataAtom, (fp, atomSize, atomType), _puserDataAtom); in Mpeg4File() 184 count -= _puserDataAtom->getSize(); in Mpeg4File() 1423 if (_puserDataAtom != NULL) in getPVTitle() 1426 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVTitle() 1446 if (_puserDataAtom != NULL) in getPVAuthor() 1449 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVAuthor() 1471 if (_puserDataAtom != NULL) in getPVVersion() 1474 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVVersion() [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | movieatom.h | 358 PVA_FF_UserDataAtom *_puserDataAtom; variable
|
D | mpeg4file.h | 333 PVA_FF_UserDataAtom *_puserDataAtom; variable
|
/external/opencore/fileformats/mp4/parser/include/ |
D | mpeg4file.h | 1289 UserDataAtom *_puserDataAtom; variable
|