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

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
clock.h 54 class SimulatedClock : public Clock {
56 explicit SimulatedClock(int64_t initial_time_us);
58 virtual ~SimulatedClock();
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 267 SimulatedClock::SimulatedClock(int64_t initial_time_us)
271 SimulatedClock::~SimulatedClock() {
274 int64_t SimulatedClock::TimeInMilliseconds() const {
279 int64_t SimulatedClock::TimeInMicroseconds() const {
284 void SimulatedClock::CurrentNtp(uint32_t& seconds, uint32_t& fractions) const {
291 int64_t SimulatedClock::CurrentNtpInMilliseconds() const {
295 void SimulatedClock::AdvanceTimeMilliseconds(int64_t milliseconds) {
299 void SimulatedClock::AdvanceTimeMicroseconds(int64_t microseconds)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.h 34 class SimulatedClock;
40 webrtc::SimulatedClock* clock);
52 webrtc::SimulatedClock* _clock;
video_rtp_play.cc 49 webrtc::SimulatedClock clock(0);
normal_test.cc 33 SimulatedClock sim_clock(0);
34 SimulatedClock* clock = &sim_clock;
325 static_cast<SimulatedClock*>(_clock)->AdvanceTimeMilliseconds(framePeriod);
quality_modes_test.cc 33 SimulatedClock clock(0);
372 static_cast<SimulatedClock*>(_clock)->AdvanceTimeMilliseconds(
generic_codec_test.cc 29 SimulatedClock clock(0);
45 SimulatedClock* clock):
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 80 SimulatedClock local_clock_;
81 SimulatedClock remote_clock_;
rtp_rtcp_impl_unittest.cc 55 void SimulateNetworkDelay(uint32_t delay_ms, SimulatedClock* clock) {
72 SimulatedClock* clock_;
78 RtpRtcpModule(SimulatedClock* clock)
129 SimulatedClock clock_;
rtp_packet_history_unittest.cc 32 SimulatedClock fake_clock_;
nack_rtx_unittest.cc 293 SimulatedClock fake_clock;
receive_statistics_unittest.cc 38 SimulatedClock clock_;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
insert_packet_with_timing.cc 58 : sender_clock_(new SimulatedClock(0)),
59 receiver_clock_(new SimulatedClock(0)),
249 SimulatedClock* sender_clock_;
250 SimulatedClock* receiver_clock_;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization_unittest.cc 46 SimulatedClock clock_;
timing_unittest.cc 28 SimulatedClock clock(0);
129 SimulatedClock clock(0);
receiver_unittest.cc 32 : clock_(new SimulatedClock(0)),
92 scoped_ptr<SimulatedClock> clock_;
video_coding_robustness_unittest.cc 36 clock_.reset(new SimulatedClock(0));
83 scoped_ptr<SimulatedClock> clock_;
video_receiver_unittest.cc 77 SimulatedClock clock_;
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 203 SimulatedClock clock_; // Time at the receiver.
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 56 webrtc::SimulatedClock clock(0);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 54 SimulatedClock fake_clock;
test_api_video.cc 141 SimulatedClock fake_clock;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 300 fake_clock_(new SimulatedClock(0)) {
409 scoped_ptr<SimulatedClock> fake_clock_;
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 53 clock_.reset(new SimulatedClock(1234));
164 scoped_ptr<SimulatedClock> clock_;
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 145 SimulatedClock clock_;

Completed in 235 milliseconds

1 2