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

/external/opencore/fileformats/mp4/composer/include/
H A Dassetinfoatoms.h237 _classificationTable = aClassificationTable;
250 uint16 _classificationTable; member in class:PVA_FF_AssetInfoClassificationAtom
H A Dmpeg4file.h306 uint32 _classificationTable; member in class:PVA_FF_Mpeg4File
/external/opencore/fileformats/mp4/parser/include/
H A Dassetinfoatoms.h277 return _classificationTable;
299 uint16 _classificationTable; member in class:AssetInfoClassificationAtom
/external/opencore/fileformats/mp4/composer/src/
H A Dassetinfoatoms.cpp93 _classificationTable = 0;
517 _size += sizeof(_classificationTable);
546 if (!PVA_FF_AtomUtils::render16(fp, _classificationTable))
H A Dmpeg4file.cpp1087 _classificationTable = classificationTable;
/external/opencore/fileformats/mp4/parser/src/
H A Dassetinfoatoms.cpp366 if (!AtomUtils::read16(fp, _classificationTable))
387 oscl_snprintf(Table, 4, _STRLIT_CHAR("%d"), _classificationTable);

Completed in 16 milliseconds