Home
last modified time | relevance | path

Searched refs:renderNullTerminatedUnicodeString (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dassetinfoatoms.cpp209 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _title)) in renderToFileStream()
257 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _description)) in renderToFileStream()
303 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _cprt)) in renderToFileStream()
349 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _performer)) in renderToFileStream()
395 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _author)) in renderToFileStream()
441 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _genre)) in renderToFileStream()
503 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _ratingInfo)) in renderToFileStream()
564 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _classificationInfo)) in renderToFileStream()
633 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _keyWordInfo)) in renderToFileStream()
728 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _locationInfoName)) in renderToFileStream()
[all …]
Datomutils.cpp197 PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, PVA_FF_UNICODE_… in renderNullTerminatedUnicodeString() function in PVA_FF_AtomUtils
/external/opencore/fileformats/mp4/composer/include/
Datomutils.h104 …static bool renderNullTerminatedUnicodeString(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, PVA_FF_UNICODE_STRIN…