Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings_unittest.cc102 EXPECT_FALSE(settings_before.LibvpxVp8TrustedRateController()); in TEST()
109 EXPECT_TRUE(settings_after.LibvpxVp8TrustedRateController()); in TEST()
Drate_control_settings.h79 bool LibvpxVp8TrustedRateController() const;
Drate_control_settings.cc177 bool RateControlSettings::LibvpxVp8TrustedRateController() const { in LibvpxVp8TrustedRateController() function in webrtc::RateControlSettings
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1229 rate_control_settings_.LibvpxVp8TrustedRateController(); in GetEncoderInfo()