Home
last modified time | relevance | path

Searched refs:aRTPSessionInfo (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_firewall_pkts_impl.cpp37 …Exchanger* PVFirewallPacketExchanger::New(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in New() argument
42 pExchanger = OSCL_NEW(PVFirewallPacketExchanger, (aRTPSessionInfo)); in New()
179 …irewallPacketExchanger::SetRTPSessionInfo(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in SetRTPSessionInfo() argument
181 …iRTPSessionInfoForFirewallExchange.ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBuff… in SetRTPSessionInfo()
182 iRTPSessionInfoForFirewallExchange.iSSRC = aRTPSessionInfo.iSSRC; in SetRTPSessionInfo()
218 …mpl::SetRTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in SetRTPSessionInfoForFirewallExchange() argument
223 …if ((*iter)->GetRTPSessionInfo().ipRTPDataJitterBufferPort == aRTPSessionInfo.ipRTPDataJitterBuffe… in SetRTPSessionInfoForFirewallExchange()
225 (*iter)->SetRTPSessionInfo(aRTPSessionInfo); in SetRTPSessionInfoForFirewallExchange()
230 …irewallPacketExchanger* pFirewallPacketExchanger = PVFirewallPacketExchanger::New(aRTPSessionInfo); in SetRTPSessionInfoForFirewallExchange()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_firewall_pkts_impl.h88 … static PVFirewallPacketExchanger* New(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);
94 void SetRTPSessionInfo(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);
96 PVFirewallPacketExchanger(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in PVFirewallPacketExchanger() argument
98 …iRTPSessionInfoForFirewallExchange.ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBuff… in PVFirewallPacketExchanger()
99 iRTPSessionInfoForFirewallExchange.iSSRC = aRTPSessionInfo.iSSRC; in PVFirewallPacketExchanger()
130 …oid SetRTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);
Dpvmf_jitter_buffer_common_types.h215 RTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in RTPSessionInfoForFirewallExchange() argument
217 ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBufferPort; in RTPSessionInfoForFirewallExchange()
218 iSSRC = aRTPSessionInfo.iSSRC; in RTPSessionInfoForFirewallExchange()