Home
last modified time | relevance | path

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

12

/external/openscreen/cast/streaming/
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
Drtp_packetizer.cc57 const int num_packets = ComputeNumberOfPackets(frame); in GeneratePacket() local
125 int num_packets = DividePositivesRoundingUp( in ComputeNumberOfPackets() local
/external/webrtc/modules/audio_coding/neteq/
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()
/external/webrtc/test/fuzzers/
Drtp_packetizer_av1_fuzzer.cc41 size_t num_packets = packetizer.NumPackets(); in FuzzOneInput() local
Daudio_decoder_fuzzer.cc55 for (size_t num_packets = 0; num_packets < kMaxNumFuzzedPackets; in FuzzAudioDecoder() local
/external/perfetto/src/tracing/test/
Dfake_packet.h87 uint16_t num_packets = 0; variable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
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()
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()
Dquic_time_wait_list_manager.h270 int num_packets; member
/external/perfetto/src/tracing/core/
Dpacket_stream_validator_benchmark.cc55 for (size_t num_packets = 0; num_packets < 10; num_packets++) { in BM_PacketStreamValidator() local
/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_receiver.h32 size_t num_packets = 0; // Number of received packets. member
Dfec_test_helper.cc112 void AugmentedPacketGenerator::NewFrame(size_t num_packets) { in NewFrame()
Drtp_sender_video.cc654 const size_t num_packets = packetizer->NumPackets(); in SendVideo() local
/external/webrtc/test/
Drtp_file_writer_unittest.cc32 void WriteRtpPackets(int num_packets) { in WriteRtpPackets()
Drtcp_packet_parser.h60 int num_packets() const { return num_packets_; } in num_packets() function
/external/webrtc/test/network/
Dtraffic_route.cc58 void CrossTrafficRouteImpl::TriggerPacketBurst(size_t num_packets, in TriggerPacketBurst()
/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.h125 int num_packets = 0; member
133 int num_packets = 0; member
Dloss_based_bwe_v2.cc54 int num_packets = 0; member
708 double num_packets = 0; in GetAverageReportedLossRatio() local
/external/webrtc/test/fuzzers/utils/
Drtp_replayer.cc150 int num_packets = 0; in ReplayPackets() local
/external/webrtc/modules/video_coding/
Dpacket_buffer.cc369 uint16_t num_packets = end_seq_num - start_seq_num; in FindFrames() local
/external/webrtc/api/neteq/
Dneteq_controller.h85 size_t num_packets; member
/external/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c83 unsigned int num_packets; member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1327 uint16_t num_packets = 0; in USB_HC_StartXfer() local
1496 uint8_t num_packets = 1; in USB_DoPing() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1327 uint16_t num_packets = 0; in USB_HC_StartXfer() local
1496 uint8_t num_packets = 1; in USB_DoPing() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionGpu.h246 const Index num_packets = in ReductionInitKernelHalfFloat() local

12