Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc79 const int bitrate_difference = LatestEstimate() - incoming_bitrate_bps; in TimeToReduceFurther() local
80 return bitrate_difference > threshold; in TimeToReduceFurther()