Home
last modified time | relevance | path

Searched refs:QueryRegistry (Results 1 – 15 of 15) sorted by relevance

/external/opencore/nodes/streaming/streamingmanager/src/
Dpvmf_sm_fsp_registry.h48 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, Oscl_Vector<PVUuid, OsclMemAllocator>…
Dpvmf_streaming_manager_node.cpp526 if (PVMFSuccess == iSMFSPRegistry->QueryRegistry(fspSrcFormat, srcNodeUuidVec)) in SetSourceInitializationData()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_componentregistry.h44 void QueryRegistry(Tsc324mNodeCommand& cmd);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_componentregistry.cpp35 void TSCComponentRegistry::QueryRegistry(Tsc324mNodeCommand& aCmd) in QueryRegistry() function in TSCComponentRegistry
Dtscmain.cpp2083 iComponentRegistry.QueryRegistry(cmd); in QueryUUID()
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
Dpvmf_sm_fsp_registry_interface.h121 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, Oscl_Vector<PVUuid, OsclMemAllocator>…
/external/opencore/nodes/streaming/streamingmanager/config/3gpp/
Dpvmf_sm_fsp_registry.cpp45 PVMFStatus PVMFSMFSPRegistry::QueryRegistry(PVMFFormatType& aInputType, Oscl_Vector<PVUuid, OsclMem… in QueryRegistry() function in PVMFSMFSPRegistry
/external/opencore/nodes/common/include/
Dpv_player_node_registry_interface.h113 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vec…
/external/opencore/engines/player/src/
Dpv_player_node_registry.h112 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vec…
Dpv_player_node_registry.cpp168 PVMFStatus PVPlayerNodeRegistry::QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputT… in QueryRegistry() function in PVPlayerNodeRegistry
Dpv_player_engine.cpp4451 …if (iPlayerNodeRegistry.QueryRegistry(iSourceFormatType, outputformattype, foundUuids) == PVMFSucc… in DoSetupSourceNode()
6727 … if (iPlayerNodeRegistry.QueryRegistry(iSrcFormat, iSinkFormat, foundUuids) == PVMFSuccess) in DoDecNodeQueryCapConfigIF()
/external/opencore/engines/author/src/single_core/
Dpvaenodefactoryutility.h163 static bool QueryRegistry(const PvmfMimeString& aMimeType, PVUuid& aUuid) in QueryRegistry() function
/external/opencore/engines/author/src/
Dpvauthorengine.h261 PVMFStatus QueryRegistry(const PvmfMimeString& aMimeType, PVUuid& aUuid);
Dpvauthorengine.cpp1045 PVAuthorEngineNodeFactoryUtility::QueryRegistry(mimeType, uuid); in DoSelectComposer()
1171 PVAuthorEngineNodeFactoryUtility::QueryRegistry(aCmd.GetMimeType(), uuid); in DoAddMediaTrack()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp1882 iPlayerNodeRegistry->QueryRegistry(iFmt, outputFormatType, iDNodeUuids); in CreateParser()