Searched refs:window_bps (Results 1 – 3 of 3) sorted by relevance
402 int window_bps) { in SuspendBelowMinBitrate() argument404 assert(threshold_bps > 0 && window_bps >= 0); in SuspendBelowMinBitrate()406 suspension_window_bps_ = window_bps; in SuspendBelowMinBitrate()
344 int window_bps = std::max(threshold_bps / 10, 10000); in SuspendBelowMinBitrate() local345 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps); in SuspendBelowMinBitrate()
72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);