HomeSort by relevance Sort by last modified time
    Searched refs:iFileDataStreamFactory (Results 1 - 2 of 2) sorted by null

  /external/opencore/engines/player/src/
pv_player_node_registry.cpp 336 iFileDataStreamFactory = NULL;
356 if (iFileDataStreamFactory)
358 OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory));
359 iFileDataStreamFactory = NULL;
445 if (iFileDataStreamFactory)
447 OSCL_DELETE(OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefFactory*, iFileDataStreamFactory));
448 iFileDataStreamFactory = NULL;
451 OSCL_TRY(leavecode, iFileDataStreamFactory = OSCL_STATIC_CAST(PVMFDataStreamFactory*, OSCL_NEW(PVMIDataStreamSyncInterfaceRefFactory, (aSourceURL))));
461 iRecognizeCmdId = PVMFRecognizerRegistry::Recognize(iRecSessionId, *iFileDataStreamFactory, NULL, iRecognizerResult, NULL);
485 if (iFileDataStreamFactory)
    [all...]
pv_player_node_registry.h 288 PVMFCPMPluginAccessInterfaceFactory* iFileDataStreamFactory;

Completed in 30 milliseconds