/external/opencore/pvmi/recognizer/src/ |
D | pvmf_recognizer_registry_impl.cpp | 49 iDataStreamFactory = NULL; in PVMFRecognizerRegistryImpl() 60 iDataStreamFactory = NULL; in ~PVMFRecognizerRegistryImpl() 441 if (iDataStreamFactory != NULL) in CheckForDataAvailability() 447 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in CheckForDataAvailability() 467 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, in CheckForDataAvailability() 482 … iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, in CheckForDataAvailability() 490 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, in CheckForDataAvailability() 498 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, in CheckForDataAvailability() 512 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, in CompleteRecognize() 517 iDataStreamFactory = in CompleteRecognize() [all …]
|
D | pvmf_recognizer_registry_impl.h | 359 PVMFDataStreamFactory* iDataStreamFactory; variable
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.cpp | 333 iDataStreamFactory(NULL), in pvHttpDownloadOutput() 353 if (iDataStreamFactory && iDataStream) in reset() 357 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iDataStream); in reset() 359 iDataStreamFactory = NULL; in reset() 365 …if (aObjectType == NodeOutputType_DataStreamFactory && aOutputObject) iDataStreamFactory = (PVMFDa… in setOutputObject() 406 if (!iDataStreamFactory || !iPortIn) return PVMFFailure; in initialize() 410 …iDataStream = (PVMIDataStreamSyncInterface*)iDataStreamFactory->CreatePVMFCPMPluginAccessInterface… in initialize()
|
D | pvmf_protocol_engine_node_download_common.h | 138 PVMFDataStreamFactory *iDataStreamFactory;
|
/external/opencore/engines/player/src/ |
D | pv_player_node_registry.cpp | 324 iDataStreamFactory = NULL; in PVPlayerRecognizerRegistry() 478 iDataStreamFactory = aDataStreamFactory; in QueryFormatType() 485 …iRecognizeCmdId = PVMFRecognizerRegistry::Recognize(iRecSessionId, *iDataStreamFactory, NULL, iRec… in QueryFormatType()
|
D | pv_player_node_registry.h | 289 PVMFCPMPluginAccessInterfaceFactory* iDataStreamFactory; variable
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 115 iDataStreamFactory = NULL; in PVMFMP3FFParserNode() 1769 if (iDataStreamFactory == NULL) in PassDatastreamFactory() 1773 iDataStreamFactory = &aFactory; in PassDatastreamFactory() 1796 iFace = iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in PassDatastreamFactory() 1799 iFace = iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in PassDatastreamFactory() 2536 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace); in CleanupFileSource() 2539 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace); in CleanupFileSource() 2559 if (iDataStreamFactory != NULL) in CleanupFileSource() 2561 iDataStreamFactory->removeRef(); in CleanupFileSource() 2562 iDataStreamFactory = NULL; in CleanupFileSource() [all …]
|
D | pvmf_mp3ffparser_node.h | 681 PVMFDataStreamFactory* iDataStreamFactory; variable
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 92 iDataStreamFactory = NULL; in PVMFAACFFParserNode() 1019 iDataStreamFactory, iFileHandle, &headerSize32)) in CheckForAACHeaderAvailability() 1060 if ((dsFactory == NULL) && (iDataStreamFactory != NULL)) in ParseAACFile() 1062 dsFactory = iDataStreamFactory; in ParseAACFile() 1186 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace); in DoStop() 1508 if (iDataStreamFactory != NULL) in CleanupFileSource() 1510 iDataStreamFactory->removeRef(); in CleanupFileSource() 1511 iDataStreamFactory = NULL; in CleanupFileSource() 3591 iDataStreamFactory = &aFactory; in PassDatastreamFactory() 3594 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in PassDatastreamFactory()
|
D | pvmf_aacffparser_node.h | 1064 PVMFDataStreamFactory* iDataStreamFactory; variable
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 99 iDataStreamFactory = NULL; in PVMFAMRFFParserNode() 1504 if ((dsFactory == NULL) && (iDataStreamFactory != NULL)) in ParseAMRFile() 1506 dsFactory = iDataStreamFactory; in ParseAMRFile() 1587 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace); in DoStop() 2096 if (iDataStreamFactory != NULL) in CleanupFileSource() 2098 iDataStreamFactory->removeRef(); in CleanupFileSource() 2099 iDataStreamFactory = NULL; in CleanupFileSource() 3286 iDataStreamFactory = &aFactory; in PassDatastreamFactory() 3289 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in PassDatastreamFactory()
|
D | pvmf_amrffparser_node.h | 659 PVMFDataStreamFactory* iDataStreamFactory; variable
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_node_common.h | 1327 iDataStreamFactory = (PVMFDataStreamFactory *)aDataStreamFactory; in setDataStreamFactory() 1331 return iDataStreamFactory; in getDataStreamFactory() 1613 PVMFDataStreamFactory *iDataStreamFactory; variable
|
D | pvmf_protocol_engine_node_common.cpp | 742 iDataStreamFactory(NULL), in InterfacingObjectContainer()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 145 iDataStreamFactory = NULL; in PVMFMP4FFParserNode() 2498 if ((dsFactory == NULL) && (iDataStreamFactory != NULL)) in ParseMP4File() 2500 dsFactory = iDataStreamFactory; in ParseMP4File() 5934 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace); in CleanupFileSource() 5985 if (iDataStreamFactory != NULL) in CleanupFileSource() 5987 iDataStreamFactory->removeRef(); in CleanupFileSource() 5988 iDataStreamFactory = NULL; in CleanupFileSource() 7716 if (iDataStreamFactory == NULL) in PassDatastreamFactory() 7718 iDataStreamFactory = &aFactory; in PassDatastreamFactory() 7721 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid); in PassDatastreamFactory() [all …]
|
D | pvmf_mp4ffparser_node.h | 977 PVMFDataStreamFactory* iDataStreamFactory; variable
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset1.h | 250 , iDataStreamFactory(NULL) in pvplayer_async_test_base() 313 PVMFCPMPluginAccessInterfaceFactory* iDataStreamFactory; variable
|
D | test_pv_player_engine_testset1.cpp | 778 …OSCL_TRY(leavecode, iDataStreamFactory = OSCL_STATIC_CAST(PVMFDataStreamFactory*, new PVMIDataStre… in Run() 788 iSourceContextData->CommonData()->iRecognizerDataStreamFactory = iDataStreamFactory; in Run() 944 delete iDataStreamFactory; in Run() 945 iDataStreamFactory = NULL; in Run()
|