OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_overuse_detection
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
319
cpu_overuse_detection
.SetFrom(change.
cpu_overuse_detection
);
360
cpu_overuse_detection
== o.
cpu_overuse_detection
&&
405
ost << ToStringIfSet("cpu overuse detection",
cpu_overuse_detection
);
465
Settable<bool>
cpu_overuse_detection
;
member in struct:cricket::VideoOptions
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc
683
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
703
video_options.
cpu_overuse_detection
.IsSet() &&
704
(video_options.
cpu_overuse_detection
.GetWithDefaultIfUnset(false) !=
705
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
712
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
725
bool
cpu_overuse_detection
=
local
726
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false);
732
video_options_.
cpu_overuse_detection
.IsSet()) {
733
video_adapter->set_cpu_adaptation(cpu_adapt ||
cpu_overuse_detection
);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc
570
&video_options_.
cpu_overuse_detection
);
[
all
...]
Completed in 890 milliseconds