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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel_unittest.cc144 const int number_of_packets = 3; local
145 for (int i = 0; i < number_of_packets; ++i) {
148 EXPECT_EQ(buffer.data.length() * number_of_packets,
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
H A Dsend_side_bandwidth_estimation.cc96 int number_of_packets,
102 if (number_of_packets > 0) {
104 const int num_lost_packets_Q8 = fraction_loss * number_of_packets;
107 accumulate_expected_packets_ += number_of_packets;
94 UpdateReceiverBlock(uint8_t fraction_loss, uint32_t rtt, int number_of_packets, uint32_t now_ms) argument
H A Dbitrate_controller_impl.cc51 int number_of_packets = 0; variable
53 number_of_packets = it->extendedHighSeqNum -
56 fraction_lost_aggregate += number_of_packets * it->fractionLost;
57 total_number_of_packets += number_of_packets;
249 const int number_of_packets,
253 fraction_loss, rtt, number_of_packets, now_ms);
246 OnReceivedRtcpReceiverReport( const uint8_t fraction_loss, const uint32_t rtt, const int number_of_packets, const uint32_t now_ms) argument
/external/libusb/libusb/os/
H A Dlinux_usbfs.h94 int number_of_packets; member in struct:usbfs_urb
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h97 int number_of_packets; member in struct:usbfs_urb
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h105 int number_of_packets; member in struct:usbdevfs_urb
/external/valgrind/main/include/vki/
H A Dvki-linux.h2467 int number_of_packets; member in struct:vki_usbdevfs_urb

Completed in 448 milliseconds