Home
last modified time | relevance | path

Searched refs:SimulatedClock (Results 1 – 25 of 47) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc234 SimulatedClock::SimulatedClock(int64_t initial_time_us) in SimulatedClock() function in webrtc::SimulatedClock
238 SimulatedClock::~SimulatedClock() { in ~SimulatedClock()
241 int64_t SimulatedClock::TimeInMilliseconds() const { in TimeInMilliseconds()
246 int64_t SimulatedClock::TimeInMicroseconds() const { in TimeInMicroseconds()
251 void SimulatedClock::CurrentNtp(uint32_t& seconds, uint32_t& fractions) const { in CurrentNtp()
258 int64_t SimulatedClock::CurrentNtpInMilliseconds() const { in CurrentNtpInMilliseconds()
262 void SimulatedClock::AdvanceTimeMilliseconds(int64_t milliseconds) { in AdvanceTimeMilliseconds()
266 void SimulatedClock::AdvanceTimeMicroseconds(int64_t microseconds) { in AdvanceTimeMicroseconds()
Dntp_time_unittest.cc50 SimulatedClock clock(0x0123456789abcdef); in TEST()
61 SimulatedClock clock(0x123456789abc); in TEST()
/external/webrtc/webrtc/system_wrappers/include/
Dclock.h52 class SimulatedClock : public Clock {
54 explicit SimulatedClock(int64_t initial_time_us);
56 ~SimulatedClock() override;
/external/webrtc/webrtc/modules/audio_coding/test/
Dinsert_packet_with_timing.cc57 : sender_clock_(new SimulatedClock(0)), in InsertPacketWithTiming()
58 receiver_clock_(new SimulatedClock(0)), in InsertPacketWithTiming()
241 SimulatedClock* sender_clock_;
242 SimulatedClock* receiver_clock_;
/external/webrtc/webrtc/modules/video_coding/
Dreceiver_unittest.cc35 : clock_(new SimulatedClock(0)), in TestVCMReceiver()
87 rtc::scoped_ptr<SimulatedClock> clock_;
317 class SimulatedClockWithFrames : public SimulatedClock {
321 : SimulatedClock(0), in SimulatedClockWithFrames()
347 SimulatedClock::AdvanceTimeMicroseconds(timestamps_.front().arrive_time - in AdvanceTimeMicroseconds()
358 SimulatedClock::AdvanceTimeMicroseconds(end_time - TimeInMicroseconds()); in AdvanceTimeMicroseconds()
Dtiming_unittest.cc28 SimulatedClock clock(0); in TEST()
132 SimulatedClock clock(0); in TEST()
Dvideo_coding_robustness_unittest.cc36 clock_.reset(new SimulatedClock(0)); in SetUp()
78 rtc::scoped_ptr<SimulatedClock> clock_;
Dmedia_optimization_unittest.cc48 SimulatedClock clock_;
Djitter_estimator_tests.cc31 SimulatedClock fake_clock_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc71 SimulatedClock local_clock_;
72 SimulatedClock remote_clock_;
Drtp_rtcp_impl_unittest.cc64 void SimulateNetworkDelay(int64_t delay_ms, SimulatedClock* clock) { in SimulateNetworkDelay()
92 SimulatedClock* clock_;
101 explicit RtpRtcpModule(SimulatedClock* clock) in RtpRtcpModule()
190 SimulatedClock clock_;
/external/webrtc/webrtc/voice_engine/
Dnetwork_predictor_unittest.cc25 SimulatedClock clock_;
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receive_test_oldapi.h63 SimulatedClock clock_;
Dacm_send_test_oldapi.h70 SimulatedClock clock_;
Daudio_coding_module_unittest_oldapi.cc474 fake_clock_(new SimulatedClock(0)) { in AudioCodingModuleMtTestOldApi()
586 rtc::scoped_ptr<SimulatedClock> fake_clock_;
727 fake_clock_(new SimulatedClock(0)) { in AcmReRegisterIsacMtTestOldApi()
853 rtc::scoped_ptr<SimulatedClock> fake_clock_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.h70 SimulatedClock clock_;
Dnada.h51 SimulatedClock clock_;
/external/webrtc/webrtc/video/
Doveruse_frame_detector_unittest.cc55 clock_.reset(new SimulatedClock(1234)); in SetUp()
108 rtc::scoped_ptr<SimulatedClock> clock_;
Dcall_stats_unittest.cc39 SimulatedClock fake_clock_;
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_rtp_play.cc50 webrtc::SimulatedClock clock(0); in RtpPlay()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp_play.cc45 webrtc::SimulatedClock clock(0); in main()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.h210 SimulatedClock clock_; // Time at the receiver.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.h60 SimulatedClock clock_;
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc141 SimulatedClock fake_clock;
Dtest_api.cc110 SimulatedClock fake_clock_;

12