Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc604 video_options_.disable_prerenderer_smoothing = in Initialize()
658 video_options_.dscp = rtc::Optional<bool>(value); in Initialize()
667 video_options_.suspend_below_min_bitrate = rtc::Optional<bool>(value); in Initialize()
672 &video_options_.screencast_min_bitrate); in Initialize()
677 &video_options_.cpu_underuse_threshold); in Initialize()
680 &video_options_.cpu_overuse_threshold); in Initialize()
683 &video_options_.cpu_overuse_detection); in Initialize()
686 &video_options_.cpu_overuse_encode_usage); in Initialize()
689 &video_options_.cpu_underuse_encode_rsd_threshold); in Initialize()
692 &video_options_.cpu_overuse_encode_rsd_threshold); in Initialize()
[all …]
Dwebrtcsession.h510 cricket::VideoOptions video_options_; variable