Home
last modified time | relevance | path

Searched refs:time_controller_ (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/video/
Dvideo_stream_decoder_impl_unittest.cc165 : time_controller_(Timestamp::Seconds(0)), in VideoStreamDecoderImplTest()
168 time_controller_.GetTaskQueueFactory(), in VideoStreamDecoderImplTest()
175 GlobalSimulatedTimeController time_controller_; member in webrtc::__anon98afff880111::VideoStreamDecoderImplTest
182 time_controller_.AdvanceTime(TimeDelta::Millis(1)); in TEST_F()
187 time_controller_.AdvanceTime(TimeDelta::Millis(200)); in TEST_F()
193 time_controller_.AdvanceTime(TimeDelta::Millis(1)); in TEST_F()
195 time_controller_.AdvanceTime(TimeDelta::Millis(3000)); in TEST_F()
204 time_controller_.AdvanceTime(TimeDelta::Millis(1)); in TEST_F()
212 time_controller_.AdvanceTime(TimeDelta::Millis(1)); in TEST_F()
220 time_controller_.AdvanceTime(TimeDelta::Millis(1)); in TEST_F()
[all …]
Dvideo_receive_stream_unittest.cc483 : time_controller_(Timestamp::Millis(4711)), in VideoReceiveStreamTestWithSimulatedClock()
487 process_thread_(time_controller_.CreateProcessThread("ProcessThread")),
491 call_stats_(time_controller_.GetClock(), process_thread_.get()),
492 video_receive_stream_(time_controller_.GetTaskQueueFactory(),
499 time_controller_.GetClock(),
500 new VCMTiming(time_controller_.GetClock())) {
516 GlobalSimulatedTimeController time_controller_; member in webrtc::VideoReceiveStreamTestWithSimulatedClock
536 time_controller_.AdvanceTime(tick); in TEST_F()
542 time_controller_.AdvanceTime(tick); in TEST_F()
550 time_controller_.AdvanceTime(2 * tick); in TEST_F()
Dvideo_receive_stream2_unittest.cc487 : time_controller_(Timestamp::Millis(4711)), in VideoReceiveStream2TestWithSimulatedClock()
491 process_thread_(time_controller_.CreateProcessThread("ProcessThread")),
495 call_stats_(time_controller_.GetClock(), loop_.task_queue()),
496 video_receive_stream_(time_controller_.GetTaskQueueFactory(),
504 time_controller_.GetClock(),
505 new VCMTiming(time_controller_.GetClock())) {
521 GlobalSimulatedTimeController time_controller_; member in webrtc::VideoReceiveStream2TestWithSimulatedClock
545 time_controller_.AdvanceTime(tick); in TEST_F()
555 time_controller_.AdvanceTime(tick); in TEST_F()
564 time_controller_.AdvanceTime(2 * tick); in TEST_F()
/external/webrtc/api/test/
Dcreate_time_controller.cc36 : time_controller_(time_controller) {} in CreateTimeControllerBasedCallFactory()
40 time_controller_->CreateProcessThread("CallModules"), in CreateTimeControllerBasedCallFactory()
43 return Call::Create(config, time_controller_->GetClock(), module_thread_, in CreateTimeControllerBasedCallFactory()
44 time_controller_->CreateProcessThread("Pacer")); in CreateTimeControllerBasedCallFactory()
48 TimeController* time_controller_; in CreateTimeControllerBasedCallFactory() member in webrtc::CreateTimeControllerBasedCallFactory::TimeControllerBasedCallFactory
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2_unittest.cc57 time_controller_(nullptr), in SendTransport()
64 time_controller_ = time_controller; in SimulateNetworkDelay()
82 if (time_controller_) { in SendRtcp()
83 time_controller_->AdvanceTime(TimeDelta::Millis(delay_ms_)); in SendRtcp()
94 TimeController* time_controller_; member in webrtc::__anon73deae300111::SendTransport
108 time_controller_(time_controller) { in RtpRtcpModule()
153 config.clock = time_controller_->GetClock(); in CreateModuleImpl()
167 TimeController* const time_controller_; member in webrtc::__anon73deae300111::RtpRtcpModule
175 : time_controller_(Timestamp::Micros(133590000000000)), in RtpRtcpImpl2Test()
176 sender_(&time_controller_, /*is_sender=*/true), in RtpRtcpImpl2Test()
[all …]
Drtp_sender_unittest.cc220 : time_controller_(time_controller), in TaskQueuePacketSender()
222 queue_(time_controller_->CreateTaskQueueFactory()->CreateTaskQueue( in TaskQueuePacketSender()
234 time_controller_->AdvanceTime(TimeDelta::Zero()); in EnqueuePackets()
239 TimeController* const time_controller_; member in webrtc::__anonc0b34bd50111::TaskQueuePacketSender
250 : time_controller_(time_controller), in RtpSenderContext()
273 time_controller_->AdvanceTime(TimeDelta::Zero()); in InjectPacket()
275 TimeController* time_controller_; member
319 : time_controller_(Timestamp::Millis(kStartTime)), in RtpSenderTest()
320 clock_(time_controller_.GetClock()), in RtpSenderTest()
374 std::make_unique<RtpSenderContext>(config, &time_controller_); in SetUpRtpSender()
[all …]
/external/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc143 time_controller_(Timestamp::Seconds(0)), in TestFrameBuffer2()
145 time_controller_.GetTaskQueueFactory()->CreateTaskQueue( in TestFrameBuffer2()
148 timing_(time_controller_.GetClock()), in TestFrameBuffer2()
149 buffer_(new FrameBuffer(time_controller_.GetClock(), in TestFrameBuffer2()
214 time_controller_.AdvanceTime(TimeDelta::Millis(0)); in ExtractFrame()
240 webrtc::GlobalSimulatedTimeController time_controller_; member in webrtc::video_coding::TestFrameBuffer2
264 time_controller_.AdvanceTime(TimeDelta::Millis(50)); in TEST_F()
280 VCMTiming timing(time_controller_.GetClock()); in TEST_F()
282 new FrameBuffer(time_controller_.GetClock(), &timing, &stats_callback_)); in TEST_F()
301 time_controller_.AdvanceTime(TimeDelta::Millis(0)); in TEST_F()
[all …]
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc111 : time_controller_(time_controller), in PeerConnectionE2EQualityTest()
115 time_controller_.GetClock())) { in PeerConnectionE2EQualityTest()
121 time_controller_.GetClock()); in PeerConnectionE2EQualityTest()
197 time_controller_.CreateThread(kSignalThreadName); in Run()
204 time_controller_.GetTaskQueueFactory()->CreateTaskQueue( in Run()
225 signaling_thread.get(), time_controller_, in Run()
261 time_controller_.GetClock())); in Run()
339 time_controller_.AdvanceTime(kQuickTestModeRunDuration); in Run()
341 time_controller_.AdvanceTime(run_params.run_duration); in Run()
569 ASSERT_TRUE(time_controller_.Wait( in WaitUntilIceCandidatesGathered()
[all …]
Dtest_peer_factory.h61 time_controller_(time_controller), in TestPeerFactory()
79 TimeController& time_controller_; variable
Dpeer_connection_quality_test.h107 TimeController& time_controller_; variable
Dtest_peer_factory.cc303 SetMandatoryEntities(components.get(), time_controller_); in CreateTestPeer()
329 time_controller_.CreateThread("worker_thread"); in CreateTestPeer()
/external/webrtc/call/
Drtp_video_sender_unittest.cc123 : time_controller_(Timestamp::Millis(1000000)), in RtpVideoSenderTestFixture()
128 send_delay_stats_(time_controller_.GetClock()), in RtpVideoSenderTestFixture()
131 time_controller_.GetClock(), in RtpVideoSenderTestFixture()
136 time_controller_.CreateProcessThread("PacerThread"), in RtpVideoSenderTestFixture()
137 time_controller_.GetTaskQueueFactory(), in RtpVideoSenderTestFixture()
139 process_thread_(time_controller_.CreateProcessThread("test_thread")), in RtpVideoSenderTestFixture()
140 call_stats_(time_controller_.GetClock(), process_thread_.get()), in RtpVideoSenderTestFixture()
141 stats_proxy_(time_controller_.GetClock(), in RtpVideoSenderTestFixture()
144 retransmission_rate_limiter_(time_controller_.GetClock(), in RtpVideoSenderTestFixture()
148 time_controller_.GetClock(), suspended_ssrcs, suspended_payload_states, in RtpVideoSenderTestFixture()
[all …]
/external/webrtc/test/scenario/
Dcall_client.cc204 : time_controller_(time_controller), in CallClient()
214 event_log_ = CreateEventLog(time_controller_->GetTaskQueueFactory(), in CallClient()
216 fake_audio_setup_ = InitAudio(time_controller_); in CallClient()
219 time_controller_->CreateProcessThread("CallThread"), in CallClient()
222 call_.reset(CreateCall(time_controller_, event_log_.get(), config, in CallClient()
Dcall_client.h140 TimeController* const time_controller_; variable
Dvideo_stream.cc367 *sender->time_controller_->GetTaskQueueFactory()); in SendVideoStream()
/external/webrtc/test/network/
Dnetwork_emulation_manager.cc47 : time_controller_(CreateTimeController(mode)), in NetworkEmulationManagerImpl()
48 clock_(time_controller_->GetClock()), in NetworkEmulationManagerImpl()
51 task_queue_(time_controller_->GetTaskQueueFactory()->CreateTaskQueue( in NetworkEmulationManagerImpl()
280 time_controller_.get(), &task_queue_, endpoints_container.get()); in CreateEmulatedNetworkManagerInterface()
Dnetwork_emulation_manager.h86 TimeController* time_controller() override { return time_controller_.get(); } in time_controller()
92 const std::unique_ptr<TimeController> time_controller_; variable