Searched refs:_classificationEntity (Results 1 - 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Dassetinfoatoms.h231 _classificationEntity = aClassificationEntity;
251 uint32 _classificationEntity; member in class:PVA_FF_AssetInfoClassificationAtom
H A Dmpeg4file.h305 uint32 _classificationEntity; member in class:PVA_FF_Mpeg4File
/external/opencore/fileformats/mp4/parser/include/
H A Dassetinfoatoms.h273 return _classificationEntity;
298 uint32 _classificationEntity; member in class:AssetInfoClassificationAtom
/external/opencore/fileformats/mp4/composer/src/
H A Dassetinfoatoms.cpp92 _classificationEntity = 0;
516 _size += sizeof(_classificationEntity);
540 if (!PVA_FF_AtomUtils::render32(fp, _classificationEntity))
H A Dmpeg4file.cpp1086 _classificationEntity = classificationEntity;
/external/opencore/fileformats/mp4/parser/src/
H A Dassetinfoatoms.cpp358 if (!AtomUtils::read32(fp, _classificationEntity))
395 UInt32ToFourChar(_classificationEntity, Entity);

Completed in 889 milliseconds