HomeSort by relevance Sort by last modified time
    Searched refs:cumulativeLost (Results 1 - 11 of 11) 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/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 159 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
174 cumulativeLost(cumulative_lost),
184 uint32_t cumulativeLost; // 24 bits valid.
  /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/test/testAPI/
test_api_rtcp.cc 275 reportBlock.cumulativeLost = 1;
333 reportBlockReceived.cumulativeLost);
387 EXPECT_EQ(0u, report_blocks[0].cumulativeLost);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 57 aggregate.cumulativeLost += report_block->cumulativeLost;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 519 reportBlock->remoteReceiveBlock.cumulativeLost =
    [all...]
rtcp_sender.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc     [all...]

Completed in 948 milliseconds