Searched refs:aNode (Results 1 - 25 of 144) sorted by relevance

123456

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
H A Dpvmf_protocol_engine_node_progressive_download_container_factory.cpp26 OSCL_EXPORT_REF ProtocolContainer* PVMFProtocolEngineNodeProgressiveDownloadContainerFactory::Create(PVMFProtocolEngineNode *aNode) argument
28 return OSCL_NEW(ProgressiveDownloadContainer, (aNode));
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
H A Dpvmf_protocol_engine_node_progressive_streaming_container_factory.cpp26 OSCL_EXPORT_REF ProtocolContainer* PVMFProtocolEngineNodeProgressiveStreamingContainerFactory::Create(PVMFProtocolEngineNode *aNode) argument
28 return OSCL_NEW(ProgressiveStreamingContainer, (aNode));
/external/opencore/nodes/streaming/streamingmanager/src/
H A Dpvmf_sm_node_factory.cpp53 OSCL_EXPORT_REF bool PVMFStreamingManagerNodeFactory::DeleteStreamingManagerNode(PVMFNodeInterface* aNode) argument
57 if (aNode)
59 OSCL_DELETE(aNode);
61 aNode = NULL;
64 /*if(EPVMFNodeIdle == aNode->GetState())
66 if(aNode)
68 OSCL_DELETE(aNode);
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_factory.cpp46 OSCL_EXPORT_REF bool PVMFAACFFParserNodeFactory::DeletePVMFAACFFParserNode(PVMFNodeInterface* aNode) argument
48 if (aNode)
50 OSCL_DELETE(aNode);
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_factory.cpp39 OSCL_EXPORT_REF bool PVMFAMRFFParserNodeFactory::DeletePVMFAMRFFParserNode(PVMFNodeInterface* aNode) argument
41 if (aNode)
43 OSCL_DELETE(aNode);
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_downloadmanager_factory.cpp50 OSCL_EXPORT_REF bool PVMFDownloadManagerNodeFactory::DeletePVMFDownloadManagerNode(PVMFNodeInterface* aNode) argument
52 if (aNode)
54 OSCL_DELETE(aNode);
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_factory.cpp57 bool PVMFMP3FFParserNodeFactory::DeletePVMFMP3FFParserNode(PVMFNodeInterface* aNode) argument
59 if (aNode)
61 OSCL_DELETE(aNode);
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_factory.cpp50 OSCL_EXPORT_REF bool PVMFMP4FFParserNodeFactory::DeletePVMFMP4FFParserNode(PVMFNodeInterface* aNode) argument
52 if (aNode)
54 OSCL_DELETE(aNode);
/external/opencore/nodes/pvomxaudiodecnode/src/
H A Dpvmf_omx_audiodec_factory.cpp48 OSCL_EXPORT_REF bool PVMFOMXAudioDecNodeFactory::DeletePVMFOMXAudioDecNode(PVMFNodeInterface* aNode) argument
50 if (aNode)
52 delete aNode;
/external/opencore/nodes/pvomxencnode/src/
H A Dpvmf_omx_enc_factory.cpp50 OSCL_EXPORT_REF bool PVMFOMXEncNodeFactory::DeletePVMFOMXEncNode(PVMFNodeInterface* aNode) argument
52 if (aNode)
54 delete aNode;
/external/opencore/nodes/pvomxvideodecnode/src/
H A Dpvmf_omx_videodec_factory.cpp50 OSCL_EXPORT_REF bool PVMFOMXVideoDecNodeFactory::DeletePVMFOMXVideoDecNode(PVMFNodeInterface* aNode) argument
52 if (aNode)
54 delete aNode;
/external/opencore/nodes/pvprotocolenginenode/base/src/
H A Dpvmf_protocol_engine_factory.cpp46 OSCL_EXPORT_REF bool PVMFProtocolEngineNodeFactory::DeletePVMFProtocolEngineNode(PVMFNodeInterface* aNode) argument
48 if (aNode)
50 OSCL_DELETE(aNode);
/external/opencore/nodes/pvsocketnode/src/
H A Dpvmf_socket_factory.cpp49 OSCL_EXPORT_REF bool PVMFSocketNodeFactory::DeletePVMFSocketNode(PVMFNodeInterface* aNode) argument
51 if (aNode)
53 OSCL_DELETE(aNode);
/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_factory.cpp46 OSCL_EXPORT_REF bool PVMFWAVFFParserNodeFactory::DeletePVMFWAVFFParserNode(PVMFNodeInterface* aNode) argument
48 if (aNode)
50 OSCL_DELETE(aNode);
/external/opencore/protocols/rtsp_client_engine/src/
H A Dpvrtsp_client_engine_factory.cpp58 OSCL_EXPORT_REF bool PVMFRrtspEngineNodeFactory::DeletePVMFRtspEngineNode(PVMFNodeInterface* aNode) argument
60 if (aNode)
62 OSCL_DELETE(((PVRTSPEngineNode*)aNode));
/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_factory.cpp52 OSCL_EXPORT_REF bool PVMFClientServerSocketNodeFactory::DeleteClientServerSocketNode(PVMFNodeInterface* aNode) argument
54 if (aNode)
56 OSCL_DELETE(aNode);
/external/opencore/modules/linux_download/node_registry/src/
H A Dpvmfdownloadnodereg.h33 static bool DeleteDownloadManagerNode(PVMFNodeInterface* aNode);
/external/opencore/modules/linux_mp4/node_registry/src/
H A Dpvmfmp4nodereg.h33 static bool DeleteMp4ParserNode(PVMFNodeInterface* aNode);
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
H A Dpvprotocolenginenode_pdl_plugin_registry.h27 static ProtocolContainer* CreateProgressiveDownloadContainer(PVMFProtocolEngineNode* aNode);
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
H A Dpvprotocolenginenode_ps_plugin_registry.h27 static ProtocolContainer* CreateProgressiveStreamingContainer(PVMFProtocolEngineNode* aNode);
/external/opencore/nodes/pvsocketnode/include/
H A Dpvmf_socket_factory.h58 * @param aNode The PVMFSocketNode instance to be deleted
61 OSCL_IMPORT_REF static bool DeletePVMFSocketNode(PVMFNodeInterface* aNode);
/external/opencore/protocols/rtsp_client_engine/inc/
H A Dpvrtsp_client_engine_factory.h58 * @param aNode The PVRTSPEngineNode instance to be deleted
61 OSCL_IMPORT_REF static bool DeletePVMFRtspEngineNode(PVMFNodeInterface* aNode);
/external/opencore/engines/2way/src/
H A Dpv_2way_datapath.h190 CPVDatapathNode(const CPVDatapathNode &aNode) : iNode(aNode.iNode), argument
191 iConfigure(aNode.iConfigure),
192 iConfigTime(aNode.iConfigTime),
193 iCanNodePause(aNode.iCanNodePause),
194 iLoggoffOnReset(aNode.iLoggoffOnReset),
195 iIgnoreNodeState(aNode.iIgnoreNodeState),
196 iOriginalState(aNode.iOriginalState),
197 iDatapathCloseState(aNode.iDatapathCloseState),
198 iInputPort(aNode
[all...]
H A Dpv_2way_dec_data_channel_datapath.cpp57 void CPV2WayDecDataChannelDatapath::SkipComplete(TPV2WayNode* aNode) argument
59 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "CPV2WayDecDataChannelDatapath::SkipComplete, Format=%s, Node=%x\n", iFormat.getMIMEStrPtr(), aNode->iNode));
61 if (!IsNodeInDatapath(aNode->iNode))
64 if (iNodeList[iNodeList.size()-1].iNode.iNode == aNode->iNode)
67 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "CPV2WayDecDataChannelDatapath::SkipComplete, Format=%s, Node=%x\n Skip complete for datapath", iFormat.getMIMEStrPtr(), aNode->iNode));
/external/opencore/nodes/pvdummyoutputnode/src/
H A Dpvmf_dummy_fileoutput_factory.cpp67 OSCL_EXPORT_REF bool PVMFDummyFileOutputNodeFactory::DeleteDummyFileOutput(PVMFNodeInterface*& aNode) argument
69 if (aNode)
71 OSCL_DELETE(aNode);

Completed in 230 milliseconds

123456