Searched refs:GetWithDefaultIfUnset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc706 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
727 (video_options.cpu_overuse_detection.GetWithDefaultIfUnset(false) !=
728 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
735 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
747 video_options_.adapt_input_to_cpu_usage.GetWithDefaultIfUnset(false);
749 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false);
888 options.cpu_overuse_encode_usage.GetWithDefaultIfUnset(false);
2971 original.conference_mode.GetWithDefaultIfUnset(false) &&
2972 !options.conference_mode.GetWithDefaultIfUnset(false));
3302 options_.unsignalled_recv_stream_limit.GetWithDefaultIfUnset(
[all...]
H A Dwebrtcvideoengine.h412 return options_.conference_mode.GetWithDefaultIfUnset(false);
H A Dwebrtcvoiceengine.h425 return options_.conference_mode.GetWithDefaultIfUnset(false);
H A Dwebrtcvoiceengine.cc836 options.tx_agc_target_dbov.GetWithDefaultIfUnset(
839 options.tx_agc_digital_compression_gain.GetWithDefaultIfUnset(
842 options.tx_agc_limiter.GetWithDefaultIfUnset(
1915 options.rx_agc_target_dbov.GetWithDefaultIfUnset(
1918 options.rx_agc_digital_compression_gain.GetWithDefaultIfUnset(
1920 config.limiterEnable = options.rx_agc_limiter.GetWithDefaultIfUnset(
1931 if (options_.dscp.GetWithDefaultIfUnset(false))
3694 if (options_.combined_audio_video_bwe.GetWithDefaultIfUnset(false) &&
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc562 video_options.unsignalled_recv_stream_limit.GetWithDefaultIfUnset(-1));
3343 EXPECT_TRUE(audio_options.dscp.GetWithDefaultIfUnset(false));
3345 EXPECT_TRUE(video_options.dscp.GetWithDefaultIfUnset(false));
3365 video_options.suspend_below_min_bitrate.GetWithDefaultIfUnset(false));
3394 audio_options.combined_audio_video_bwe.GetWithDefaultIfUnset(false));
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediachannel.h83 T GetWithDefaultIfUnset(const T& default_value) const { function in class:cricket::Settable

Completed in 88 milliseconds