Home
last modified time | relevance | path

Searched refs:has_trusted_rate_controller (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_encoder.cc99 has_trusted_rate_controller(false), in EncoderInfo()
130 << has_trusted_rate_controller in ToString()
192 has_trusted_rate_controller != rhs.has_trusted_rate_controller || in operator ==()
Dvideo_encoder.h197 bool has_trusted_rate_controller; member
/external/webrtc/media/engine/
Dencoder_simulcast_proxy_unittest.cc146 info.has_trusted_rate_controller = true; in TEST()
150 simulcast_enabled_proxy.GetEncoderInfo().has_trusted_rate_controller); in TEST()
Dsimulcast_encoder_adapter.cc663 encoder_info.has_trusted_rate_controller = in GetEncoderInfo()
664 encoder_impl_info.has_trusted_rate_controller; in GetEncoderInfo()
677 encoder_info.has_trusted_rate_controller &= in GetEncoderInfo()
678 encoder_impl_info.has_trusted_rate_controller; in GetEncoderInfo()
Dsimulcast_encoder_adapter_unittest.cc237 info.has_trusted_rate_controller = has_trusted_rate_controller_; in GetEncoderInfo()
1213 EXPECT_FALSE(adapter_->GetEncoderInfo().has_trusted_rate_controller); in TEST_F()
1224 EXPECT_TRUE(adapter_->GetEncoderInfo().has_trusted_rate_controller); in TEST_F()
1229 EXPECT_FALSE(adapter_->GetEncoderInfo().has_trusted_rate_controller); in TEST_F()
1235 EXPECT_FALSE(adapter_->GetEncoderInfo().has_trusted_rate_controller); in TEST_F()
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_software_fallback_wrapper_unittest.cc64 info.has_trusted_rate_controller = trusted_rate_controller; in GetEncoderInfoWithTrustedRateController()
704 EXPECT_FALSE(wrapper->GetEncoderInfo().has_trusted_rate_controller); in TEST()
719 EXPECT_FALSE(wrapper->GetEncoderInfo().has_trusted_rate_controller); in TEST()
734 EXPECT_TRUE(wrapper->GetEncoderInfo().has_trusted_rate_controller); in TEST()
749 EXPECT_FALSE(wrapper->GetEncoderInfo().has_trusted_rate_controller); in TEST()
764 EXPECT_TRUE(wrapper->GetEncoderInfo().has_trusted_rate_controller); in TEST()
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_encoder.cc597 info.has_trusted_rate_controller = true; in GetEncoderInfo()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1228 info.has_trusted_rate_controller = in GetEncoderInfo()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1586 info.has_trusted_rate_controller = trusted_rate_controller_; in GetEncoderInfo()
/external/webrtc/video/
Dvideo_stream_encoder.cc1279 !encoder_info_.has_trusted_rate_controller; in MaybeEncodeVideoFrame()
Dvideo_quality_test.cc233 info.has_trusted_rate_controller = false; in GetEncoderInfo()