OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_options_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
604
video_options_
.disable_prerenderer_smoothing =
658
video_options_
.dscp = rtc::Optional<bool>(value);
667
video_options_
.suspend_below_min_bitrate = rtc::Optional<bool>(value);
672
&
video_options_
.screencast_min_bitrate);
677
&
video_options_
.cpu_underuse_threshold);
680
&
video_options_
.cpu_overuse_threshold);
683
&
video_options_
.cpu_overuse_detection);
686
&
video_options_
.cpu_overuse_encode_usage);
689
&
video_options_
.cpu_underuse_encode_rsd_threshold);
692
&
video_options_
.cpu_overuse_encode_rsd_threshold)
[
all
...]
webrtcsession.h
510
cricket::VideoOptions
video_options_
;
member in class:webrtc::WebRtcSession
Completed in 241 milliseconds