Home
last modified time | relevance | path

Searched refs:avg_rtcp_compound_pkt_size (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_rtcp_proto_impl.h115 avg_rtcp_compound_pkt_size = aSrc.avg_rtcp_compound_pkt_size; in PVMFRTCPStats()
132 avg_rtcp_compound_pkt_size = a.avg_rtcp_compound_pkt_size;
149 avg_rtcp_compound_pkt_size = 0; in Reset()
164 float avg_rtcp_compound_pkt_size; variable
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp185 …iRTCPStats.avg_rtcp_compound_pkt_size = OSCL_STATIC_CAST(float, (receivedMsg.len + 15.0 * iRTCPSta… in ProcessRTCPReport()
279 interval = iRTCPStats.avg_rtcp_compound_pkt_size * 8 * in CalcRtcpInterval()
556 …iRTCPStats.avg_rtcp_compound_pkt_size = OSCL_STATIC_CAST(float, (memFrag.len + 15.0 * iRTCPStats.a… in ComposeFeedBackPacket()