Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers_unittest.cc63 max_qp_(kDefaultQp), in ScreenshareLayerTest()
125 layers_->SetQpLimits(0, min_qp_, max_qp_); in ConfigureBitrates()
135 max_qp_ = max_qp; in WithQpLimits()
195 uint32_t max_qp_; member in webrtc::ScreenshareLayerTest
746 layers_->OnEncodeDone(0, timestamp_, 1, false, max_qp_, in TEST_F()
756 EXPECT_LT(cfg_.rc_max_quantizer, max_qp_); in TEST_F()
764 layers_->OnEncodeDone(0, timestamp_, frame_size_, false, max_qp_, in TEST_F()
771 EXPECT_LT(cfg_.rc_max_quantizer, max_qp_); in TEST_F()
775 layers_->OnEncodeDone(0, timestamp_, frame_size_, false, max_qp_, in TEST_F()
781 EXPECT_EQ(cfg_.rc_max_quantizer, max_qp_); in TEST_F()
Dscreenshare_layers.cc81 RTC_DCHECK_EQ(min_qp_.has_value(), max_qp_.has_value()); in SetQpLimits()
84 max_qp_ = max_qp; in SetQpLimits()
87 RTC_DCHECK_EQ(max_qp, max_qp_.value()); in SetQpLimits()
496 RTC_DCHECK(max_qp_.has_value()); in UpdateConfiguration()
519 const int max_qp = max_qp_.value(); in UpdateConfiguration()
560 unsigned int adjusted_max_qp = max_qp_.value(); // Set the normal max qp. in UpdateConfiguration()
Dscreenshare_layers.h95 absl::optional<int> max_qp_; variable
/external/webrtc/media/engine/
Dwebrtc_video_engine.h671 const int max_qp_; variable
Dwebrtc_video_engine.cc3378 max_qp_(max_qp), in EncoderStreamFactory()
3461 layer.max_qp = max_qp_; in CreateDefaultVideoStreams()
3500 encoder_config.bitrate_priority, max_qp_, in CreateSimulcastOrConfereceModeScreenshareStreams()