Home
last modified time | relevance | path

Searched refs:GetRealTimeClock (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/webrtc/test/
Ddirect_transport.cc24 clock_(Clock::GetRealTimeClock()), in DirectTransport()
36 clock_(Clock::GetRealTimeClock()), in DirectTransport()
Dcall_test.cc18 : clock_(Clock::GetRealTimeClock()), in CallTest()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dmt_test_common.cc53 Clock* clock = Clock::GetRealTimeClock(); in SendPacket()
78 Clock* clock = Clock::GetRealTimeClock(); in TransportPackets()
Dvideo_rtp_play_mt.cc47 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock(); in PlayerThread()
81 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock(); in RtpPlayMT()
Dmt_rx_tx_test.cc152 new RTPSendCompleteCallback(Clock::GetRealTimeClock(), "dump.rtp"); in MTRxTxTest()
162 RtpReceiver::CreateVideoReceiver(-1, Clock::GetRealTimeClock(), in MTRxTxTest()
/external/chromium_org/third_party/webrtc/modules/pacing/include/mock/
Dmock_paced_sender.h25 MockPacedSender() : PacedSender(Clock::GetRealTimeClock(), NULL, 0, 0) {} in MockPacedSender()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dclock_unittest.cc18 Clock* clock = Clock::GetRealTimeClock(); in TEST()
Dclock.cc255 Clock* Clock::GetRealTimeClock() { in GetRealTimeClock() function in webrtc::Clock
/external/chromium_org/third_party/webrtc/video/
Dfull_stack.cc113 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds(); in DeliverPacket()
158 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds(); in SendRtp()
171 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds(); in RenderFrame()
417 Clock::GetRealTimeClock())); in RunTest()
Dvideo_send_stream_tests.cc174 : SendTest(kDefaultTimeoutMs), encoder_(Clock::GetRealTimeClock()) { in TEST_F()
333 0, false, Clock::GetRealTimeClock(), &lossy_receive_stats); in TEST_F()
408 0, false, Clock::GetRealTimeClock(), &null_stats); in TestNackRetransmission()
591 0, false, Clock::GetRealTimeClock(), &lossy_receive_stats); in TestPacketFragmentationSize()
700 clock_(Clock::GetRealTimeClock()), in TEST_F()
855 clock_(Clock::GetRealTimeClock()), in TEST_F()
881 0, false, Clock::GetRealTimeClock(), &receive_stats); in TEST_F()
939 Clock* clock = Clock::GetRealTimeClock(); in TEST_F()
1372 FakeEncoder(Clock::GetRealTimeClock()), in TEST_F()
1429 FakeEncoder(Clock::GetRealTimeClock()), in TEST_F()
Dcall_perf_tests.cc224 test::FakeAudioDevice fake_audio_device(Clock::GetRealTimeClock(), in TestAudioVideoSync()
233 VideoRtcpAndSyncObserver observer(Clock::GetRealTimeClock(), in TestAudioVideoSync()
325 clock_(Clock::GetRealTimeClock()), in TestCaptureNtpTime()
Dbitrate_estimator_tests.cc193 fake_encoder_(Clock::GetRealTimeClock()), in Stream()
205 Clock::GetRealTimeClock())); in Stream()
Dloopback.cc146 Clock* test_clock = Clock::GetRealTimeClock(); in Loopback()
Drampup_tests.cc399 Clock::GetRealTimeClock(), in RunRampUpTest()
454 &receiver_transport, Clock::GetRealTimeClock(), number_of_streams, rtx); in RunRampUpDownUpTest()
Dend_to_end_tests.cc230 fake_encoder_(Clock::GetRealTimeClock()), in TEST_F()
1015 send_streams[i]->Input(), width, height, 30, Clock::GetRealTimeClock()); in TEST_F()
1493 Clock* clock = Clock::GetRealTimeClock(); in TEST_F()
1869 FakeEncoder(Clock::GetRealTimeClock()), in TEST_F()
2027 UnusedEncoder() : FakeEncoder(Clock::GetRealTimeClock()) {} in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.cc42 channel_id, Clock::GetRealTimeClock(), this, rtp_feedback, in ViEReceiver()
45 Clock::GetRealTimeClock())), in ViEReceiver()
50 ntp_estimator_(new RemoteNtpTimeEstimator(Clock::GetRealTimeClock())), in ViEReceiver()
Dvie_channel_group.cc161 BitrateController::CreateBitrateController(Clock::GetRealTimeClock(), in ChannelGroup()
177 Clock::GetRealTimeClock(), in ChannelGroup()
Dvie_capturer.cc61 overuse_detector_(new OveruseFrameDetector(Clock::GetRealTimeClock())) { in ViECapturer()
458 encode_start_time = Clock::GetRealTimeClock()->TimeInMilliseconds(); in ViECaptureProcess()
474 Clock::GetRealTimeClock()->TimeInMilliseconds() - encode_start_time); in ViECaptureProcess()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dclock.h49 static Clock* GetRealTimeClock();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Daudio_coding_module.cc23 return Create(id, Clock::GetRealTimeClock()); in Create()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
Daudio_coding_module.h87 clock(Clock::GetRealTimeClock()) {} in Config()
1010 clock(Clock::GetRealTimeClock()), in Config()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Dneteq_performance_test.cc73 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock(); in Run()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_format_remb_unittest.cc65 system_clock_(Clock::GetRealTimeClock()), in RtcpFormatRembTest()
Drtp_utility.cc88 local_clock = Clock::GetRealTimeClock(); in GetCurrentRTP()
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.cc169 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds() - in VideoCaptureImpl()

12