Home
last modified time | relevance | path

Searched refs:video_options_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc557 video_options_.dscp.Set(value); in Initialize()
566 video_options_.suspend_below_min_bitrate.Set(value); in Initialize()
571 &video_options_.screencast_min_bitrate); in Initialize()
576 &video_options_.cpu_underuse_threshold); in Initialize()
579 &video_options_.cpu_overuse_threshold); in Initialize()
582 &video_options_.cpu_overuse_detection); in Initialize()
585 &video_options_.cpu_overuse_encode_usage); in Initialize()
588 &video_options_.cpu_underuse_encode_rsd_threshold); in Initialize()
591 &video_options_.cpu_overuse_encode_rsd_threshold); in Initialize()
596 &video_options_.use_payload_padding); in Initialize()
[all …]
Dwebrtcsession.h359 cricket::VideoOptions video_options_; variable
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc706 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false)); in set_video_capturer()
728 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false)); in ApplyCpuOptions()
731 video_options_.SetAll(video_options); in ApplyCpuOptions()
735 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false)); in ApplyCpuOptions()
747 video_options_.adapt_input_to_cpu_usage.GetWithDefaultIfUnset(false); in UpdateAdapterCpuOptions()
749 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false); in UpdateAdapterCpuOptions()
754 if (video_options_.adapt_input_to_cpu_usage.IsSet() || in UpdateAdapterCpuOptions()
755 video_options_.cpu_overuse_detection.IsSet()) { in UpdateAdapterCpuOptions()
758 if (video_options_.adapt_cpu_with_smoothing.Get(&cpu_smoothing)) { in UpdateAdapterCpuOptions()
761 if (video_options_.process_adaptation_threshhold.Get(&med)) { in UpdateAdapterCpuOptions()
[all …]