Searched refs:cumulativeLost (Results 1 - 11 of 11) 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/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
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc275 reportBlock.cumulativeLost = 1;
333 reportBlockReceived.cumulativeLost);
387 EXPECT_EQ(0u, report_blocks[0].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/video_engine/
H A Dvie_channel.cc57 aggregate.cumulativeLost += report_block->cumulativeLost;
1049 *cumulative_lost = report.cumulativeLost;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.cc519 reportBlock->remoteReceiveBlock.cumulativeLost =
1468 stats.cumulative_lost = it->cumulativeLost;
H A Drtcp_sender.cc1982 report_block->cumulativeLost = stats.cumulative_lost;
2136 reportBlock->cumulativeLost);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h973 stats.cumulativeLost = kIntStatValue;
H A Dwebrtcvoiceengine.cc3393 rinfo.packets_lost = cs.cumulativeLost;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc3388 report_block.cumulative_num_packets_lost = it->cumulativeLost;
3417 stats.cumulativeLost = statistics.cumulative_lost;
3423 "GetRTPStatistics() => fractionLost=%lu, cumulativeLost=%lu,"
3425 stats.fractionLost, stats.cumulativeLost, stats.extendedMax,
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc3363 stats.cumulativeLost, stats.extendedMax, stats.fractionLost, stats.jitterSamples, stats.packetsSent, stats.packetsReceived, stats.rttMs);

Completed in 3002 milliseconds