Searched defs:video_options_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.h359 cricket::VideoOptions video_options_; member in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc706 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
728 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
729 // Use video_options_.SetAll() instead of assignment so that unset value in
731 video_options_.SetAll(video_options);
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);
754 if (video_options_.adapt_input_to_cpu_usage.IsSet() ||
755 video_options_.cpu_overuse_detection.IsSet()) {
758 if (video_options_
849 VideoOptions video_options_; member in class:cricket::WebRtcVideoChannelSendInfo
[all...]

Completed in 112 milliseconds