Searched refs:SuspendBelowMinBitrate (Results 1 – 11 of 11) sorted by relevance
334 void VideoSender::SuspendBelowMinBitrate() { in SuspendBelowMinBitrate() function in webrtc::vcm::VideoSender345 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps); in SuspendBelowMinBitrate()
170 void SuspendBelowMinBitrate() override { in SuspendBelowMinBitrate() function in webrtc::__anonc28a8fb60111::VideoCodingModuleImpl171 return sender_.SuspendBelowMinBitrate(); in SuspendBelowMinBitrate()
60 media_opt_.SuspendBelowMinBitrate(kThresholdBps, kWindowBps); in TEST_F()
72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);
94 void SuspendBelowMinBitrate();
401 void MediaOptimization::SuspendBelowMinBitrate(int threshold_bps, in SuspendBelowMinBitrate() function in webrtc::media_optimization::MediaOptimization
135 void SuspendBelowMinBitrate();
606 void ViEEncoder::SuspendBelowMinBitrate() { in SuspendBelowMinBitrate() function in webrtc::ViEEncoder607 vcm_->SuspendBelowMinBitrate(); in SuspendBelowMinBitrate()
233 vie_encoder_->SuspendBelowMinBitrate(); in VideoSendStream()
755 TEST_F(VideoSendStreamTest, SuspendBelowMinBitrate) { in TEST_F() argument
503 virtual void SuspendBelowMinBitrate() = 0;