Home
last modified time | relevance | path

Searched refs:OUTGOING (Results 1 – 25 of 29) sorted by relevance

12

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp206 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_MEDIUM); in GetOutgoingLayer()
217 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_HIGH); in GetOutgoingLayer()
232 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_LOW); in GetOutgoingLayer()
421 Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>* config = (dir == OUTGOING) ? in IsSupported()
469 Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>* config = (dir == OUTGOING) ? in IsSupported()
622 if (dir == OUTGOING) in GetChannelConfig()
730 if (iOlcs.FindOlcs(OUTGOING, media_type, OLC_PENDING, pending_olc_list)) in LcEtbIdc()
757 ChannelReleased(OUTGOING, param->GetChannelId(), PVMFErrCancelled); in LcEtbIdc()
786 ChannelReleased(OUTGOING, in LcEtbIdc()
789 if (IsSupported(OUTGOING, incoming_codec_type, codec_caps)) in LcEtbIdc()
[all …]
Dtsc_lc.cpp155 TPVDirection dir = OUTGOING; in LcRlsReq()
164 dir = OUTGOING; in LcRlsReq()
Dtsc_capability.cpp56 if (dir == OUTGOING) in GetResolutions()
68 if (dir == OUTGOING) in SetVideoResolutions()
658 pParameter->segmentableFlag = IsSegmentable(OUTGOING, media_type); in GetOutgoingLcnParams()
759 if (dir&OUTGOING) in ValidateForwardReverseParams()
791 …ncomingH223LcnParams(reverseParams->rlcMultiplexParameters.h223LogicalChannelParameters, OUTGOING); in ValidateForwardReverseParams()
810 status = ValidateForwardReverseParams(forRevParams, OUTGOING); in VerifyReverseParameters()
1086 …((VideoCodecCapabilityInfo*)info)->resolutions = (dir == OUTGOING) ? iResolutionsTx : iResolutions… in GetSupportedCodecCapabilityInfo()
1131 if (iTSCcomponent->IsSupported(OUTGOING, in SelectOutgoingCodec()
1153 if ((*remote_list)[i]->dir == OUTGOING) in SelectOutgoingCodec()
1159 if (iTSCcomponent->IsSupported(OUTGOING, in SelectOutgoingCodec()
Dtsc_blc.cpp210 TPVDirection dir = OUTGOING; in BlcRlsReq()
219 dir = OUTGOING; in BlcRlsReq()
Dtsc_mt.cpp94 aOutCodecList.size(), iH223->GetNumChannels(OUTGOING))); in CheckMtTrf()
101 return (iH223->GetNumChannels(OUTGOING) >= num_channels) ? true : false; in CheckMtTrf()
334 TPVChannelId channel_id = (olc_list[lcn]->GetDirection() == OUTGOING) ? in MtTrfReq()
Dtsc_ce.cpp257 iH223->SetSduSize(OUTGOING, h223caps->maximumAl2SDUSize, E_EP_MEDIUM); in ExtractTcsParameters()
258 iH223->SetSduSize(OUTGOING, h223caps->maximumAl3SDUSize, E_EP_HIGH); in ExtractTcsParameters()
Dtsc_channelcontrol.cpp110 OlcParam* param = iOlcs.FindOlcGivenChannel(OUTGOING, channel_id); in ReceivedFormatSpecificInfo()
Dtschandling.cpp435 if ((S_InfHeader::TDirection)pReceiveInf->InfSupplement1 == S_InfHeader::OUTGOING) in Status04Event24()
610 S_InfHeader::OUTGOING) in Status08Event24()
Dtscmain.cpp633 iH223->OpenChannel(OUTGOING, 0, &out_channel_params); in Connect()
726 iH223->CloseChannel(OUTGOING, 0); in MuxCloseComplete()
1625 OlcParam* param = iTSCcomponent->FindOlc(OUTGOING, in FindOutgoingPort()
1779 TPVDirection aDirection = port->GetPortTag() < 0 ? INCOMING : OUTGOING; in DoReleasePort()
1806 iH223->FlushChannel(OUTGOING, in DoReleasePort()
1808 iH223->CloseChannel(OUTGOING, in DoReleasePort()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dlc.cpp303 …IdcSend(forwardLcn, &source , &p_OpenLogicalChannelReject->olcRejectCause, S_InfHeader::OUTGOING) ; in _0206_0010()
341 …IdcSend(forwardLcn, &source , &p_OpenLogicalChannelReject->olcRejectCause, S_InfHeader::OUTGOING) ; in _0206_0020()
423 PtvRlsIdcSend(forwardLcn, &source , &cause, S_InfHeader::OUTGOING) ; in _0207_0010()
506 PtvRlsIdcSend(forwardLcn, &source , &cause, S_InfHeader::OUTGOING) ; in _0209_0020()
Dblc.cpp303 …ardLcn, &source , &p_OpenLogicalChannelReject->olcRejectCause, S_InfHeader::OUTGOING, reverseLcn) ; in _0306_0010()
337 …ardLcn, &source , &p_OpenLogicalChannelReject->olcRejectCause, S_InfHeader::OUTGOING, reverseLcn) ; in _0306_0020()
402 PtvRlsIdcSend(forwardLcn, &source , &cause, S_InfHeader::OUTGOING, reverseLcn) ; in _0307_0010()
467 PtvRlsIdcSend(forwardLcn, &source , &cause, S_InfHeader::OUTGOING, reverseLcn) ; in _0309_0020()
Dmt.cpp78 iUtil->PtvRjtIdcSend(S_InfHeader::OUTGOING, Src_USER , in MultiplexEntrySendReject()
88 iUtil->PtvRjtIdcSend(S_InfHeader::OUTGOING, Src_PROTOCOL , NULL, iSn) ; in T104Timeout()
356 PtvRjtIdcSend(S_InfHeader::OUTGOING, Src_PROTOCOL , NULL, 0) ; in _0507_0011()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp215 CloseChannel(OUTGOING, iOutgoingChannels[out_lcn]->GetLogicalChannelNumber()); in Close()
452 if (direction == OUTGOING) in SetSduSize()
473 if (direction == OUTGOING) in GetSduSize()
482 if (direction == OUTGOING) in GetMaxSduSize()
619 int* sdu_sizes = (direction == OUTGOING) ? iAlSduSize : iAlSduSizeR; in OpenChannel()
656 if (direction == OUTGOING) in OpenChannel()
670 if (direction == OUTGOING) in OpenChannel()
732 if (direction == OUTGOING) in CloseChannel()
1026 if (dir & OUTGOING) in LogStats()
1033 iMuxTblMgr->LogStats(OUTGOING); in LogStats()
[all …]
Dh223types.cpp182 iDir = OUTGOING; in OlcParam()
377 … if ((val.first.iDir == OUTGOING || val.second->GetDirectionality() == EPVT_BI_DIRECTIONAL) && in FindOutgoingOlcsByMtState()
456 if (FindCodec(OUTGOING, media_type, outgoing_states, out_owner, outgoing_info) && in IsSymmetric()
520 if (olc->GetDirection() == OUTGOING || olc->GetReverseParams()) in FindOlcByMtSn()
608 OlcParam* olc_param = FindOlcGivenChannel(OUTGOING, ret); in GetNextAvailLcn()
Dlevel2.cpp919 if (dir & OUTGOING) in LogStats()
961 if (dir & OUTGOING) in LogStats()
963 H223PduParcomBase::LogStats(OUTGOING); in LogStats()
Dmuxtbl.cpp295 if ((dir & OUTGOING) && iOutgoingDescriptors) in LogStats()
322 uint32* table = (dir == OUTGOING) ? iMcAccessCnt : iMcAccessCntR; in GetMuxEntryAccessCount()
Dlowerlayer.cpp517 iObserver->LowerLayerError(OUTGOING, PV2WayDispatchError); in DispatchPacket()
731 if (dir & OUTGOING) in LogStats()
742 iParcom->LogStats(OUTGOING); in LogStats()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dml.h65 enum InOut { OUTGOING, INCOMING }; enumerator
67 ML(InOut inout = OUTGOING) : SEBase() in SEBase()
/external/opencore/protocols/systems/tools/general/common/include/
Dpvt_params.h101 SetChannelParams(OUTGOING, CHANNEL_ID_UNKNOWN, EPVT_UNI_DIRECTIONAL, E_EP_LOW); in Clear()
151 …CPVChannelParam() : iDirection(OUTGOING), iChannelId(CHANNEL_ID_UNKNOWN), iDirectionality(EPVT_UNI… in CPVChannelParam()
Dcontrol_msg_hdr.h31 OUTGOING = 2 enumerator
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp175 info.dir = OUTGOING; in GetCodecInfo()
189 info.dir = OUTGOING; in GetCodecInfo()
203 info.dir = OUTGOING; in GetCodecInfo()
234 else if (codec_info.dir == OUTGOING) in FillCapability()
260 else if (codec_info.dir == OUTGOING) in FillCapability()
283 else if (codec_info.dir == OUTGOING) in FillCapability()
313 dir = OUTGOING; in GetCodecCapabilityInfo()
326 dir = OUTGOING; in GetCodecCapabilityInfo()
340 dir = OUTGOING; in GetCodecCapabilityInfo()
Dpvt_common.cpp899 case OUTGOING: in GetFormatsString()
935 case OUTGOING: in GetFormatsValtypeString()
/external/opencore/protocols/systems/common/include/
Dpv_2way_basic_types.h89 OUTGOING = 2, enumerator
/external/opencore/engines/2way/src/
Dpv_2way_data_channel_datapath.cpp96 aEvent->localBuffer[0] = OUTGOING; in CloseComplete()
Dpv_2way_engine.cpp649 H324ChannelParameters outAudioChannelParams(OUTGOING, in Init()
655 H324ChannelParameters outVideoChannelParams(OUTGOING, in Init()
781 if (!((TSC_324m *)(PVMFNodeInterface *)iTscNode.iNode)->IsEstablishedLogicalChannel(OUTGOING, in AddDataSource()
3206 else if (event->localBuffer[0] == OUTGOING) in Run()
3414 case OUTGOING: in HandleNodeInformationalEvent()
4290 EstablishChannel(OUTGOING, aId, aCodec, aFormatSpecificInfo, aFormatSpecificInfoLen); in OutgoingChannelEstablished()
4377 case OUTGOING: in ChannelClosed()
4454 case OUTGOING: in ChannelClosed()
5024 SetPreferredCodecs(OUTGOING, aInitInfo.iOutgoingAudioFormats, aInitInfo.iOutgoingVideoFormats); in SetPreferredCodecs()
5833 OSCL_ASSERT(aDir == INCOMING || aDir == OUTGOING); in CanConvertFormat()
[all …]

12