Searched defs:number_of_packets (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Ddatachannel_unittest.cc162 const int number_of_packets = 3; local
163 for (int i = 0; i < number_of_packets; ++i) {
166 EXPECT_EQ(buffer.data.size() * number_of_packets,
168 EXPECT_EQ(number_of_packets, observer_->on_buffered_amount_change_count());
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc50 int number_of_packets = 0; variable
52 number_of_packets = it->extendedHighSeqNum -
55 fraction_lost_aggregate += number_of_packets * it->fractionLost;
56 total_number_of_packets += number_of_packets;
170 int number_of_packets,
175 number_of_packets, now_ms);
167 OnReceivedRtcpReceiverReport( uint8_t fraction_loss, int64_t rtt, int number_of_packets, int64_t now_ms) argument
H A Dsend_side_bandwidth_estimation.cc109 int number_of_packets,
118 if (number_of_packets > 0) {
120 const int num_lost_packets_Q8 = fraction_loss * number_of_packets;
123 expected_packets_since_last_loss_update_ += number_of_packets;
139 UpdateUmaStats(now_ms, rtt, (fraction_loss * number_of_packets) >> 8);
107 UpdateReceiverBlock(uint8_t fraction_loss, int64_t rtt, int number_of_packets, int64_t now_ms) argument
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h107 int number_of_packets; /* Only used for isoc urbs */ member in union:usbdevfs_urb::__anon10078
/external/libusb/libusb/os/
H A Dlinux_usbfs.h98 int number_of_packets; /* Only used for isoc urbs */ member in union:usbfs_urb::__anon12558
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc223 int number_of_packets = 0; variable
225 number_of_packets = block_it->extendedHighSeqNum - seq_num_it->second;
227 fraction_lost_aggregate += number_of_packets * block_it->fractionLost;
228 total_number_of_packets += number_of_packets;
/external/valgrind/include/vki/
H A Dvki-linux.h2588 int number_of_packets; member in struct:vki_usbdevfs_urb

Completed in 523 milliseconds