Searched defs:aPortTag (Results 1 - 25 of 34) sorted by relevance

12

/external/opencore/protocols/systems/tools/general/common/src/
H A Dpvmf_file_data_sink.cpp21 OSCL_EXPORT_REF PVMFFileDataSink::PVMFFileDataSink(int32 aPortTag) argument
22 : PVMFBufferDataSink(aPortTag)
H A Dpvmf_file_data_source.cpp21 OSCL_EXPORT_REF PVMFFileDataSource::PVMFFileDataSource(int32 aPortTag, argument
25 PVMFBufferDataSource(aPortTag, bitrate, min_sample_sz, max_sample_sz)
H A Dpvmf_buffer_data_sink.cpp20 OSCL_EXPORT_REF PVMFBufferDataSink::PVMFBufferDataSink(int32 aPortTag) argument
21 : PvmfPortBaseImpl(aPortTag, this)
H A Dpvmf_buffer_data_source.cpp20 OSCL_EXPORT_REF PVMFBufferDataSource::PVMFBufferDataSource(int32 aPortTag, argument
26 PvmfPortBaseImpl(aPortTag, this),
/external/opencore/engines/2way/src/
H A Dpv_2way_data_channel_datapath.h45 void SetTSCPortTag(int32 aPortTag) argument
47 iTSCPortTag = aPortTag;
/external/opencore/engines/player/src/
H A Dpv_player_datapath.cpp1344 int32 aPortTag, PvmfMimeString* aPortConfig,
1348 OSCL_TRY(leavecode, aCmdId = aNode->RequestPort(aSessionId, aPortTag, aPortConfig, aContext));
1343 IssueDatapathRequestPort(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, int32 aPortTag, PvmfMimeString* aPortConfig, OsclAny* aContext, PVMFCommandId &aCmdId) argument
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
H A Dtscsrpbuffer.h116 PVMFPortInterface* GetLLPort(const int32 aPortTag) argument
118 if (aPortTag == TSCSRPBUFFER_INPUT_PORT_TAG)
122 if (aPortTag == TSCSRPBUFFER_OUTPUT_PORT_TAG)
/external/opencore/nodes/pvloopbacknode/src/
H A Dpvmf_loopback_node.cpp209 OSCL_EXPORT_REF PVMFCommandId PVMFLoopbackNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
213 cmd.PVMFLoopbackNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvcommsionode/src/
H A Dpv_comms_io_node_port.cpp55 PVCommsIONodePort::PVCommsIONodePort(int32 aPortTag, PVCommsIONode* aNode) argument
57 , PvmfPortBaseImpl(aPortTag
997 bool PVCommsIONodePort::EndOfData(int32 aPortTag) argument
1003 if (aPortTag == PVMF_COMMSIO_NODE_INPUT_PORT_TAG)
H A Dpv_comms_io_node.cpp248 OSCL_EXPORT_REF PVMFCommandId PVCommsIONode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
253 cmd.PVCommsIONodeCmdBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
1490 void PVCommsIONode::MioConfigured(int32 aPortTag) argument
1497 OSCL_UNUSED_ARG(aPortTag);
1504 // cmd.iControlContext = ContextFromTag(aPortTag);
1607 PvmiCapabilityAndConfig *PVCommsIONode::GetConfig(int32 aPortTag)
1609 MIOControlContextElement *context = ContextSetFromTag(aPortTag);
1615 bool PVCommsIONode::CreateMediaTransfer(int32 aPortTag, PvmiMediaTransfer *&aInputTransfer, PvmiMediaTransfer *&aOutputTransfer) argument
1617 MIOControlContextSet set = ContextSetFromTag(aPortTag);
1638 void PVCommsIONode::DeleteMediaTransfer(int32 aPortTag, PvmiMediaTransfe argument
[all...]
/external/opencore/nodes/pvvideoparsernode/src/
H A Dpvmf_videoparser_node.cpp259 OSCL_EXPORT_REF PVMFCommandId PVMFVideoParserNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
261 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFVideoParserNode::RequestPort called, format %s, port tag %d\n", aPortConfig ? aPortConfig->get_cstr() : "\"\"", aPortTag));
266 property->porttag = aPortTag;
/external/opencore/nodes/streaming/streamingmanager/src/
H A Dpvmf_streaming_manager_node.cpp292 int32 aPortTag,
302 cmdId = iSMFSPlugin->RequestPort(aSessId, aPortTag, aPortConfig, aContext);
291 RequestPort(PVMFSessionId aSessId, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_node.cpp191 OSCL_EXPORT_REF PVMFCommandId PVMFClientServerSocketNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
195 cmd.PVMFSocketNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvdummyinputnode/src/
H A Dpvmf_dummy_fileinput_node.cpp310 OSCL_EXPORT_REF PVMFCommandId PVMFDummyFileInputNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
315 cmd.PVMFFileInputNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvdummyoutputnode/src/
H A Dpvmf_dummy_fileoutput_node.cpp267 PVMFCommandId PVMFDummyFileOutputNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
271 cmd.PVMFDummyFileOutputNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvfileoutputnode/src/
H A Dpvmf_fileoutput_node.cpp269 PVMFCommandId PVMFFileOutputNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
273 cmd.PVMFFileOutputNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvmediainputnode/src/
H A Dpvmf_media_input_node.cpp254 OSCL_EXPORT_REF PVMFCommandId PvmfMediaInputNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
259 cmd.PvmfMediaInputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/pvmediaoutputnode/src/
H A Dpv_media_output_node.cpp282 OSCL_EXPORT_REF PVMFCommandId PVMediaOutputNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
287 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
H A Dlowerlayer.cpp45 H223LowerLayer::H223LowerLayer(int32 aPortTag, TPVLoopbackMode aLoopbackMode) argument
46 : PvmfPortBaseImpl(aPortTag, this),
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
H A Dtscmain.cpp1608 , int32 aPortTag
1617 cmd.Construct(aSession, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag,
1647 int32 aPortTag = (int32)cmd.iParam1; local
1680 aPortTag));
1692 aPortTag));
1696 else if (*aPortConfig == PVMF_INCOMING_MIMETYPE || (aPortTag < 0))
1698 if (aPortTag < 0)
1700 aPortTag = -aPortTag;
1706 pvmfStatus = iH223->GetIncomingChannel(aPortTag, incoming_lc
[all...]
/external/opencore/nodes/pvomxbasedecnode/src/
H A Dpvmf_omx_basedec_node.cpp412 OSCL_EXPORT_REF PVMFCommandId PVMFOMXBaseDecNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* /* aPortConfig */, const OsclAny* aContext) argument
416 cmd.PVMFOMXBaseDecNodeCommandBase::Construct(s, PVMFOMXBaseDecNodeCommand::PVOMXBASEDEC_NODE_CMD_REQUESTPORT, aPortTag, aContext);
/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_node.cpp221 PVMFCommandId PVMFWAVFFParserNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
225 cmd.PVMFWAVFFNodeCommandBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, aContext);
/external/opencore/nodes/streaming/medialayernode/src/
H A Dpvmf_medialayer_node.cpp364 int32 aPortTag,
372 aPortTag,
363 RequestPort(PVMFSessionId aSession, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
H A Dsrp.h304 PVMFPortInterface * RequestLLPort(const int32 aPortTag) argument
306 if (aPortTag == SRP_INPUT_PORT_TAG)
310 if (aPortTag == SRP_OUTPUT_PORT_TAG)
318 PVMFPortInterface * RequestULPort(const int32 aPortTag) argument
320 if (aPortTag == SRP_INPUT_PORT_TAG)
324 if (aPortTag == SRP_OUTPUT_PORT_TAG)
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.cpp304 PVMFCommandId PVMFAACFFParserNode::RequestPort(PVMFSessionId s, int32 aPortTag, const PvmfMimeString* aPortConfig, const OsclAny* aContext) argument
310 cmd.PVMFAACFFParserNodeCommandBase::Construct(s, PVMF_AAC_PARSER_NODE_REQUESTPORT, aPortTag, aContext);

Completed in 288 milliseconds

12