HomeSort by relevance Sort by last modified time
    Searched defs:cumulativeLost (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
RtcpStatistics.java 18 public final int cumulativeLost;
24 private RtcpStatistics(int fractionLost, int cumulativeLost, int extendedMax,
27 this.cumulativeLost = cumulativeLost;
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 81 unsigned int cumulativeLost;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 154 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
169 cumulativeLost(cumulative_lost),
179 uint32_t cumulativeLost; // 24 bits valid.

Completed in 286 milliseconds