Home
last modified time | relevance | path

Searched refs:number_of_packets (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.cc50 int number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
52 number_of_packets = it->extendedHighSeqNum - in OnReceivedRtcpReceiverReport()
55 fraction_lost_aggregate += number_of_packets * it->fractionLost; in OnReceivedRtcpReceiverReport()
56 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
170 int number_of_packets, in OnReceivedRtcpReceiverReport() argument
175 number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
Dsend_side_bandwidth_estimation.cc109 int number_of_packets, in UpdateReceiverBlock() argument
118 if (number_of_packets > 0) { in UpdateReceiverBlock()
120 const int num_lost_packets_Q8 = fraction_loss * number_of_packets; in UpdateReceiverBlock()
123 expected_packets_since_last_loss_update_ += number_of_packets; in UpdateReceiverBlock()
139 UpdateUmaStats(now_ms, rtt, (fraction_loss * number_of_packets) >> 8); in UpdateReceiverBlock()
Dsend_side_bandwidth_estimation.h41 int number_of_packets,
Dbitrate_controller_impl.h57 int number_of_packets,
/external/webrtc/talk/app/webrtc/
Ddatachannel_unittest.cc162 const int number_of_packets = 3; in TEST_F() local
163 for (int i = 0; i < number_of_packets; ++i) { in TEST_F()
166 EXPECT_EQ(buffer.data.size() * number_of_packets, in TEST_F()
168 EXPECT_EQ(number_of_packets, observer_->on_buffered_amount_change_count()); in TEST_F()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h106 int number_of_packets; /* Only used for isoc urbs */ member
/external/libusb/libusb/os/
Dlinux_usbfs.h98 int number_of_packets; /* Only used for isoc urbs */ member
Dlinux_usbfs.c2062 urb->number_of_packets = urb_packet_offset; in submit_iso_transfer()
2402 for (i = 0; i < urb->number_of_packets; i++) { in handle_iso_completion()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc223 int number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
225 number_of_packets = block_it->extendedHighSeqNum - seq_num_it->second; in OnReceivedRtcpReceiverReport()
227 fraction_lost_aggregate += number_of_packets * block_it->fractionLost; in OnReceivedRtcpReceiverReport()
228 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7408 …SBDEVFS_SUBMITURB).number_of_packets", (Addr)&vkuu->number_of_packets, sizeof(vkuu->number_of_pack… in PRE()
7409 for(i=0; i<vkuu->number_of_packets; i++) { in PRE()
10007 for(i=0; i<(*vkuu)->number_of_packets; i++) { in POST()
/external/valgrind/include/vki/
Dvki-linux.h2588 int number_of_packets; member