HomeSort by relevance Sort by last modified time
    Searched defs:num_packets (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/quic/congestion_control/
fix_rate_test.cc 91 const int64 num_packets = 200; local
99 for (int i = 0; i < num_packets; i += 2) {
117 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
quic_connection_test.cc 912 QuicPacketSequenceNumber num_packets = 256 * 2 + 1; local
913 for (QuicPacketSequenceNumber i = 0; i < num_packets; ++i) {
917 QuicAckFrame frame(num_packets, QuicTime::Zero(), 1);
933 EXPECT_GT(num_packets,
944 EXPECT_EQ(num_packets,
    [all...]
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 88 size_t num_packets = (data.size() + max_length) / max_length; local
89 size_t payload_length = (data.size() + num_packets) / num_packets;
113 big_endian_writer.WriteU16(static_cast<uint16>(num_packets - 1));
129 DCHECK(packet_id_ == num_packets) << "Invalid state";
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.h 149 : num_packets(num_packets_),
152 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 482 // |num_packets| will always be one for exclusive-mode streams and
486 size_t num_packets = (num_available_frames / packet_size_frames_); local
488 for (size_t n = 0; n < num_packets; ++n) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport_unittest.cc 231 size_t num_packets = 256; local
232 for (size_t i = 0; i < num_packets; ++i) {
243 ASSERT_EQ_WAIT(num_packets, turn_packets_.size(), kTimeout);
244 ASSERT_EQ_WAIT(num_packets, udp_packets_.size(), kTimeout);
245 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 1864 int num_packets = transfer->num_iso_packets; local
    [all...]
  /external/qemu/hw/
bt.h 1460 uint16_t num_packets; member in struct:__anon28102::__anon28103
    [all...]

Completed in 165 milliseconds