Home
last modified time | relevance | path

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

1234

/external/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_unittest.cc99 EXPECT_EQ(176u, counters.transmitted.payload_bytes); in TEST_F()
100 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_F()
101 EXPECT_EQ(0u, counters.transmitted.padding_bytes); in TEST_F()
102 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
108 EXPECT_EQ(576u, counters.transmitted.payload_bytes); in TEST_F()
109 EXPECT_EQ(24u, counters.transmitted.header_bytes); in TEST_F()
110 EXPECT_EQ(0u, counters.transmitted.padding_bytes); in TEST_F()
111 EXPECT_EQ(2u, counters.transmitted.packets); in TEST_F()
123 EXPECT_EQ(264u, counters.transmitted.payload_bytes); in TEST_F()
124 EXPECT_EQ(36u, counters.transmitted.header_bytes); in TEST_F()
[all …]
Drtp_rtcp_impl_unittest.cc385 rtp.transmitted.packets = 1; in TEST_F()
386 rtp.transmitted.payload_bytes = 1; in TEST_F()
387 rtp.transmitted.header_bytes = 2; in TEST_F()
388 rtp.transmitted.padding_bytes = 3; in TEST_F()
389 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes + in TEST_F()
390 rtp.transmitted.header_bytes + in TEST_F()
391 rtp.transmitted.padding_bytes); in TEST_F()
395 rtp2.transmitted.packets = 10; in TEST_F()
396 rtp2.transmitted.payload_bytes = 10; in TEST_F()
406 EXPECT_EQ(11U, sum.transmitted.packets); in TEST_F()
[all …]
Drtp_rtcp_impl2_unittest.cc397 rtp.transmitted.packets = 1; in TEST_F()
398 rtp.transmitted.payload_bytes = 1; in TEST_F()
399 rtp.transmitted.header_bytes = 2; in TEST_F()
400 rtp.transmitted.padding_bytes = 3; in TEST_F()
401 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes + in TEST_F()
402 rtp.transmitted.header_bytes + in TEST_F()
403 rtp.transmitted.padding_bytes); in TEST_F()
407 rtp2.transmitted.packets = 10; in TEST_F()
408 rtp2.transmitted.payload_bytes = 10; in TEST_F()
418 EXPECT_EQ(11U, sum.transmitted.packets); in TEST_F()
[all …]
Drtp_rtcp_impl.cc307 rtp_stats.transmitted.packets + rtx_stats.transmitted.packets; in GetFeedbackState()
308 state.media_bytes_sent = rtp_stats.transmitted.payload_bytes + in GetFeedbackState()
309 rtx_stats.transmitted.payload_bytes; in GetFeedbackState()
558 *bytes_sent = rtp_stats.transmitted.payload_bytes + in DataCountersRTP()
559 rtp_stats.transmitted.padding_bytes + in DataCountersRTP()
560 rtp_stats.transmitted.header_bytes + in DataCountersRTP()
561 rtx_stats.transmitted.payload_bytes + in DataCountersRTP()
562 rtx_stats.transmitted.padding_bytes + in DataCountersRTP()
563 rtx_stats.transmitted.header_bytes; in DataCountersRTP()
567 rtp_stats.transmitted.packets + rtx_stats.transmitted.packets; in DataCountersRTP()
Drtp_sender_unittest.cc210 MatchPacketCounter(counters.transmitted, counters_.transmitted); in Matches()
1928 expected.transmitted.payload_bytes = 6; in TEST_P()
1929 expected.transmitted.header_bytes = 12; in TEST_P()
1930 expected.transmitted.padding_bytes = 0; in TEST_P()
1931 expected.transmitted.packets = 1; in TEST_P()
1942 expected.transmitted.payload_bytes = 12; in TEST_P()
1943 expected.transmitted.header_bytes = 24; in TEST_P()
1944 expected.transmitted.packets = 2; in TEST_P()
1953 expected.transmitted.payload_bytes = 12; in TEST_P()
1954 expected.transmitted.header_bytes = 36; in TEST_P()
[all …]
Dreceive_statistics_impl.cc109 receive_counters_.transmitted.AddPacket(packet); in UpdateCounters()
131 (receive_counters_.transmitted.packets - in UpdateCounters()
180 stats.packet_counter = receive_counters_.transmitted; in GetStats()
Drtp_rtcp_impl2.cc255 rtp_stats.transmitted.packets + rtx_stats.transmitted.packets; in GetFeedbackState()
256 state.media_bytes_sent = rtp_stats.transmitted.payload_bytes + in GetFeedbackState()
257 rtx_stats.transmitted.payload_bytes; in GetFeedbackState()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
Dtest_common.py62 transmitted = collections.defaultdict(list)
64 transmitted[key].append(value)
67 transmitted_values = transmitted[key]
/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc151 EXPECT_EQ(a.rtp_stats.transmitted.payload_bytes, in ExpectEqual()
152 b.rtp_stats.transmitted.payload_bytes); in ExpectEqual()
153 EXPECT_EQ(a.rtp_stats.transmitted.header_bytes, in ExpectEqual()
154 b.rtp_stats.transmitted.header_bytes); in ExpectEqual()
155 EXPECT_EQ(a.rtp_stats.transmitted.padding_bytes, in ExpectEqual()
156 b.rtp_stats.transmitted.padding_bytes); in ExpectEqual()
157 EXPECT_EQ(a.rtp_stats.transmitted.packets, in ExpectEqual()
158 b.rtp_stats.transmitted.packets); in ExpectEqual()
257 counters.transmitted.payload_bytes = offset; in TEST_F()
258 counters.transmitted.header_bytes = offset + 1; in TEST_F()
[all …]
Dsend_statistics_proxy.cc202 total_byte_counter_.SetLast(it.second.rtp_stats.transmitted.TotalBytes(), in InitializeBitrateCounters()
204 padding_byte_counter_.SetLast(it.second.rtp_stats.transmitted.padding_bytes, in InitializeBitrateCounters()
215 rtx_byte_counter_.SetLast(it.second.rtp_stats.transmitted.TotalBytes(), in InitializeBitrateCounters()
1329 uma_container_->total_byte_counter_.Set(counters.transmitted.TotalBytes(), in DataCountersUpdated()
1331 uma_container_->padding_byte_counter_.Set(counters.transmitted.padding_bytes, in DataCountersUpdated()
1342 uma_container_->rtx_byte_counter_.Set(counters.transmitted.TotalBytes(), in DataCountersUpdated()
Dreceive_statistics_proxy.cc416 static_cast<int>(rtp_rtx_stats.transmitted.TotalBytes() * 8 / in UpdateHistograms()
426 static_cast<int>(rtp_rtx_stats.transmitted.padding_bytes * 8 / in UpdateHistograms()
435 static_cast<int>(rtx_stats->transmitted.TotalBytes() * 8 / in UpdateHistograms()
Dreceive_statistics_proxy2.cc437 static_cast<int>(rtp_rtx_stats.transmitted.TotalBytes() * 8 / in UpdateHistograms()
447 static_cast<int>(rtp_rtx_stats.transmitted.padding_bytes * 8 / in UpdateHistograms()
456 static_cast<int>(rtx_stats->transmitted.TotalBytes() * 8 / in UpdateHistograms()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h343 transmitted.Add(other.transmitted); in Add()
355 transmitted.Subtract(other.transmitted); in Subtract()
374 return transmitted.payload_bytes - retransmitted.payload_bytes - in MediaPayloadBytes()
383 RtpPacketCounter transmitted; // Number of transmitted packets/bytes. member
/external/webrtc/audio/
Dchannel_send.cc782 rtp_stats.transmitted.payload_bytes + rtx_stats.transmitted.payload_bytes; in GetRTCPStatistics()
784 rtp_stats.transmitted.padding_bytes + rtp_stats.transmitted.header_bytes + in GetRTCPStatistics()
785 rtx_stats.transmitted.padding_bytes + rtx_stats.transmitted.header_bytes; in GetRTCPStatistics()
791 rtp_stats.transmitted.packets + rtx_stats.transmitted.packets; in GetRTCPStatistics()
/external/autotest/docs/
Dwificell.md73 can capture many aspects of its own transmitted frames (e.g., 802.11 headers
80 [AP-transmitted frames](https://screenshot.googleplex.com/DWSaResO583) and
82 Google-internal). While the AP-transmitted frames contain 802.11 header
Dwifi-basics-codelab.md406 | 0100 | 0x24 | Null Data (no data transmitted) |
407 | 0101 | 0x25 | CF-Ack (no data transmitted) |
408 | 0110 | 0x26 | CF-Poll (no data transmitted) |
409 | 0111 | 0x27 | CF-Ack + CF-Poll (no data transmitted) |
414 | 1100 | 0x2c | QoS Null (no data transmitted) |
415 | 1101 | 0x2d | Qos CF-Ack (no data transmitted) |
416 | 1110 | 0x2e | QoS CF-Poll (no data transmitted) |
417 | 1111 | 0x2f | QoS CF-Ack + CF-Poll (no data transmitted) |
431 that passes between two beacons being transmitted by the
/external/autotest/server/site_tests/network_WiFi_WMM/
Dcontrol.wifi_wmm13 This test verifies that DUT can process datagrams transmitted at
/external/OpenCL-CTS/test_conformance/spirv_new/
DCMakeLists.txt6 #third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc5375 substream.rtp_stats.transmitted.header_bytes = 10; in TEST_F()
5376 substream.rtp_stats.transmitted.padding_bytes = 11; in TEST_F()
5407 static_cast<int64_t>(2u * substream.rtp_stats.transmitted.payload_bytes)); in TEST_F()
5410 2u * (substream.rtp_stats.transmitted.header_bytes + in TEST_F()
5411 substream.rtp_stats.transmitted.padding_bytes))); in TEST_F()
5415 static_cast<int>(2 * substream.rtp_stats.transmitted.packets)); in TEST_F()
5493 substream.rtp_stats.transmitted.header_bytes = 10; in TEST_F()
5494 substream.rtp_stats.transmitted.padding_bytes = 11; in TEST_F()
5525 static_cast<int64_t>(substream.rtp_stats.transmitted.payload_bytes)); in TEST_F()
5528 static_cast<int64_t>(substream.rtp_stats.transmitted.header_bytes + in TEST_F()
[all …]
/external/webrtc/call/
Drampup_tests.cc350 *total_packets_sent += stream.rtp_stats.transmitted.packets + in AccumulateStats()
353 *total_sent += stream.rtp_stats.transmitted.TotalBytes() + in AccumulateStats()
356 *padding_sent += stream.rtp_stats.transmitted.padding_bytes + in AccumulateStats()
/external/bcc/examples/networking/tunnel_monitor/
DREADME.md6 and packets received/transmitted. One novel part of this program is its use of
/external/grpc-grpc/doc/
Dstatuscodes.md27 | Some data transmitted (e.g., request metadata written to TCP connection) before connection breaks…
/external/python/cpython2/Doc/library/
Dtermios.rst60 Wait until all output written to file descriptor *fd* has been transmitted.
/external/bcc/tools/
Dtcplife_example.txt60 You can see the 10 Mbytes received by sshd, and then later transmitted. Looks
/external/python/cpython3/Doc/library/
Dtermios.rst60 Wait until all output written to file descriptor *fd* has been transmitted.

1234