HomeSort by relevance Sort by last modified time
    Searched full:receive_time_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/video/
stream_synchronization_unittest.cc 74 receive_time_ = new Time(kReceiveTimeOffsetMs);
82 delete receive_time_;
108 receive_time_->IncreaseTimeMs(100);
112 receive_time_->IncreaseTimeMs(900);
116 receive_time_->IncreaseTimeMs(100);
120 receive_time_->IncreaseTimeMs(900);
130 receive_time_->IncreaseTimeMs(video_delay_ms);
131 video.latest_receive_time_ms = receive_time_->time_now_ms();
132 receive_time_->IncreaseTimeMs(audio_delay_ms - video_delay_ms);
133 audio.latest_receive_time_ms = receive_time_->time_now_ms()
346 Time* receive_time_; \/\/ The simulated clock at the receiver. member in class:webrtc::StreamSynchronizationTest
    [all...]

Completed in 79 milliseconds