Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h186 #define PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID PVUuid(0x78361150,0x8d35,0x48de,0x8f,0xc8,0x85,… macro
354 if (uuid == PVUuid(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID)) in queryInterface()
/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp817 PVUuid uuid(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID); in DoQueryUuid()
833 if (*uuid == PVUuid(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID)) in DoQueryInterface()
3478 …: PVInterfaceImpl<PVMFMediaLayerNodeAllocator>(PVUuid(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID)) in PVMFMediaLayerNodeExtensionInterfaceImpl()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp285 sMediaLayerNodeContainer.iExtensionUuids.push_back(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID); in CreateChildNodes()