Searched refs:iDataStreamFactory (Results 1 - 18 of 18) sorted by relevance

/external/opencore/pvmi/recognizer/src/
H A Dpvmf_recognizer_registry_impl.cpp49 iDataStreamFactory = NULL;
60 iDataStreamFactory = NULL;
441 if (iDataStreamFactory != NULL)
447 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid);
467 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid,
482 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid,
490 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid,
498 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid,
512 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid,
517 iDataStreamFactory
[all...]
H A Dpvmf_recognizer_registry_impl.h359 PVMFDataStreamFactory* iDataStreamFactory; member in class:PVMFRecognizerRegistryImpl
/external/opencore/engines/player/src/
H A Dpv_player_node_registry.cpp337 iDataStreamFactory = NULL;
491 iDataStreamFactory = aDataStreamFactory;
498 iRecognizeCmdId = PVMFRecognizerRegistry::Recognize(iRecSessionId, *iDataStreamFactory, NULL, iRecognizerResult, NULL);
H A Dpv_player_node_registry.h289 PVMFCPMPluginAccessInterfaceFactory* iDataStreamFactory; member in class:PVPlayerRecognizerRegistry
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
H A Dpvmf_protocol_engine_node_download_common.cpp333 iDataStreamFactory(NULL),
353 if (iDataStreamFactory && iDataStream)
357 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iDataStream);
359 iDataStreamFactory = NULL;
365 if (aObjectType == NodeOutputType_DataStreamFactory && aOutputObject) iDataStreamFactory = (PVMFDataStreamFactory *)aOutputObject;
406 if (!iDataStreamFactory || !iPortIn) return PVMFFailure;
410 iDataStream = (PVMIDataStreamSyncInterface*)iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid);
H A Dpvmf_protocol_engine_node_download_common.h138 PVMFDataStreamFactory *iDataStreamFactory; member in class:pvHttpDownloadOutput
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.cpp99 iDataStreamFactory = NULL;
1504 if ((dsFactory == NULL) && (iDataStreamFactory != NULL))
1506 dsFactory = iDataStreamFactory;
1587 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace);
2088 if (iDataStreamFactory != NULL)
2090 iDataStreamFactory->removeRef();
2091 iDataStreamFactory = NULL;
3278 iDataStreamFactory = &aFactory;
3281 iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid);
H A Dpvmf_amrffparser_node.h659 PVMFDataStreamFactory* iDataStreamFactory; member in class:PVMFAMRFFParserNode
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_node.cpp115 iDataStreamFactory = NULL;
1769 if (iDataStreamFactory == NULL)
1773 iDataStreamFactory = &aFactory;
1796 iFace = iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid);
1799 iFace = iDataStreamFactory->CreatePVMFCPMPluginAccessInterface(uuid);
2536 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace);
2539 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace);
2559 if (iDataStreamFactory != NULL)
2561 iDataStreamFactory->removeRef();
2562 iDataStreamFactory
[all...]
H A Dpvmf_mp3ffparser_node.h681 PVMFDataStreamFactory* iDataStreamFactory; member in class:PVMFMP3FFParserNode
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
H A Dpvmf_protocol_engine_node_common.h1327 iDataStreamFactory = (PVMFDataStreamFactory *)aDataStreamFactory;
1331 return iDataStreamFactory;
1613 PVMFDataStreamFactory *iDataStreamFactory; member in class:InterfacingObjectContainer
H A Dpvmf_protocol_engine_node_common.cpp742 iDataStreamFactory(NULL),
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.cpp92 iDataStreamFactory = NULL;
1019 iDataStreamFactory, iFileHandle, &headerSize32))
1060 if ((dsFactory == NULL) && (iDataStreamFactory != NULL))
1062 dsFactory = iDataStreamFactory;
1186 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace);
1500 if (iDataStreamFactory != NULL)
1502 iDataStreamFactory->removeRef();
1503 iDataStreamFactory = NULL;
3583 iDataStreamFactory = &aFactory;
3586 iDataStreamFactory
[all...]
H A Dpvmf_aacffparser_node.h1064 PVMFDataStreamFactory* iDataStreamFactory; member in class:PVMFAACFFParserNode
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.cpp145 iDataStreamFactory = NULL;
2498 if ((dsFactory == NULL) && (iDataStreamFactory != NULL))
2500 dsFactory = iDataStreamFactory;
5956 iDataStreamFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iFace);
6007 if (iDataStreamFactory != NULL)
6009 iDataStreamFactory->removeRef();
6010 iDataStreamFactory = NULL;
7738 if (iDataStreamFactory == NULL)
7740 iDataStreamFactory = &aFactory;
7743 iDataStreamFactory
[all...]
H A Dpvmf_mp4ffparser_node.h977 PVMFDataStreamFactory* iDataStreamFactory; member in class:PVMFMP4FFParserNode
/external/opencore/engines/player/test/src/
H A Dtest_pv_player_engine_testset1.h250 , iDataStreamFactory(NULL)
313 PVMFCPMPluginAccessInterfaceFactory* iDataStreamFactory; member in class:pvplayer_async_test_cpmopenplaystopreset
H A Dtest_pv_player_engine_testset1.cpp778 OSCL_TRY(leavecode, iDataStreamFactory = OSCL_STATIC_CAST(PVMFDataStreamFactory*, new PVMIDataStreamSyncInterfaceRefFactory(wFileName)));
788 iSourceContextData->CommonData()->iRecognizerDataStreamFactory = iDataStreamFactory;
944 delete iDataStreamFactory;
945 iDataStreamFactory = NULL;

Completed in 695 milliseconds