Searched defs:cumulativeLost (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DRtcpStatistics.java18 public final int cumulativeLost; field in class:RtcpStatistics
24 private RtcpStatistics(int fractionLost, int cumulativeLost, int extendedMax, argument
27 this.cumulativeLost = cumulativeLost;
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h81 unsigned int cumulativeLost; member in struct:webrtc::CallStatistics
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp_defines.h159 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
174 cumulativeLost(cumulative_lost),
184 uint32_t cumulativeLost; // 24 bits valid. member in struct:webrtc::RTCPReportBlock

Completed in 119 milliseconds