Home
last modified time | relevance | path

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

/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h387 class PVMP4FFCN_KeyWord
390 PVMP4FFCN_KeyWord(): iKeyWordSize(0), iLang_Code(0) {}; in PVMP4FFCN_KeyWord() function
391 ~PVMP4FFCN_KeyWord() {}; in ~PVMP4FFCN_KeyWord()
396PVMP4FFCN_KeyWord(const OSCL_wString& aData_String, uint32 aKeyWordSize, uint16 aLang_Code) in PVMP4FFCN_KeyWord() function
415 Oscl_Vector<PVMP4FFCN_KeyWord* , OsclMemAllocator> iKeyWordVector;
Dpvmp4ffcn_node.cpp992 PVMP4FFCN_KeyWord *KeyWord = NULL; in SetKeyWord()
995 KeyWord = OSCL_NEW(PVMP4FFCN_KeyWord, (aKeyWordInfo, aKeyWordInfo.get_size(), langCode)); in SetKeyWord()