OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_overuse_detection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
317
cpu_overuse_detection
.SetFrom(change.
cpu_overuse_detection
);
353
cpu_overuse_detection
== o.
cpu_overuse_detection
&&
392
ost << ToStringIfSet("cpu overuse detection",
cpu_overuse_detection
);
445
Settable<bool>
cpu_overuse_detection
;
member in struct:cricket::VideoOptions
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc
706
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
726
video_options.
cpu_overuse_detection
.IsSet() &&
727
(video_options.
cpu_overuse_detection
.GetWithDefaultIfUnset(false) !=
728
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
735
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false));
748
bool
cpu_overuse_detection
=
local
749
video_options_.
cpu_overuse_detection
.GetWithDefaultIfUnset(false);
755
video_options_.
cpu_overuse_detection
.IsSet()) {
756
video_adapter->set_cpu_adaptation(cpu_adapt ||
cpu_overuse_detection
);
[
all
...]
Completed in 37 milliseconds