Home
last modified time | relevance | path

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

123

/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/pigweed/pw_bluetooth_sapphire/host/transport/
Dslab_allocators_test.cc50 for (size_t num_packets = 0; num_packets < kMaxSlabPackets; num_packets++) { in TEST() local
87 for (size_t num_packets = 0; num_packets < kMaxSlabPackets; num_packets++) { in TEST() local
113 for (size_t num_packets = 0; num_packets < kMaxSlabPackets; num_packets++) { in TEST() local
/external/libopus/dnn/training_tf2/
Dfec_packets.c38 int16_t num_packets; in get_fec_frame() local
82 int16_t num_packets; in get_fec_rate() local
/external/libopus/dnn/torch/rdovae/packets/
Dfec_packets.c38 int16_t num_packets; in get_fec_frame() local
82 int16_t num_packets; in get_fec_rate() local
/external/libopus/dnn/
Dlossgen_demo.c7 long num_packets; in main() 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/service/
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()
/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/libopus/dnn/torch/rdovae/
Dfec_encoder.py171 num_packets = len(packets) variable
/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

123