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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 36 : fps_(fps),
44 assert(fps_ > 0);
59 size_t bits_per_frame = (bitrate_bps_ + fps_ / 2) / fps_;
72 next_rtp_time_ = time_now_us + (1000000 + fps_ / 2) / fps_;
remote_bitrate_estimator_unittest_helper.h 95 int fps_; member in class:webrtc::testing::RtpStream

Completed in 185 milliseconds