Home
last modified time | relevance | path

Searched refs:cumulativeLost (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dreport_block_stats_unittest.cc22 block1_1_.cumulativeLost = 10; in SetUp()
27 block1_2_.cumulativeLost = 15; in SetUp()
32 block1_3_.cumulativeLost = 50; in SetUp()
38 block2_1_.cumulativeLost = 111; in SetUp()
43 block2_2_.cumulativeLost = 136; in SetUp()
60 block.cumulative_lost = stats.cumulativeLost; in RtcpReportBlockToRtcpStatistics()
85 EXPECT_EQ(0U, aggregated.cumulativeLost); in TEST_F()
95 EXPECT_EQ(10U, aggregated.cumulativeLost); in TEST_F()
101 EXPECT_EQ(15U, aggregated.cumulativeLost); in TEST_F()
113 EXPECT_EQ(10U + 111U, aggregated.cumulativeLost); in TEST_F()
[all …]
H A Dreport_block_stats.cc37 block.cumulativeLost = rtcp_stats.cumulative_lost; in Store()
59 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateAndStore()
88 int cum_loss_diff = report_block.cumulativeLost - in StoreAndAddPacketIncrement()
89 prev_report_block->second.cumulativeLost; in StoreAndAddPacketIncrement()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/
H A Dreport_block_stats_unittest.cc23 block1_1_.cumulativeLost = 10; in SetUp()
28 block1_2_.cumulativeLost = 15; in SetUp()
33 block1_3_.cumulativeLost = 50; in SetUp()
39 block2_1_.cumulativeLost = 111; in SetUp()
44 block2_2_.cumulativeLost = 136; in SetUp()
61 block.cumulative_lost = stats.cumulativeLost; in RtcpReportBlockToRtcpStatistics()
86 EXPECT_EQ(0U, aggregated.cumulativeLost); in TEST_F()
96 EXPECT_EQ(10U, aggregated.cumulativeLost); in TEST_F()
102 EXPECT_EQ(15U, aggregated.cumulativeLost); in TEST_F()
114 EXPECT_EQ(10U + 111U, aggregated.cumulativeLost); in TEST_F()
[all …]
H A Dreport_block_stats.cc37 block.cumulativeLost = rtcp_stats.cumulative_lost; in Store()
59 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateAndStore()
88 int cum_loss_diff = report_block.cumulativeLost - in StoreAndAddPacketIncrement()
89 prev_report_block->second.cumulativeLost; in StoreAndAddPacketIncrement()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.cc144 uint32_t* cumulativeLost, in GetRTCPReceiverStatistics() argument
152 cumulativeLost, in GetRTCPReceiverStatistics()
174 unsigned int& cumulativeLost) const { in GetRTPStatistics()
188 cumulativeLost = stats.cumulativeLost; in GetRTPStatistics()
H A Dchannel_proxy.h86 uint32_t* cumulativeLost,
93 unsigned int& cumulativeLost) const;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.cc144 uint32_t* cumulativeLost, in GetRTCPReceiverStatistics() argument
152 cumulativeLost, in GetRTCPReceiverStatistics()
174 unsigned int& cumulativeLost) const { in GetRTPStatistics()
188 cumulativeLost = stats.cumulativeLost; in GetRTPStatistics()
H A Dchannel_proxy.h86 uint32_t* cumulativeLost,
93 unsigned int& cumulativeLost) const;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_proxy.cc144 uint32_t* cumulativeLost, in GetRTCPReceiverStatistics() argument
152 cumulativeLost, in GetRTCPReceiverStatistics()
174 unsigned int& cumulativeLost) const { in GetRTPStatistics()
188 cumulativeLost = stats.cumulativeLost; in GetRTPStatistics()
H A Dchannel_proxy.h86 uint32_t* cumulativeLost,
93 unsigned int& cumulativeLost) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h68 unsigned int cumulativeLost; member
176 uint32_t& cumulativeLost,
182 unsigned int& discardedPackets, unsigned int& cumulativeLost) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_proxy.cc99 uint32_t* cumulativeLost, in GetRTCPReceiverStatistics() argument
107 cumulativeLost, in GetRTCPReceiverStatistics()
131 unsigned int& cumulativeLost) const { in GetRTPStatistics()
142 cumulativeLost); in GetRTPStatistics()
H A Dchannel_proxy.h71 uint32_t* cumulativeLost,
80 unsigned int& cumulativeLost) const;
H A Dvoe_rtp_rtcp_impl.h55 unsigned int& cumulativeLost) override;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h39 uint32_t& cumulativeLost,
70 unsigned int& cumulativeLost);
H A Dvoe_rtp_rtcp_impl.cc324 uint32_t& cumulativeLost, // from report block 1 in RR in GetRemoteRTCPReceiverInfo() argument
348 cumulativeLost, in GetRemoteRTCPReceiverInfo()
356 unsigned int& cumulativeLost) in GetRTPStatistics() argument
376 cumulativeLost); in GetRTPStatistics()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h65 unsigned int cumulativeLost; member
166 unsigned int& cumulativeLost) = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp_defines.h161 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
176 cumulativeLost(cumulative_lost),
186 uint32_t cumulativeLost; // 24 bits valid.
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h143 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0), in RTCPReportBlock()
158 cumulativeLost(cumulative_lost), in RTCPReportBlock()
168 uint32_t cumulativeLost; // 24 bits valid. member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/media-conduit/
H A DAudioConduit.h212 bool GetRTPStats(unsigned int* jitterMs, unsigned int* cumulativeLost) override;
217 uint32_t *cumulativeLost,
H A DAudioConduit.cpp171 unsigned int* cumulativeLost) { in GetRTPStats() argument
175 *cumulativeLost = 0; in GetRTPStats()
177 discardedPackets, *cumulativeLost); in GetRTPStats()
190 uint32_t* cumulativeLost, in GetRTCPReceiverReport() argument
199 *cumulativeLost, in GetRTCPReceiverReport()
H A DMediaConduitInterface.h218 unsigned int* cumulativeLost) = 0;
223 uint32_t* cumulativeLost,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc253 reportBlock.cumulativeLost = 1; in TEST_F()
311 reportBlockReceived.cumulativeLost); in TEST_F()
365 EXPECT_EQ(0u, report_blocks[0].cumulativeLost); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/media-conduit/
H A DAudioConduit.h235 unsigned int* cumulativeLost) override;
237 uint64_t* bytesReceived, uint32_t* cumulativeLost,
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DAudioConduit.h235 unsigned int* cumulativeLost) override;
237 uint64_t* bytesReceived, uint32_t* cumulativeLost,

1234