Home
last modified time | relevance | path

Searched refs:PVMFNodeInterface (Results 1 – 25 of 180) sorted by relevance

12345678

/external/opencore/engines/player/src/
Dpv_player_datapath.h97 void SetSourceNode(PVMFNodeInterface* aSourceNode) in SetSourceNode()
102 PVMFNodeInterface* GetSourceNode() in GetSourceNode()
107 void SetDecNode(PVMFNodeInterface* aDecNode) in SetDecNode()
112 PVMFNodeInterface* GetDecNode() in GetDecNode()
117 void SetSinkNode(PVMFNodeInterface* aSinkNode) in SetSinkNode()
122 PVMFNodeInterface* GetSinkNode() in GetSinkNode()
176 …PVMFStatus IssueDatapathInit(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, PVMFCommandId& aC…
177 …PVMFStatus IssueDatapathRequestPort(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, int32 aPor…
179 …PVMFStatus IssueDatapathPrepare(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, PVMFCommandId&…
180 …PVMFStatus IssueDatapathStart(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, PVMFCommandId& a…
[all …]
/external/opencore/engines/2way/test/include/
Dtest_engine.h303 PVMFNodeInterface *get_audio_source(PVMFFormatType format);
304 PVMFNodeInterface *get_audio_sink(PVMFFormatType format);
305 PVMFNodeInterface *get_video_source(PVMFFormatType format);
306 PVMFNodeInterface *get_video_sink(PVMFFormatType format);
316 PVMFNodeInterface* iCommServer;
317 PVMFNodeInterface* iSelAudioSource;
318 PVMFNodeInterface* iSelAudioSink;
319 PVMFNodeInterface* iSelVideoSource;
320 PVMFNodeInterface* iSelVideoSink;
334 PVMFNodeInterface* iAudioSource;
[all …]
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset7.h159 PVMFNodeInterface* iIONodeVideo;
160 PVMFNodeInterface* iIONodeAudio;
161 PVMFNodeInterface* iIONodeText;
265 PVMFNodeInterface* iIONodeVideo;
266 PVMFNodeInterface* iIONodeAudio;
267 PVMFNodeInterface* iIONodeText;
365 PVMFNodeInterface* iIONodeVideo;
366 PVMFNodeInterface* iIONodeAudio;
367 PVMFNodeInterface* iIONodeText;
462 PVMFNodeInterface* iIONodeVideo;
[all …]
Dtest_pv_player_engine_testset1.h187 PVMFNodeInterface* iIONodeVideo;
190 PVMFNodeInterface* iIONodeAudio;
193 PVMFNodeInterface* iIONodeText;
299 PVMFNodeInterface* iIONodeVideo;
302 PVMFNodeInterface* iIONodeAudio;
305 PVMFNodeInterface* iIONodeText;
416 PVMFNodeInterface* iIONodeVideo;
417 PVMFNodeInterface* iIONodeAudio;
509 PVMFNodeInterface* iIONodeVideo;
510 PVMFNodeInterface* iIONodeAudio;
[all …]
Dtest_pv_player_engine_testset8.h207 PVMFNodeInterface* iIONodeVideo;
208 PVMFNodeInterface* iIONodeAudio;
209 PVMFNodeInterface* iIONodeText;
324 PVMFNodeInterface* iIONodeVideo;
325 PVMFNodeInterface* iIONodeAudio;
326 PVMFNodeInterface* iIONodeText;
436 PVMFNodeInterface* iIONodeVideo;
437 PVMFNodeInterface* iIONodeAudio;
438 PVMFNodeInterface* iIONodeText;
/external/opencore/nodes/pvcommsionode/include/
Dpv_comms_io_node_factory.h22 class PVMFNodeInterface; variable
55 …OSCL_IMPORT_REF static PVMFNodeInterface* Create(PvmiMIOControl* aMIOInputControl, PvmiMIOControl …
64 …OSCL_IMPORT_REF static PVMFNodeInterface* Create(PvmiMIOControl* aMIOControl, bool logBitstreams =…
73 OSCL_IMPORT_REF static void Delete(PVMFNodeInterface* aNode);
82 OSCL_IMPORT_REF static PvmiMIOControl* GetMediaIOControl(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_factory.cpp41 OSCL_EXPORT_REF PVMFNodeInterface* PVFileOutputNodeFactory::CreateFileOutput(int32 aPriority) in OSCL_DLL_ENTRY_POINT_DEFAULT()
43 PVMFNodeInterface* node = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
53 OSCL_EXPORT_REF PVMFNodeInterface* PVFileOutputNodeFactory::CreateFileOutput(OSCL_wString &aFileNam… in CreateFileOutput()
55 PVMFNodeInterface* node = NULL; in CreateFileOutput()
67 OSCL_EXPORT_REF bool PVFileOutputNodeFactory::DeleteFileOutput(PVMFNodeInterface* aNode) in DeleteFileOutput()
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_factory.cpp41 OSCL_EXPORT_REF PVMFNodeInterface* PVMFDummyFileOutputNodeFactory::CreateDummyFileOutput(int32 aPri… in OSCL_DLL_ENTRY_POINT_DEFAULT()
43 PVMFNodeInterface* node = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
53 OSCL_EXPORT_REF PVMFNodeInterface* PVMFDummyFileOutputNodeFactory::CreateDummyFileOutput(OSCL_wStri… in CreateDummyFileOutput()
55 PVMFNodeInterface* node = NULL; in CreateDummyFileOutput()
67 OSCL_EXPORT_REF bool PVMFDummyFileOutputNodeFactory::DeleteDummyFileOutput(PVMFNodeInterface*& aNod… in DeleteDummyFileOutput()
/external/opencore/engines/2way/src/
Dpv_2way_interface_cmd_messages.h98 …PV2WayMessageAddDataSource(PVTrackId aTrackId, PVMFNodeInterface& aDataSource, OsclAny* aContextDa… in PV2WayMessageAddDataSource()
106 PVMFNodeInterface& iDataSource;
112 PV2WayMessageRemoveDataSource(PVMFNodeInterface& aDataSource, OsclAny* aContextData) in PV2WayMessageRemoveDataSource()
118 PVMFNodeInterface& iDataSource;
124 … PV2WayMessageAddDataSink(PVTrackId aTrackId, PVMFNodeInterface& aDataSink, OsclAny* aContextData) in PV2WayMessageAddDataSink()
132 PVMFNodeInterface& iDataSink;
138 PV2WayMessageRemoveDataSink(PVMFNodeInterface& aDataSink, OsclAny* aContextData) in PV2WayMessageRemoveDataSink()
144 PVMFNodeInterface& iDataSink;
150 …PV2WayMessageConnect(const PV2WayConnectOptions& aOptions, PVMFNodeInterface* aCommServer, OsclAny… in PV2WayMessageConnect()
158 PVMFNodeInterface* iCommServer;
Dpv_2way_engine.h578 PVMFNodeInterface *iNode;
624 TPV2WayNode(PVMFNodeInterface *aNode) : iNode(aNode), iSessionId(0) in TPV2WayNode()
645 operator PVMFNodeInterface *()
655 PVMFNodeInterface *iNode;
718 OSCL_IMPORT_REF static CPV324m2Way *NewL(PVMFNodeInterface* aTsc,
730 …PVCommandId AddDataSource(PVTrackId aChannelId, PVMFNodeInterface& aDataSource, OsclAny* aContextD…
731 PVCommandId RemoveDataSource(PVMFNodeInterface& aDataSource, OsclAny* aContextData = NULL);
732 …PVCommandId AddDataSink(PVTrackId aChannelId, PVMFNodeInterface& aDataSink, OsclAny* aContextData …
733 PVCommandId RemoveDataSink(PVMFNodeInterface& aDataSink, OsclAny* aContextData = NULL);
734 …PVCommandId Connect(const PV2WayConnectOptions& aOptions, PVMFNodeInterface* aCommServer = NULL, O…
[all …]
/external/opencore/pvmi/pvmf/src/
Dpvmf_node_interface.cpp25 OSCL_EXPORT_REF void PVMFNodeInterface::SetState(TPVMFNodeInterfaceState s) in SetState()
31 OSCL_EXPORT_REF void PVMFNodeInterface::ReportCmdCompleteEvent( in ReportCmdCompleteEvent()
51 OSCL_EXPORT_REF void PVMFNodeInterface::ReportErrorEvent( in ReportErrorEvent()
61 OSCL_EXPORT_REF void PVMFNodeInterface::ReportErrorEvent( in ReportErrorEvent()
90 OSCL_EXPORT_REF void PVMFNodeInterface::ReportInfoEvent( in ReportInfoEvent()
100 OSCL_EXPORT_REF void PVMFNodeInterface::ReportInfoEvent( in ReportInfoEvent()
/external/opencore/engines/author/include/
Dpvauthorengineinterface.h32 class PVMFNodeInterface; variable
191 …virtual PVCommandId AddDataSource(const PVMFNodeInterface& aDataSource, const OsclAny* aContextDat…
203 …virtual PVCommandId RemoveDataSource(const PVMFNodeInterface& aDataSource, const OsclAny* aContext…
280 virtual PVCommandId AddMediaTrack(const PVMFNodeInterface& aDataSource,
311 virtual PVCommandId AddMediaTrack(const PVMFNodeInterface& aDataSource,
331 virtual PVCommandId AddDataSink(const PVMFNodeInterface& aDataSink,
346 …virtual PVCommandId RemoveDataSink(const PVMFNodeInterface& aDataSink, const OsclAny* aContextData…
/external/opencore/nodes/pvmediaoutputnode/include/
Dpv_media_output_node_factory.h22 class PVMFNodeInterface; variable
51 OSCL_IMPORT_REF static PVMFNodeInterface* CreateMediaOutputNode(
61 OSCL_IMPORT_REF static void DeleteMediaOutputNode(PVMFNodeInterface* aNode);
70 OSCL_IMPORT_REF static PvmiMIOControl* GetMediaIOControl(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvmediainputnode/include/
Dpvmf_media_input_node_factory.h22 class PVMFNodeInterface; variable
49 OSCL_IMPORT_REF static PVMFNodeInterface* Create(PvmiMIOControl* aMIOControl);
58 OSCL_IMPORT_REF static void Delete(PVMFNodeInterface* aNode);
67 OSCL_IMPORT_REF static PvmiMIOControl* GetMediaIOControl(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvdummyoutputnode/include/
Dpvmf_dummy_fileoutput_factory.h30 class PVMFNodeInterface; variable
59 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateDummyFileOutput(int32 aPriority = OsclActiveObject…
69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateDummyFileOutput(OSCL_wString &aFileName, PVMFForma…
79 OSCL_IMPORT_REF static bool DeleteDummyFileOutput(PVMFNodeInterface*& aNode);
/external/opencore/nodes/pvfileoutputnode/include/
Dpvmf_fileoutput_factory.h30 class PVMFNodeInterface; variable
59 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateFileOutput(int32 aPriority = OsclActiveObject::EPr…
69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType…
79 OSCL_IMPORT_REF static bool DeleteFileOutput(PVMFNodeInterface* aNode);
/external/opencore/modules/linux_download/node_registry/src/
Dpvmfdownloadnodereg.cpp49 typedef PVMFNodeInterface*(* LPFN_NODE_CREATE_FUNC)(int32);
51 typedef bool (* LPFN_NODE_RELEASE_FUNC)(PVMFNodeInterface *);
54 PVMFNodeInterface* DownloadNodesCoreLibraryLoader::CreateDownloadManagerNode(int32 aPriority) in CreateDownloadManagerNode()
78 …LPFN_NODE_CREATE_FUNC nodeCreateFunc = OSCL_DYNAMIC_CAST(PVMFNodeInterface * (*)(int32), createFun… in CreateDownloadManagerNode()
82 PVMFNodeInterface* node = NULL; in CreateDownloadManagerNode()
104 bool DownloadNodesCoreLibraryLoader::DeleteDownloadManagerNode(PVMFNodeInterface* aNode) in DeleteDownloadManagerNode()
128 …LPFN_NODE_RELEASE_FUNC nodeReleaseFunc = OSCL_DYNAMIC_CAST(bool (*)(PVMFNodeInterface*), releaseFu… in DeleteDownloadManagerNode()
/external/opencore/modules/linux_rtsp/node_registry/src/
Dpvmfrtspnodereg.cpp50 typedef PVMFNodeInterface*(* LPFN_NODE_CREATE_FUNC)(int32);
52 typedef bool (* LPFN_NODE_RELEASE_FUNC)(PVMFNodeInterface *);
55 PVMFNodeInterface* StreamingNodesCoreLibraryLoader::CreateStreamingManagerNode(int32 aPriority) in CreateStreamingManagerNode()
79 …LPFN_NODE_CREATE_FUNC nodeCreateFunc = OSCL_DYNAMIC_CAST(PVMFNodeInterface * (*)(int32), createFun… in CreateStreamingManagerNode()
83 PVMFNodeInterface* node = NULL; in CreateStreamingManagerNode()
104 bool StreamingNodesCoreLibraryLoader::DeleteStreamingManagerNode(PVMFNodeInterface* aNode) in DeleteStreamingManagerNode()
128 …LPFN_NODE_RELEASE_FUNC nodeReleaseFunc = OSCL_DYNAMIC_CAST(bool (*)(PVMFNodeInterface*), releaseFu… in DeleteStreamingManagerNode()
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp53 typedef PVMFNodeInterface*(* LPFN_NODE_CREATE_FUNC)(int32);
55 typedef bool (* LPFN_NODE_RELEASE_FUNC)(PVMFNodeInterface *);
58 PVMFNodeInterface* Mp4NodesCoreLibraryLoader::CreateMp4ParserNode(int32 aPriority) in CreateMp4ParserNode()
82 …LPFN_NODE_CREATE_FUNC nodeCreateFunc = OSCL_DYNAMIC_CAST(PVMFNodeInterface * (*)(int32), createFun… in CreateMp4ParserNode()
86 PVMFNodeInterface* node = NULL; in CreateMp4ParserNode()
108 bool Mp4NodesCoreLibraryLoader::DeleteMp4ParserNode(PVMFNodeInterface* aNode) in DeleteMp4ParserNode()
132 …LPFN_NODE_RELEASE_FUNC nodeReleaseFunc = OSCL_DYNAMIC_CAST(bool (*)(PVMFNodeInterface*), releaseFu… in DeleteMp4ParserNode()
/external/opencore/engines/2way/include/
Dpv_2way_interface.h194 PVMFNodeInterface& aDataSource,
206 OSCL_IMPORT_REF virtual PVCommandId RemoveDataSource(PVMFNodeInterface& aDataSource,
231 PVMFNodeInterface& aDataSink,
243 OSCL_IMPORT_REF virtual PVCommandId RemoveDataSink(PVMFNodeInterface& aDataSink,
262 PVMFNodeInterface* aCommServer = NULL,
/external/opencore/nodes/streaming/streamingmanager/include/
Dpvmf_sm_node_factory.h26 class PVMFNodeInterface; variable
54 OSCL_IMPORT_REF static PVMFNodeInterface* CreateStreamingManagerNode(int32 aPriority);
65 OSCL_IMPORT_REF static bool DeleteStreamingManagerNode(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_factory.h30 class PVMFNodeInterface; variable
51 …OSCL_IMPORT_REF static PVMFNodeInterface* CreatePVMFSocketNode(int32 aPriority = OsclActiveObject:…
61 OSCL_IMPORT_REF static bool DeletePVMFSocketNode(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvwavffparsernode/include/
Dpvmf_wavffparser_factory.h22 class PVMFNodeInterface; variable
47 …OSCL_IMPORT_REF static PVMFNodeInterface* CreatePVMFWAVFFParserNode(int32 aPriority = OsclActiveOb…
57 OSCL_IMPORT_REF static bool DeletePVMFWAVFFParserNode(PVMFNodeInterface* aNode);
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_factory.h30 class PVMFNodeInterface; variable
51 …OSCL_IMPORT_REF static PVMFNodeInterface* CreatePVMFRtspEngineNode(int32 aPriority = OsclActiveObj…
61 OSCL_IMPORT_REF static bool DeletePVMFRtspEngineNode(PVMFNodeInterface* aNode);
/external/opencore/nodes/pvmp3ffparsernode/include/
Dpvmf_mp3ffparser_factory.h22 class PVMFNodeInterface; variable
48 …OSCL_IMPORT_REF static PVMFNodeInterface* CreatePVMFMP3FFParserNode(int32 aPriority = OsclActiveOb…
58 OSCL_IMPORT_REF static bool DeletePVMFMP3FFParserNode(PVMFNodeInterface* aNode);

12345678