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.cpp323 iFileDataStreamFactory = NULL; in PVPlayerRecognizerRegistry()
343 if (iFileDataStreamFactory) in ~PVPlayerRecognizerRegistry()
345 … OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory)); in ~PVPlayerRecognizerRegistry()
346 iFileDataStreamFactory = NULL; in ~PVPlayerRecognizerRegistry()
432 if (iFileDataStreamFactory) in QueryFormatType()
434 … OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory)); in QueryFormatType()
435 iFileDataStreamFactory = NULL; in QueryFormatType()
438 …OSCL_TRY(leavecode, iFileDataStreamFactory = OSCL_STATIC_CAST(PVMFDataStreamFactory*, OSCL_NEW(PVM… in QueryFormatType()
448 …iRecognizeCmdId = PVMFRecognizerRegistry::Recognize(iRecSessionId, *iFileDataStreamFactory, NULL, … in QueryFormatType()
472 if (iFileDataStreamFactory) in QueryFormatType()
[all …]
Dpv_player_node_registry.h288 PVMFCPMPluginAccessInterfaceFactory* iFileDataStreamFactory; variable