/external/chromium_org/net/quic/congestion_control/ |
fix_rate_test.cc | 88 const int64 num_packets = 200; local 96 for (int i = 0; i < num_packets; i += 2) { 114 EXPECT_EQ(num_packets * packet_size * 1000000 / bitrate.ToBytesPerSecond(),
|
/external/chromium_org/net/quic/ |
quic_fec_group_test.cc | 44 void RunTest(size_t num_packets, size_t lost_packet, bool out_of_order) { 48 for (size_t packet = 0; packet < num_packets; ++packet) { 68 for (size_t packet = 0; packet < num_packets; packet++) { 74 ASSERT_TRUE(group.UpdateFec(num_packets, entropy_redundancy, fec)); 81 ASSERT_TRUE(group.CanRevive() == (packet == num_packets - 1)); 85 for (size_t packet = 0; packet < num_packets; packet++) { 103 ASSERT_TRUE(group.UpdateFec(num_packets, entropy_redundancy, fec)); 111 << num_packets; local 114 << num_packets; local
|
/external/chromium_org/net/tools/quic/ |
quic_time_wait_list_manager.h | 145 : num_packets(num_packets_), version(version_) {} 146 int num_packets; member in struct:net::tools::QuicTimeWaitListManager::GuidData
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_unittest.cc | 401 int num_packets = (SpeechRecognizerImpl::kNoSpeechTimeoutMs) / local 404 for (int i = 0; i < num_packets; ++i) { 429 int num_packets = (SpeechRecognizerImpl::kNoSpeechTimeoutMs) / local 433 for (int i = 0; i < num_packets / 2; ++i) { 439 for (int i = 0; i < num_packets / 2; ++i) { 468 int num_packets = SpeechRecognizerImpl::kEndpointerEstimationTimeMs / local 471 for (int i = 0; i < num_packets; ++i) {
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win.cc | 524 // |num_packets| will always be one for exclusive-mode streams and 528 size_t num_packets = (num_available_frames / packet_size_frames_); local 530 for (size_t n = 0; n < num_packets; ++n) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport_unittest.cc | 214 size_t num_packets = 256; local 215 for (size_t i = 0; i < num_packets; ++i) { 226 ASSERT_EQ_WAIT(num_packets, turn_packets_.size(), kTimeout); 227 ASSERT_EQ_WAIT(num_packets, udp_packets_.size(), kTimeout); 228 for (size_t i = 0; i < num_packets; ++i) {
|
/external/linux-tools-perf/bench/ |
sched-messaging.c | 52 unsigned int num_packets; member in struct:receiver_context 132 for (i = 0; i < ctx->num_packets; i++) { 228 ctx->num_packets = num_fds * loops;
|
/external/qemu/ |
shaper.c | 100 int num_packets; member in struct:NetShaperRec_ 148 shaper->num_packets--; 169 shaper->num_packets = 0; 192 shaper->num_packets = 0; 251 shaper->num_packets += 1;
|
/external/libusb/libusb/os/ |
linux_usbfs.c | 1460 int num_packets = transfer->num_iso_packets; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 1834 int num_packets = transfer->num_iso_packets; local [all...] |
/external/qemu/hw/ |
bt.h | 1460 uint16_t num_packets; member in struct:__anon27154::__anon27155 [all...] |