Home
last modified time | relevance | path

Searched refs:_albumTitle (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dassetinfoatoms.cpp114 _albumTitle = (_STRLIT("")); in PVA_FF_AssetInfoAlbumAtom()
793 _size += 2 * (_albumTitle.get_size() + 1); in recomputeSize()
827 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _albumTitle)) in renderToFileStream()
831 rendered += _albumTitle.get_size() + 1; // 1 for the NULL entry in renderToFileStream()
/external/opencore/fileformats/mp4/composer/include/
Dassetinfoatoms.h377 _albumTitle = aAlbumTitle; in setAlbumInfo()
389 PVA_FF_UNICODE_HEAP_STRING _albumTitle; variable