Searched refs:_pFileTypeAtom (Results 1 – 5 of 5) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
D | impeg4file.cpp | 168 FileTypeAtom *_pFileTypeAtom = NULL; in IsXXXable() local 169 PV_MP4_FF_NEW(fp->auditCB, FileTypeAtom, (fp, atomSize, atomType), _pFileTypeAtom); in IsXXXable() 171 if (!_pFileTypeAtom->MP4Success()) in IsXXXable() 173 PV_MP4_FF_DELETE(NULL, FileTypeAtom, _pFileTypeAtom); in IsXXXable() 181 uint32 majorBrand = _pFileTypeAtom->getMajorBrand(); in IsXXXable() 194 _pFileTypeAtom->getCompatibleBrand(); in IsXXXable() 215 int32 fpos = _pFileTypeAtom->getSize(); in IsXXXable() 216 PV_MP4_FF_DELETE(NULL, FileTypeAtom, _pFileTypeAtom); in IsXXXable() 343 FileTypeAtom *_pFileTypeAtom = NULL; in IsXXXable() local 344 PV_MP4_FF_NEW(fp->auditCB, FileTypeAtom, (fp, atomSize, atomType), _pFileTypeAtom); in IsXXXable() [all …]
|
D | mpeg4file.cpp | 63 _pFileTypeAtom = NULL; in Mpeg4File() 217 if (_pFileTypeAtom == NULL) in Mpeg4File() 220 PV_MP4_FF_NEW(fp->auditCB, FileTypeAtom, (fp, atomSize, atomType), _pFileTypeAtom); in Mpeg4File() 222 if (!_pFileTypeAtom->MP4Success()) in Mpeg4File() 229 uint32 majorBrand = _pFileTypeAtom->getMajorBrand(); in Mpeg4File() 273 _pFileTypeAtom->getCompatibleBrand(); in Mpeg4File() 321 count -= _pFileTypeAtom->getSize(); in Mpeg4File() 1689 if (_pFileTypeAtom != NULL) in ~Mpeg4File() 1691 PV_MP4_FF_DELETE(NULL, FileTypeAtom, _pFileTypeAtom); in ~Mpeg4File() 2276 if (_pFileTypeAtom != NULL) in IsMobileMP4() [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mpeg4file.h | 156 if (_pFileTypeAtom != NULL) in setMajorBrand() 158 _pFileTypeAtom->setMajorBrand(brand); in setMajorBrand() 166 if (_pFileTypeAtom != NULL) 168 _pFileTypeAtom->setMajorBrandVersion(version); 173 if (_pFileTypeAtom != NULL) in addCompatibleBrand() 175 _pFileTypeAtom->addCompatibleBrand(brand); in addCompatibleBrand() 335 PVA_FF_FileTypeAtom *_pFileTypeAtom; variable
|
/external/opencore/fileformats/mp4/parser/include/ |
D | mpeg4file.h | 244 if (_pFileTypeAtom != NULL) in getCompatibiltyMajorBrand() 246 return _pFileTypeAtom->getMajorBrand(); in getCompatibiltyMajorBrand() 256 if (_pFileTypeAtom != NULL) in getCompatibiltyMajorBrandVersion() 258 return _pFileTypeAtom->getMajorBrandVersion(); in getCompatibiltyMajorBrandVersion() 268 if (_pFileTypeAtom != NULL) in getCompatibiltyList() 270 return _pFileTypeAtom->getCompatibleBrand(); in getCompatibiltyList() 1290 FileTypeAtom *_pFileTypeAtom; variable
|
/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 110 _pFileTypeAtom = NULL; in PVA_FF_Mpeg4File() 181 if (_pFileTypeAtom != NULL) in ~PVA_FF_Mpeg4File() 183 PV_MP4_FF_DELETE(NULL, PVA_FF_FileTypeAtom, _pFileTypeAtom); in ~PVA_FF_Mpeg4File() 241 _pFileTypeAtom = NULL; in init() 316 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_FileTypeAtom, (), _pFileTypeAtom); in init() 1322 _pFileTypeAtom->renderToFileStream(fp); in renderToFileStream() 1324 metaDataSize += _pFileTypeAtom->getSize(); in renderToFileStream() 1911 _pFileTypeAtom->renderToFileStream(&fp); in renderTruncatedFile() 2405 if (_pFileTypeAtom != NULL) in getTargetFileSize() 2407 metaDataSize += _pFileTypeAtom->getSize(); in getTargetFileSize() [all …]
|