Home
last modified time | relevance | path

Searched refs:aRating (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvmp4ffcomposernode/include/
Dpvmp4ffcn_clipconfig.h246 virtual PVMFStatus SetRating(const OSCL_wString& aRating, const OSCL_String& aLangCode) = 0;
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h178 … OSCL_IMPORT_REF PVMFStatus SetRating(const OSCL_wString& aRating, const OSCL_String& aLangCode);
Dpvmp4ffcn_node.cpp885 OSCL_EXPORT_REF PVMFStatus PVMp4FFComposerNode::SetRating(const OSCL_wString& aRating, const OSCL_S… in SetRating() argument
892 iRating.iDataString = aRating; in SetRating()