HomeSort by relevance Sort by last modified time
    Searched refs:send_time (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/net/quic/congestion_control/
channel_estimator_test.cc 35 QuicTime send_time = send_clock_.ApproximateNow(); local
39 send_time,
61 QuicTime send_time = send_clock_.ApproximateNow(); local
65 send_time,
71 send_time,
84 QuicTime send_time = send_clock_.ApproximateNow(); local
87 send_time,
93 send_time,
114 QuicTime send_time = send_clock_.ApproximateNow(); local
117 send_time,
154 QuicTime send_time = send_clock_.ApproximateNow(); local
194 QuicTime send_time = send_clock_.ApproximateNow(); local
    [all...]
inter_arrival_overuse_detector.cc 61 QuicTime send_time,
74 if (current_packet_group_.send_time != send_time) {
77 current_packet_group_.send_time = send_time;
80 UpdateSendReceiveTimeOffset(receive_time.Subtract(send_time));
87 if (previous_packet_group_.send_time.IsInitialized()) {
88 QuicTime::Delta sent_delta = send_time.Subtract(
89 previous_packet_group_.send_time);
inter_arrival_overuse_detector.h 85 // If multiple packets are sent at the same time (identical send_time)
92 QuicTime send_time,
112 : send_time(QuicTime::Zero()),
115 QuicTime send_time; member in struct:net::InterArrivalOveruseDetector::PacketGroup
channel_estimator.cc 33 QuicTime send_time,
43 QuicTime::Delta sent_delta = send_time.Subtract(last_send_time_);
52 last_send_time_ = send_time;
channel_estimator.h 40 QuicTime send_time,
inter_arrival_overuse_detector_test.cc 102 QuicTime send_time = send_clock_.ApproximateNow(); local
108 send_time,
135 QuicTime send_time = send_clock_.ApproximateNow(); local
142 send_time,
162 QuicTime send_time = send_clock_.ApproximateNow(); local
169 send_time,
190 QuicTime send_time = send_clock_.ApproximateNow(); local
197 send_time,
218 QuicTime send_time = send_clock_.ApproximateNow(); local
225 send_time,
246 QuicTime send_time = send_clock_.ApproximateNow(); local
281 QuicTime send_time = send_clock_.ApproximateNow(); local
302 QuicTime send_time = send_clock_.ApproximateNow(); local
323 QuicTime send_time = send_clock_.ApproximateNow(); local
345 QuicTime send_time = send_clock_.ApproximateNow(); local
367 QuicTime send_time = send_clock_.ApproximateNow(); local
389 QuicTime send_time = send_clock_.ApproximateNow(); local
    [all...]
  /external/chromium_org/net/tools/quic/test_tools/
packet_dropping_test_writer.cc 114 QuicTime send_time = clock_->ApproximateNow().Add(fake_packet_delay_); local
120 send_time = delayed_packets_.empty() ?
121 send_time.Add(bandwidth_delay) :
122 delayed_packets_.back().send_time.Add(bandwidth_delay);
125 peer_address, send_time));
130 delay_alarm_->Set(send_time);
157 delayed_packets_.begin()->send_time = iter->send_time;
173 return delayed_packets_.begin()->send_time;
178 QuicTime next_send_time = delayed_packets_.front().send_time;
    [all...]
packet_dropping_test_writer.h 104 // A single packet which will be sent at the supplied send_time.
111 QuicTime send_time);
117 QuicTime send_time; member in class:net::tools::test::PacketDroppingTestWriter::DelayedWrite
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 486 base::TimeTicks send_time = testing_clock_.NowTicks(); local
489 video_sender_config_.width, video_sender_config_.height, send_time);
500 num_10ms_blocks, send_time);
504 frame_input_->InsertAudio(audio_bus_ptr, send_time,
507 SendVideoFrame(video_start, send_time);
546 base::TimeTicks send_time = testing_clock_.NowTicks(); local
551 1, send_time);
554 frame_input_->InsertAudio(audio_bus_ptr, send_time,
574 base::TimeTicks send_time = testing_clock_.NowTicks(); local
582 num_10ms_blocks, send_time);
624 base::TimeTicks send_time = testing_clock_.NowTicks(); local
645 base::TimeTicks send_time = testing_clock_.NowTicks(); local
697 base::TimeTicks send_time = testing_clock_.NowTicks(); local
747 base::TimeTicks send_time; local
783 const base::TimeTicks send_time = testing_clock_.NowTicks(); local
816 const base::TimeTicks send_time = testing_clock_.NowTicks(); local
852 const base::TimeTicks send_time = testing_clock_.NowTicks(); local
897 base::TimeTicks send_time = testing_clock_.NowTicks(); local
970 base::TimeTicks send_time = testing_clock_.NowTicks(); local
    [all...]
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver.cc 458 base::TimeTicks send_time; local
460 audio_buffer_->TimeToSendNextCastMessage(&send_time);
462 audio_decoder_->TimeToSendNextCastMessage(&send_time);
466 base::TimeDelta time_to_send = send_time -
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 60 WebRtc_UWord32 send_time; /* samples */ member in struct:__anon28632
80 BN_data->send_time += current_framesamples;
310 BN_data.send_time = 0;
605 BN_data.send_time,
kenny.c 45 WebRtc_UWord32 send_time; /* samples */ member in struct:__anon28631
65 BN_data->send_time += current_framesamples;
489 BN_data.send_time = 0;
713 BN_data.send_time,
  /external/chromium_org/media/cast/video_receiver/
video_receiver.cc 426 base::TimeTicks send_time; local
427 framer_->TimeToSendNextCastMessage(&send_time);
429 base::TimeDelta time_to_send = send_time -
  /external/netperf/
nettest_dlpi.c 2426 struct timeval send_time; local
    [all...]
nettest_unix.c 2241 struct timeval send_time; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 108 uint32 send_time = *reinterpret_cast<const uint32*>(data); local
110 uint32 delay = recv_time - send_time;
    [all...]

Completed in 172 milliseconds