HomeSort by relevance Sort by last modified time
    Searched refs:next_frame_rand_ms_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 686 next_frame_rand_ms_(0),
699 return next_frame_ms_ + next_frame_rand_ms_ - now_ms_;
717 next_frame_rand_ms_ = kRandAmplitude * (random_.Rand<float>() - 0.5);
721 std::max<int64_t>(next_frame_ms_ + next_frame_rand_ms_, 0);
bwe_test_framework.h 423 int64_t next_frame_rand_ms_; member in class:webrtc::testing::bwe::VideoSource

Completed in 2710 milliseconds