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/ |
D | RtcpStatistics.java | 18 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/ |
D | rtp_rtcp_defines.h | 159 : 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/ |
D | test_api_rtcp.cc | 275 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/ |
D | voe_rtp_rtcp.h | 81 unsigned int cumulativeLost; member
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_channel.cc | 57 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateReportBlocks() 1049 *cumulative_lost = report.cumulativeLost; in GetSendRtcpStatistics()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 519 reportBlock->remoteReceiveBlock.cumulativeLost = in HandleReportBlock() 1468 stats.cumulative_lost = it->cumulativeLost; in TriggerCallbacksFromRTCPPacket()
|
D | rtcp_sender.cc | 1982 report_block->cumulativeLost = stats.cumulative_lost; in PrepareReport() 2136 reportBlock->cumulativeLost); in WriteReportBlocksToBuffer()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel.cc | 3388 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/ |
D | fakewebrtcvoiceengine.h | 973 stats.cumulativeLost = kIntStatValue;
|
D | webrtcvoiceengine.cc | 3393 rinfo.packets_lost = cs.cumulativeLost; in SetSendCodecs()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/ |
D | WinTestDlg.cc | 3363 …stats.cumulativeLost, stats.extendedMax, stats.fractionLost, stats.jitterSamples, stats.packetsSen… in OnTimer()
|