HomeSort by relevance Sort by last modified time
    Searched refs:GetRealTimeClock (Results 1 - 25 of 39) sorted by null

1 2

  /external/webrtc/webrtc/modules/pacing/mock/
mock_paced_sender.h 25 MockPacedSender() : PacedSender(Clock::GetRealTimeClock(), NULL, 0, 0, 0) {}
  /external/webrtc/webrtc/system_wrappers/source/
clock_unittest.cc 18 Clock* clock = Clock::GetRealTimeClock();
clock.cc 210 Clock* Clock::GetRealTimeClock() {
  /external/webrtc/webrtc/video/
video_capture_input.cc 49 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds() -
51 overuse_detector_(new OveruseFrameDetector(Clock::GetRealTimeClock(),
143 encode_start_time = Clock::GetRealTimeClock()->TimeInMilliseconds();
149 Clock::GetRealTimeClock()->TimeInMilliseconds() - encode_start_time);
encoder_state_feedback_unittest.cc 51 : pacer_(Clock::GetRealTimeClock(),
video_send_stream_tests.cc 173 encoder_(Clock::GetRealTimeClock(), kEncodeDelayMs) {
217 : SendTest(kDefaultTimeoutMs), encoder_(Clock::GetRealTimeClock()) {
332 RTCPSender rtcp_sender(false, Clock::GetRealTimeClock(),
459 RTCPSender rtcp_sender(false, Clock::GetRealTimeClock(), &null_stats,
646 RTCPSender rtcp_sender(false, Clock::GetRealTimeClock(),
762 clock_(Clock::GetRealTimeClock()),
904 clock_(Clock::GetRealTimeClock()),
    [all...]
vie_channel.cc 100 vcm_(VideoCodingModule::Create(Clock::GetRealTimeClock(),
197 int64_t now = Clock::GetRealTimeClock()->TimeInMilliseconds();
242 Clock::GetRealTimeClock()->TimeInMilliseconds()) /
    [all...]
video_capture_input_unittest.cc 55 stats_proxy_(Clock::GetRealTimeClock(),
video_quality_test.cc 123 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
158 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
190 Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
606 VideoQualityTest::VideoQualityTest() : clock_(Clock::GetRealTimeClock()) {}
    [all...]
video_receive_stream.cc 151 clock_(Clock::GetRealTimeClock()),
vie_encoder.cc 116 vcm_(VideoCodingModule::Create(Clock::GetRealTimeClock(),
  /external/webrtc/webrtc/call/
congestion_controller.cc 150 : remb_(new VieRemb(Clock::GetRealTimeClock())),
152 pacer_(new PacedSender(Clock::GetRealTimeClock(),
159 new WrappingBitrateEstimator(remb_.get(), Clock::GetRealTimeClock())),
161 new RemoteEstimatorProxy(Clock::GetRealTimeClock(),
169 BitrateController::CreateBitrateController(Clock::GetRealTimeClock(),
242 Clock::GetRealTimeClock(), process_thread_));
245 transport_feedback_adapter_.get(), Clock::GetRealTimeClock()));
call_perf_tests.cc 232 test::FakeAudioDevice fake_audio_device(Clock::GetRealTimeClock(),
273 VideoRtcpAndSyncObserver observer(Clock::GetRealTimeClock(), recv_channel_id,
393 clock_(Clock::GetRealTimeClock()),
543 encoder_(Clock::GetRealTimeClock(), encode_delay_ms) {}
678 FakeEncoder(Clock::GetRealTimeClock()),
bitrate_estimator_tests.cc 170 fake_encoder_(Clock::GetRealTimeClock()),
180 Clock::GetRealTimeClock()));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
ssrc_database.cc 20 return Clock::GetRealTimeClock()->TimeInMicroseconds();
rtcp_format_remb_unittest.cc 61 system_clock_(Clock::GetRealTimeClock()),
  /external/webrtc/webrtc/system_wrappers/include/
clock.h 49 static Clock* GetRealTimeClock();
  /external/webrtc/webrtc/test/
direct_transport.cc 28 clock_(Clock::GetRealTimeClock()),
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 26 config.clock = Clock::GetRealTimeClock();
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 64 Config() : id(0), neteq_config(), clock(Clock::GetRealTimeClock()) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 75 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 30 : BweTest(), random_(Clock::GetRealTimeClock()->TimeInMicroseconds()) {}
244 Random prng(Clock::GetRealTimeClock()->TimeInMicroseconds());
remote_bitrate_estimators_test.cc 249 : BweTest(), random_(Clock::GetRealTimeClock()->TimeInMicroseconds()) {}
255 Clock::GetRealTimeClock()->TimeInMicroseconds()) {}
  /external/webrtc/webrtc/audio/
audio_send_stream_unittest.cc 55 call_stats_(Clock::GetRealTimeClock()),
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 45 _clock(Clock::GetRealTimeClock()) {

Completed in 474 milliseconds

1 2