Home
last modified time | relevance | path

Searched refs:setAlbumInfo (Results 1 – 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
Dmovieatom.h311 bool setAlbumInfo(PVA_FF_UNICODE_STRING_PARAM albumtitle, uint16 langCode) in setAlbumInfo() function
316 _pAssetInfoKeyAlbumAtom->setAlbumInfo(albumtitle); in setAlbumInfo()
Da_impeg4file.h265 …virtual void setAlbumInfo(PVA_FF_UNICODE_STRING_PARAM albumInfo, uint16 langCode = LANGUAGE_CODE_U…
Dassetinfoatoms.h375 void setAlbumInfo(PVA_FF_UNICODE_HEAP_STRING aAlbumTitle) in setAlbumInfo() function
Dmpeg4file.h122 virtual void setAlbumInfo(PVA_FF_UNICODE_STRING_PARAM albumInfo,
/external/opencore/fileformats/mp4/composer/src/
Dmpeg4file.cpp1132 PVA_FF_Mpeg4File::setAlbumInfo(PVA_FF_UNICODE_STRING_PARAM albumInfo, uint16 langCode) in setAlbumInfo() function in PVA_FF_Mpeg4File
1141 _pmovieAtom->setAlbumInfo(albumInfo, langCode); in setAlbumInfo()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp1652 iMpeg4File->setAlbumInfo(iAlbumTitle.iDataString, iAlbumTitle.iLangCode); in DoStart()