Home
last modified time | relevance | path

Searched refs:aNodeUuid (Results 1 – 5 of 5) sorted by relevance

/external/opencore/engines/author/src/single_core/
Dpvaenodefactoryutility.h224 static bool QueryNodeConfigUuid(const PVUuid& aNodeUuid, PVUuid& aConfigUuid) in QueryNodeConfigUuid() argument
228 if (aNodeUuid == KPVMp4FFComposerNodeUuid) in QueryNodeConfigUuid()
233 else if (aNodeUuid == KPVFileOutputNodeUuid) in QueryNodeConfigUuid()
239 else if (aNodeUuid == KPVMFOMXVideoEncNodeUuid) in QueryNodeConfigUuid()
244 else if (aNodeUuid == KPVMFOMXAudioEncNodeUuid) in QueryNodeConfigUuid()
250 else if ((aNodeUuid == PVMFVideoEncNodeUuid) || in QueryNodeConfigUuid()
251 (aNodeUuid == PVMFAvcEncNodeUuid)) in QueryNodeConfigUuid()
256 else if (aNodeUuid == PvmfAmrEncNodeUuid) in QueryNodeConfigUuid()
/external/opencore/modules/linux_mp4/core/src/
Dpvmfmp4nodes.cpp31 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument
33 if (KPVMFMP4FFParserNodeUuid == aNodeUuid) in QueryNodeInterface()
/external/opencore/modules/linux_rtsp/core/src/
Dpvmfrtspnodes.cpp34 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument
36 if (KPVMFRTSPStreamingModuleUuid == aNodeUuid) in QueryNodeInterface()
/external/opencore/modules/linux_download/core/src/
Dpvmfdownloadnodes.cpp31 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument
33 if (KPVMFDownloadManagerNodeUuid == aNodeUuid) in QueryNodeInterface()
/external/opencore/nodes/common/include/
Dpvmf_node_shared_lib_interface.h47 … virtual OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) = 0;