Home
last modified time | relevance | path

Searched refs:transmitted (Results 1 – 25 of 5193) sorted by relevance

12345678910>>...208

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc100 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_F()
102 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
111 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
126 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
133 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
206 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
228 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
233 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
522 EXPECT_EQ(counters.transmitted.packets, 1u); in TEST_F()
540 EXPECT_EQ(counters.transmitted.packets, 2u); in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc110 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_P()
112 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_P()
121 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_P()
136 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_P()
143 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_P()
216 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_P()
238 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_P()
243 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_P()
531 EXPECT_EQ(counters.transmitted.packets, 1u); in TEST_P()
549 EXPECT_EQ(counters.transmitted.packets, 2u); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc100 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_F()
102 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
111 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
126 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
133 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
206 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
228 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
233 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
522 EXPECT_EQ(counters.transmitted.packets, 1u); in TEST_F()
540 EXPECT_EQ(counters.transmitted.packets, 2u); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc100 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_F()
102 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
111 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
126 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
133 EXPECT_EQ(3u, counters.transmitted.packets); in TEST_F()
206 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
228 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
233 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
522 EXPECT_EQ(counters.transmitted.packets, 1u); in TEST_F()
540 EXPECT_EQ(counters.transmitted.packets, 2u); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc133 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
138 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
256 MatchPacketCounter(expected.transmitted, stats_.transmitted); in Matches()
278 expected.transmitted.payload_bytes = kPacketSize1; in TEST_F()
280 expected.transmitted.padding_bytes = 0; in TEST_F()
281 expected.transmitted.packets = 1; in TEST_F()
298 expected.transmitted.packets = 2; in TEST_F()
308 expected.transmitted.packets = 3; in TEST_F()
325 expected.transmitted.packets = 4; in TEST_F()
358 expected.transmitted.padding_bytes = 0; in TEST_F()
[all …]
H A Dreceive_statistics_impl.cc70 receive_counters_.transmitted.AddPacket(packet_length, header); in UpdateCounters()
75 if (receive_counters_.transmitted.packets == 1) { in UpdateCounters()
87 if (receive_counters_.transmitted.packets > 1 && in UpdateCounters()
98 (receive_counters_.transmitted.packets - in UpdateCounters()
158 receive_counters_.transmitted.payload_bytes == 0) { in GetStatistics()
190 receive_counters_.transmitted.payload_bytes == 0) { in GetActiveStatisticsAndReset()
221 (receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
263 receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
282 receive_counters_.transmitted.header_bytes + in GetDataCounters()
283 receive_counters_.transmitted.padding_bytes; in GetDataCounters()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc133 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
138 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
256 MatchPacketCounter(expected.transmitted, stats_.transmitted); in Matches()
278 expected.transmitted.payload_bytes = kPacketSize1; in TEST_F()
280 expected.transmitted.padding_bytes = 0; in TEST_F()
281 expected.transmitted.packets = 1; in TEST_F()
298 expected.transmitted.packets = 2; in TEST_F()
308 expected.transmitted.packets = 3; in TEST_F()
325 expected.transmitted.packets = 4; in TEST_F()
358 expected.transmitted.padding_bytes = 0; in TEST_F()
[all …]
H A Dreceive_statistics_impl.cc70 receive_counters_.transmitted.AddPacket(packet_length, header); in UpdateCounters()
75 if (receive_counters_.transmitted.packets == 1) { in UpdateCounters()
87 if (receive_counters_.transmitted.packets > 1 && in UpdateCounters()
98 (receive_counters_.transmitted.packets - in UpdateCounters()
158 receive_counters_.transmitted.payload_bytes == 0) { in GetStatistics()
190 receive_counters_.transmitted.payload_bytes == 0) { in GetActiveStatisticsAndReset()
221 (receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
263 receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
282 receive_counters_.transmitted.header_bytes + in GetDataCounters()
283 receive_counters_.transmitted.padding_bytes; in GetDataCounters()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc133 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
138 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
256 MatchPacketCounter(expected.transmitted, stats_.transmitted); in Matches()
278 expected.transmitted.payload_bytes = kPacketSize1; in TEST_F()
280 expected.transmitted.padding_bytes = 0; in TEST_F()
281 expected.transmitted.packets = 1; in TEST_F()
298 expected.transmitted.packets = 2; in TEST_F()
308 expected.transmitted.packets = 3; in TEST_F()
325 expected.transmitted.packets = 4; in TEST_F()
358 expected.transmitted.padding_bytes = 0; in TEST_F()
[all …]
H A Dreceive_statistics_impl.cc70 receive_counters_.transmitted.AddPacket(packet_length, header); in UpdateCounters()
75 if (receive_counters_.transmitted.packets == 1) { in UpdateCounters()
87 if (receive_counters_.transmitted.packets > 1 && in UpdateCounters()
98 (receive_counters_.transmitted.packets - in UpdateCounters()
158 receive_counters_.transmitted.payload_bytes == 0) { in GetStatistics()
190 receive_counters_.transmitted.payload_bytes == 0) { in GetActiveStatisticsAndReset()
221 (receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
263 receive_counters_.transmitted.packets - in CalculateRtcpStatistics()
282 receive_counters_.transmitted.header_bytes + in GetDataCounters()
283 receive_counters_.transmitted.padding_bytes; in GetDataCounters()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc144 EXPECT_EQ(1u, counters.transmitted.packets);
150 EXPECT_EQ(1u, counters.transmitted.packets);
155 EXPECT_EQ(2u, counters.transmitted.packets);
273 MatchPacketCounter(expected.transmitted, stats_.transmitted);
297 expected.transmitted.padding_bytes = 0;
298 expected.transmitted.packets = 1;
315 expected.transmitted.packets = 2;
325 expected.transmitted.packets = 3;
342 expected.transmitted.packets = 4;
375 expected.transmitted.padding_bytes = 0;
[all …]
H A Drtp_rtcp_impl_unittest.cc388 rtp.transmitted.packets = 1; in TEST_F()
389 rtp.transmitted.payload_bytes = 1; in TEST_F()
390 rtp.transmitted.header_bytes = 2; in TEST_F()
391 rtp.transmitted.padding_bytes = 3; in TEST_F()
392 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes + in TEST_F()
398 rtp2.transmitted.packets = 10; in TEST_F()
399 rtp2.transmitted.payload_bytes = 10; in TEST_F()
409 EXPECT_EQ(11U, sum.transmitted.packets); in TEST_F()
411 EXPECT_EQ(2U, sum.transmitted.header_bytes); in TEST_F()
418 EXPECT_EQ(sum.transmitted.TotalBytes(), in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc145 EXPECT_EQ(1u, counters.transmitted.packets); in TEST_F()
150 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
268 MatchPacketCounter(expected.transmitted, stats_.transmitted); in Matches()
290 expected.transmitted.payload_bytes = kPacketSize1; in TEST_F()
292 expected.transmitted.padding_bytes = 0; in TEST_F()
293 expected.transmitted.packets = 1; in TEST_F()
310 expected.transmitted.packets = 2; in TEST_F()
320 expected.transmitted.packets = 3; in TEST_F()
337 expected.transmitted.packets = 4; in TEST_F()
370 expected.transmitted.padding_bytes = 0; in TEST_F()
[all …]
H A Drtp_rtcp_impl_unittest.cc424 rtp.transmitted.packets = 1; in TEST_F()
425 rtp.transmitted.payload_bytes = 1; in TEST_F()
426 rtp.transmitted.header_bytes = 2; in TEST_F()
427 rtp.transmitted.padding_bytes = 3; in TEST_F()
428 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes + in TEST_F()
434 rtp2.transmitted.packets = 10; in TEST_F()
435 rtp2.transmitted.payload_bytes = 10; in TEST_F()
445 EXPECT_EQ(11U, sum.transmitted.packets); in TEST_F()
447 EXPECT_EQ(2U, sum.transmitted.header_bytes); in TEST_F()
454 EXPECT_EQ(sum.transmitted.TotalBytes(), in TEST_F()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/dkt/
H A DDKT-RMON-MIB96 …f succesfully transmitted frames that were delayed because the medium was busy during the first at…
120 …"Total frames received (and/or transmitted) with a length of exactly 64 octets, including those wi…
355 …f succesfully transmitted frames that were delayed because the medium was busy during the first at…
379 …"Total frames received (and/or transmitted) with a length of exactly 64 octets, including those wi…
614 …f succesfully transmitted frames that were delayed because the medium was busy during the first at…
638 …"Total frames received (and/or transmitted) with a length of exactly 64 octets, including those wi…
873 …f succesfully transmitted frames that were delayed because the medium was busy during the first at…
897 …"Total frames received (and/or transmitted) with a length of exactly 64 octets, including those wi…
1132 …f succesfully transmitted frames that were delayed because the medium was busy during the first at…
1156 …"Total frames received (and/or transmitted) with a length of exactly 64 octets, including those wi…
[all …]
/dports/net-mgmt/observium/observium/mibs/bdcom/
H A DNMS-EPON-ONU-IF-STATS228 "The total number of octets transmitted out of the UNI interface."
236 … "The total number of broadcast packages transmitted out of the UNI interface."
244 … "The total number of multicast packages transmitted out of the UNI interface."
252 … "The total number of unicast packages transmitted out of the UNI interface."
260 "The total number of Pause frames transmitted out of the UNI interface."
268 … "The total number of error FCS frames transmitted out of the UNI interface."
324 … "The total number of packages received/transmitted equal to 64 octets on the UNI interface."
332 …"The total number of packages received/transmitted between 65 and 127 octets on the UNI interface."
340 …"The total number of packages received/transmitted between 128 and 255 octets on the UNI interface…
348 …"The total number of packages received/transmitted between 256 and 511 octets on the UNI interface…
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/benuos/
H A DBENU-IP-MIB135 "Total bytes transmitted without errors."
151 "Total broadcast frames transmitted."
167 "Total broadcast frames transmitted."
175 "Total 64-byte frames transmitted."
183 "Total 65 to 127-byte frames transmitted."
191 "Total 128 to 255-byte frames transmitted."
199 "Total 256 to 511-byte frames transmitted."
207 "Total 512 to 1023-byte frames transmitted."
231 "Total 1523 to Max-byte frames transmitted."
239 "Total 17 to 63-byte frames transmitted."
[all …]
/dports/net-mgmt/observium/observium/mibs/benu/
H A DBENU-IP-MIB135 "Total bytes transmitted without errors."
151 "Total broadcast frames transmitted."
167 "Total broadcast frames transmitted."
175 "Total 64-byte frames transmitted."
183 "Total 65 to 127-byte frames transmitted."
191 "Total 128 to 255-byte frames transmitted."
199 "Total 256 to 511-byte frames transmitted."
207 "Total 512 to 1023-byte frames transmitted."
231 "Total 1523 to Max-byte frames transmitted."
239 "Total 17 to 63-byte frames transmitted."
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/ibm/
H A DIBMFRBRS-MIB172 "The total number of packets that have been transmitted
182 transmitted by this circuit class."
528 transmitted by this traffic class."
536 "The total number of bytes that have been transmitted
545 "The total number of bytes that have been transmitted
554 "The total number of bytes that have been transmitted
563 "The total number of bytes that have been transmitted
762 transmitted by this traffic class at priority level
772 transmitted by this traffic class at priority level
782 transmitted by this traffic class at priority level
[all …]
/dports/net-mgmt/observium/observium/mibs/ibm/
H A DIBMFRBRS-MIB172 "The total number of packets that have been transmitted
182 transmitted by this circuit class."
528 transmitted by this traffic class."
536 "The total number of bytes that have been transmitted
545 "The total number of bytes that have been transmitted
554 "The total number of bytes that have been transmitted
563 "The total number of bytes that have been transmitted
762 transmitted by this traffic class at priority level
772 transmitted by this traffic class at priority level
782 transmitted by this traffic class at priority level
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc67 EXPECT_EQ(a.rtp_stats.transmitted.payload_bytes, in main()
69 EXPECT_EQ(a.rtp_stats.transmitted.header_bytes, in main()
70 b.rtp_stats.transmitted.header_bytes); in main()
71 EXPECT_EQ(a.rtp_stats.transmitted.padding_bytes, in main()
73 EXPECT_EQ(a.rtp_stats.transmitted.packets, in main()
74 b.rtp_stats.transmitted.packets); in main()
200 counters.transmitted.payload_bytes = offset; in main()
201 counters.transmitted.header_bytes = offset + 1; in main()
203 counters.transmitted.padding_bytes = offset + 3; in main()
216 counters.transmitted.payload_bytes = offset; in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc129 EXPECT_EQ(a.rtp_stats.transmitted.packets, in ExpectEqual()
1101 counters.transmitted.header_bytes = 5000; in TEST_F()
1102 counters.transmitted.packets = 20; in TEST_F()
1103 counters.transmitted.padding_bytes = 10000; in TEST_F()
1104 counters.transmitted.payload_bytes = 20000; in TEST_F()
1110 rtx_counters.transmitted = counters.transmitted; in TEST_F()
1174 counters.transmitted.header_bytes = 5000; in TEST_F()
1175 counters.transmitted.packets = 20; in TEST_F()
1176 counters.transmitted.padding_bytes = 10000; in TEST_F()
1177 counters.transmitted.payload_bytes = 20000; in TEST_F()
[all …]
/dports/sysutils/libsysstat/libsysstat-0.4.6/
H A Dnetstat.cpp126 current.transmitted = ifmd.ifmd_data.ifi_obytes; in timeout()
133 …vious.received ) * 1000 ) / mTimer->interval(), (( current.transmitted - previous.transmitted ) * … in timeout()
172 current.transmitted = data[transmittedIndex].toULongLong(); in timeout()
179 …vious.received ) * 1000 ) / mTimer->interval(), (( current.transmitted - previous.transmitted ) * … in timeout()
193 , transmitted(0) in Values()
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/tplink/
H A Dtplink-ethernetoampdustat.mib73 "Displays the number of information OAMPDUs transmitted on the port."
89 "Displays the number of unique event notification OAMPDUs transmitted on the port."
105 "Displays the number of duplicate event notification OAMPDUs transmitted on the port."
121 "Displays the number of variable request OAMPDUs transmitted on the port."
137 "Displays the number of variable response OAMPDUs transmitted on the port."
153 "Displays the number of loopback control OAMPDUs transmitted on the port."
169 "Displays the number of organization specific OAMPDUs transmitted on the port."
185 "Displays the number of unsupported OAMPDUs transmitted on the port."
201 …"Displays the number of frames that would otherwise be transmitted by the OAM sublayer, but could …
/dports/net-mgmt/observium/observium/mibs/tplink/
H A DTPLINK-ETHERNETOAMPDUSTAT-MIB73 "Displays the number of information OAMPDUs transmitted on the port."
89 "Displays the number of unique event notification OAMPDUs transmitted on the port."
105 "Displays the number of duplicate event notification OAMPDUs transmitted on the port."
121 "Displays the number of variable request OAMPDUs transmitted on the port."
137 "Displays the number of variable response OAMPDUs transmitted on the port."
153 "Displays the number of loopback control OAMPDUs transmitted on the port."
169 "Displays the number of organization specific OAMPDUs transmitted on the port."
185 "Displays the number of unsupported OAMPDUs transmitted on the port."
201 …"Displays the number of frames that would otherwise be transmitted by the OAM sublayer, but could …

12345678910>>...208