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

  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 503 virtual void SuspendBelowMinBitrate() = 0;
505 // Returns true if SuspendBelowMinBitrate is engaged and the video has been
  /external/webrtc/webrtc/modules/video_coding/
media_optimization_unittest.cc 60 media_opt_.SuspendBelowMinBitrate(kThresholdBps, kWindowBps);
video_sender.cc 334 void VideoSender::SuspendBelowMinBitrate() {
345 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps);
media_optimization.h 72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);
video_coding_impl.cc 170 void SuspendBelowMinBitrate() override {
171 return sender_.SuspendBelowMinBitrate();
video_coding_impl.h 94 void SuspendBelowMinBitrate();
media_optimization.cc 401 void MediaOptimization::SuspendBelowMinBitrate(int threshold_bps,
613 // Check conditions for SuspendBelowMinBitrate. |video_target_bitrate_| is in
  /external/webrtc/webrtc/video/
vie_encoder.h 135 void SuspendBelowMinBitrate();
vie_encoder.cc 606 void ViEEncoder::SuspendBelowMinBitrate() {
607 vcm_->SuspendBelowMinBitrate();
video_send_stream.cc 233 vie_encoder_->SuspendBelowMinBitrate();
video_send_stream_tests.cc 755 TEST_F(VideoSendStreamTest, SuspendBelowMinBitrate) {
    [all...]

Completed in 107 milliseconds