OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertLangCode
(Results
1 - 3
of
3
) sorted by null
/external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_clipconfig.h
360
virtual uint16
ConvertLangCode
(const OSCL_String& aLang) = 0;
/external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp
735
OSCL_EXPORT_REF uint16 PVMp4FFComposerNode::
ConvertLangCode
(const OSCL_String & aLang)
810
iVersion.iLangCode =
ConvertLangCode
(aLangCode);
823
iTitle.iLangCode =
ConvertLangCode
(aLangCode);
836
iAuthor.iLangCode =
ConvertLangCode
(aLangCode);
849
iCopyright.iLangCode =
ConvertLangCode
(aLangCode);
862
iDescription.iLangCode =
ConvertLangCode
(aLangCode);
875
iRating.iLangCode =
ConvertLangCode
(aLangCode);
910
iAlbumTitle.iLangCode =
ConvertLangCode
(aLangCode);
[
all
...]
pvmp4ffcn_node.h
188
OSCL_IMPORT_REF uint16
ConvertLangCode
(const OSCL_String& aLang);
Completed in 13 milliseconds