Home
last modified time | relevance | path

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/
DRtcpStatistics.java18 public final int cumulativeLost; field in RtcpStatistics
24 private RtcpStatistics(int fractionLost, int cumulativeLost, int extendedMax, in RtcpStatistics() argument
27 this.cumulativeLost = cumulativeLost; in RtcpStatistics()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp_defines.h159 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0), in RTCPReportBlock()
174 cumulativeLost(cumulative_lost), in RTCPReportBlock()
184 uint32_t cumulativeLost; // 24 bits valid. member
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc275 reportBlock.cumulativeLost = 1; in TEST_F()
333 reportBlockReceived.cumulativeLost); in TEST_F()
387 EXPECT_EQ(0u, report_blocks[0].cumulativeLost); in TEST_F()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h81 unsigned int cumulativeLost; member
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc57 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateReportBlocks()
1049 *cumulative_lost = report.cumulativeLost; in GetSendRtcpStatistics()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc519 reportBlock->remoteReceiveBlock.cumulativeLost = in HandleReportBlock()
1468 stats.cumulative_lost = it->cumulativeLost; in TriggerCallbacksFromRTCPPacket()
Drtcp_sender.cc1982 report_block->cumulativeLost = stats.cumulative_lost; in PrepareReport()
2136 reportBlock->cumulativeLost); in WriteReportBlocksToBuffer()
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc3388 report_block.cumulative_num_packets_lost = it->cumulativeLost; in GetRemoteRTCPReportBlocks()
3417 stats.cumulativeLost = statistics.cumulative_lost; in GetRTPStatistics()
3425 stats.fractionLost, stats.cumulativeLost, stats.extendedMax, in GetRTPStatistics()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h973 stats.cumulativeLost = kIntStatValue;
Dwebrtcvoiceengine.cc3393 rinfo.packets_lost = cs.cumulativeLost; in SetSendCodecs()
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
DWinTestDlg.cc3363 …stats.cumulativeLost, stats.extendedMax, stats.fractionLost, stats.jitterSamples, stats.packetsSen… in OnTimer()