Home
last modified time | relevance | path

Searched refs:iFileDataStreamFactory (Results 1 – 2 of 2) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp319 iFileDataStreamFactory = NULL; in PVPlayerRecognizerRegistry()
339 if (iFileDataStreamFactory) in ~PVPlayerRecognizerRegistry()
341 … OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory)); in ~PVPlayerRecognizerRegistry()
342 iFileDataStreamFactory = NULL; in ~PVPlayerRecognizerRegistry()
428 if (iFileDataStreamFactory) in QueryFormatType()
430 … OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory)); in QueryFormatType()
431 iFileDataStreamFactory = NULL; in QueryFormatType()
434 …OSCL_TRY(leavecode, iFileDataStreamFactory = OSCL_STATIC_CAST(PVMFDataStreamFactory*, OSCL_NEW(PVM… in QueryFormatType()
444 …iRecognizeCmdId = PVMFRecognizerRegistry::Recognize(iRecSessionId, *iFileDataStreamFactory, NULL, … in QueryFormatType()
468 if (iFileDataStreamFactory) in QueryFormatType()
[all …]
Dpv_player_node_registry.h288 PVMFCPMPluginAccessInterfaceFactory* iFileDataStreamFactory; variable