Home
last modified time | relevance | path

Searched refs:iAlbumTitle (Results 1 – 10 of 10) sorted by relevance

/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_testset4.h207 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle; variable
Dtest_pv_author_engine_testset1.h206 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle; variable
Dtest_pv_author_engine_testset7.cpp303 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer() local
315 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
Dtest_pv_author_engine_testset8.cpp303 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer() local
315 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
Dtest_pv_author_engine_testset4.cpp363 iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer()
376 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
Dtest_pv_author_engine_testset6.cpp308 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer() local
320 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
Dtest_pv_author_engine_testset1.cpp605 iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer()
618 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
Dtest_pv_author_engine_testset5.cpp417 OSCL_wHeapString<OsclMemAllocator> iAlbumTitle = _STRLIT("albumtitle"); in ConfigMp43gpComposer() local
470 clipConfig->SetAlbumInfo(iAlbumTitle, lang_code); in ConfigMp43gpComposer()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h410 PVMP4FFCN_MetaDataString iAlbumTitle; variable
Dpvmp4ffcn_node.cpp928 iAlbumTitle.iDataString = aAlbumTitle; in SetAlbumInfo()
929 iAlbumTitle.iLangCode = ConvertLangCode(aLangCode); in SetAlbumInfo()
1650 iMpeg4File->setAlbumInfo(iAlbumTitle.iDataString, iAlbumTitle.iLangCode); in DoStart()