Searched refs:iFileDataStreamFactory (Results 1 – 2 of 2) sorted by relevance
319 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 …]
288 PVMFCPMPluginAccessInterfaceFactory* iFileDataStreamFactory; variable