HomeSort by relevance Sort by last modified time
    Searched refs:iRTCPStats (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 76 iRTCPStats.Reset();
185 iRTCPStats.avg_rtcp_compound_pkt_size = OSCL_STATIC_CAST(float, (receivedMsg.len + 15.0 * iRTCPStats.avg_rtcp_compound_pkt_size) / 16.0);
213 iRTCPStats.iLastSenderReportSSRC = rtcpSR.senderSSRC;
215 iRTCPStats.lastSenderReportTS =
226 iRTCPStats.lastSenderReportRecvTime = srRecvTime;
229 iRTCPStats.lastSenderReportNTP =
231 iRTCPStats.lastSenderReportRTP = rtcpSR.RTP_timestamp;
232 PVMF_JB_LOG_RTCPDATATRAFFIC_IN((0, "PVMFJitterBufferNode::ProcessIncomingRTCPReport - Sender Report TS iRTCPStats.lastSenderReportRTP %u, iRTCPStats.iLastSenderReportSSRC %u ", rtcpSR.RTP_timestamp, iRTCPStats.iLastSenderReportSSRC))
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_rtcp_proto_impl.h 241 iRTCPStats.oRTCPByeRecvd = false;
252 return iRTCPStats;
274 PVMFRTCPStats iRTCPStats;

Completed in 12 milliseconds