Home
last modified time | relevance | path

Searched refs:_ratingInfo (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dassetinfoatoms.cpp80 _ratingInfo = (_STRLIT("")); in PVA_FF_AssetInfoRatingAtom()
458 _size += 2 * (_ratingInfo.get_size() + 1); in recomputeSize()
503 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _ratingInfo)) in renderToFileStream()
507 rendered += _ratingInfo.get_size() + 1; // 1 for the NULL entry in renderToFileStream()
Dmpeg4file.cpp1028 _ratingInfo = ratingInfo; in setRating()
/external/opencore/fileformats/mp4/composer/include/
Dassetinfoatoms.h205 _ratingInfo = aRatingInfo; in setRatingInfoNotice()
214 PVA_FF_UNICODE_HEAP_STRING _ratingInfo; variable
Dmpeg4file.h298 PVA_FF_UNICODE_HEAP_STRING _ratingInfo; variable