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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_video.cc 35 fake_clock(123456) {
42 receive_statistics_.reset(ReceiveStatistics::Create(&fake_clock));
46 configuration.clock = &fake_clock;
51 test_id_, &fake_clock, receiver_, NULL, &rtp_payload_registry_));
141 SimulatedClock fake_clock; member in class:webrtc::RtpRtcpVideoTest
188 fake_clock.AdvanceTimeMilliseconds(33);
test_api_rtcp.cc 89 RtpRtcpRtcpTest() : fake_clock(123456) {
106 receive_statistics1_.reset(ReceiveStatistics::Create(&fake_clock));
107 receive_statistics2_.reset(ReceiveStatistics::Create(&fake_clock));
112 configuration.clock = &fake_clock;
128 test_id, &fake_clock, NULL, receiver, rtp_feedback1_.get(),
142 test_id + 1, &fake_clock, NULL, receiver, rtp_feedback2_.get(),
224 SimulatedClock fake_clock; member in class:RtpRtcpRtcpTest
247 fake_clock.AdvanceTimeMilliseconds(7500);
249 fake_clock.AdvanceTimeMilliseconds(100);
303 fake_clock.AdvanceTimeMilliseconds(7500)
    [all...]
test_api.cc 20 RtpRtcpAPITest() : module(NULL), fake_clock(123456) {
34 configuration.clock = &fake_clock;
39 test_id, &fake_clock, NULL, NULL, NULL, rtp_payload_registry_.get()));
54 SimulatedClock fake_clock; member in class:RtpRtcpAPITest
test_api_audio.cc 103 RtpRtcpAudioTest() : fake_clock(123456) {
121 receive_statistics1_.reset(ReceiveStatistics::Create(&fake_clock));
122 receive_statistics2_.reset(ReceiveStatistics::Create(&fake_clock));
132 configuration.clock = &fake_clock;
139 test_id, &fake_clock, audioFeedback, data_receiver1, NULL,
149 test_id + 1, &fake_clock, audioFeedback, data_receiver2, NULL,
188 SimulatedClock fake_clock; member in class:RtpRtcpAudioTest
369 fake_clock.AdvanceTimeMilliseconds(20);
377 fake_clock.AdvanceTimeMilliseconds(20);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 172 fake_clock(123456) {}
179 configuration.clock = &fake_clock;
180 receive_statistics_.reset(ReceiveStatistics::Create(&fake_clock));
188 kTestId, &fake_clock, &receiver_, rtp_feedback_.get(),
272 fake_clock.AdvanceTimeMilliseconds(33);
293 SimulatedClock fake_clock; member in class:RtpRtcpRtxNackTest
319 fake_clock.AdvanceTimeMilliseconds(33);

Completed in 65 milliseconds