Home
last modified time | relevance | path

Searched defs:num_packets (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc802 uint8_t num_packets = 1; in TEST_F() local
937 uint8_t num_packets = 1; in TEST_F() local
950 uint8_t num_packets = 1; in TEST_F() local
963 uint8_t num_packets = 1; in TEST_F() local
978 uint8_t num_packets = 1; in TEST_F() local
991 uint8_t num_packets = 1; in TEST_F() local
1004 uint8_t num_packets = 1; in TEST_F() local
1018 uint8_t num_packets = 1; in TEST_F() local
1031 uint8_t num_packets = 1; in TEST_F() local
1044 uint8_t num_packets = 1; in TEST_F() local
[all …]
Dhci_layer_test.cc225 uint8_t num_packets = 1; in SetUp() local
287 uint8_t num_packets = 1; in TEST_F() local
319 uint8_t num_packets = 0; in TEST_F() local
374 uint8_t num_packets = 1; in TEST_F() local
452 uint8_t num_packets = 1; in TEST_F() local
477 uint8_t num_packets = 1; in TEST_F() local
585 const uint16_t num_packets = 100; in TEST_F() local
612 const uint16_t num_packets = 100; in TEST_F() local
/aosp_15_r20/external/openscreen/cast/streaming/
H A Drtp_packetizer_unittest.cc75 const int num_packets = 1 + frame_payload_size / packet_payload_size; in TestGeneratePacket() local
151 const int num_packets = packetizer()->ComputeNumberOfPackets(frame); in TEST_F() local
169 const int num_packets = packetizer()->ComputeNumberOfPackets(frame); in TEST_F() local
197 const int num_packets = packetizer()->ComputeNumberOfPackets(frame); in TEST_F() local
H A Drtp_packetizer.cc57 const int num_packets = ComputeNumberOfPackets(frame); in GeneratePacket() local
125 int num_packets = DividePositivesRoundingUp( in ComputeNumberOfPackets() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc326 int num_packets = 1000; in TEST_F() local
341 int num_packets = 1000; in TEST_F() local
390 int num_packets = 1000; in TEST_F() local
406 int num_packets = 1000; in TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dstatistics_calculator.cc238 void StatisticsCalculator::PacketsDiscarded(size_t num_packets) { in PacketsDiscarded()
242 void StatisticsCalculator::SecondaryPacketsDiscarded(size_t num_packets) { in SecondaryPacketsDiscarded()
247 void StatisticsCalculator::SecondaryPacketsReceived(size_t num_packets) { in SecondaryPacketsReceived()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time_wait_list_manager.cc98 const QuicConnectionId& canonical_connection_id, int num_packets, in AddConnectionIdDataToMap()
125 int num_packets = 0; in AddConnectionIdToTimeWait() local
469 int num_packets, QuicTime time_added, TimeWaitAction action, in ConnectionIdData()
H A Dquic_unacked_packet_map_test.cc67 void VerifyInFlightPackets(uint64_t* packets, size_t num_packets) { in VerifyInFlightPackets()
98 void VerifyUnackedPackets(uint64_t* packets, size_t num_packets) { in VerifyUnackedPackets()
113 void VerifyRetransmittablePackets(uint64_t* packets, size_t num_packets) { in VerifyRetransmittablePackets()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dslab_allocators_test.cc53 for (size_t num_packets = 0; num_packets < kMaxSlabPackets; num_packets++) { in TEST() local
79 for (size_t num_packets = 0; num_packets < kMaxSlabPackets; num_packets++) { in TEST() local
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dfec_packets.c38 int16_t num_packets; in get_fec_frame() local
82 int16_t num_packets; in get_fec_rate() local
/aosp_15_r20/external/libopus/dnn/torch/rdovae/packets/
H A Dfec_packets.c38 int16_t num_packets; in get_fec_frame() local
82 int16_t num_packets; in get_fec_rate() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp432 void BluetoothHidlTest::sendAndCheckHCI(int num_packets) { in sendAndCheckHCI()
485 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO()
528 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL()
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp420 void BluetoothHidlTest::sendAndCheckHCI(int num_packets) { in sendAndCheckHCI()
473 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO()
516 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL()
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dloss_based_bwe_v2.h125 int num_packets = 0; member
133 int num_packets = 0; member
H A Dloss_based_bwe_v2.cc54 int num_packets = 0; member
708 double num_packets = 0; in GetAverageReportedLossRatio() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_advertiser.cc267 size_t num_packets = block_size / max_length; in BuildSetAdvertisingData() local
372 size_t num_packets = block_size / max_length; in BuildSetScanResponse() local
/aosp_15_r20/external/libopus/dnn/
H A Dlossgen_demo.c7 long num_packets; in main() local
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Drtp_packetizer_av1_fuzzer.cc41 size_t num_packets = packetizer.NumPackets(); in FuzzOneInput() local
H A Daudio_decoder_fuzzer.cc55 for (size_t num_packets = 0; num_packets < kMaxNumFuzzedPackets; in FuzzAudioDecoder() local
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dfake_packet.h87 uint16_t num_packets = 0; variable
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dpacket_stream_validator_benchmark.cc55 for (size_t num_packets = 0; num_packets < 10; num_packets++) { in BM_PacketStreamValidator() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dulpfec_receiver.h32 size_t num_packets = 0; // Number of received packets. member
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_writer_unittest.cc32 void WriteRtpPackets(int num_packets) { in WriteRtpPackets()
/aosp_15_r20/external/webrtc/test/network/
H A Dtraffic_route.cc58 void CrossTrafficRouteImpl::TriggerPacketBurst(size_t num_packets, in TriggerPacketBurst()
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c1327 uint16_t num_packets = 0; in USB_HC_StartXfer() local
1496 uint8_t num_packets = 1; in USB_DoPing() local

1234