Home
last modified time | relevance | path

Searched refs:capacity_bps (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc134 void StreamGenerator::set_capacity_bps(int capacity_bps) { in set_capacity_bps() argument
135 ASSERT_GT(capacity_bps, 0); in set_capacity_bps()
136 capacity_ = capacity_bps; in set_capacity_bps()
Dremote_bitrate_estimator_unittest_helper.h119 void set_capacity_bps(int capacity_bps);