OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOWNGRADE
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/base/
videoadapter.cc
42
static const int kMaxCpuDowngrades = 2; //
Downgrade
at most 2 times for CPU.
380
// Helper function to UPGRADE or
DOWNGRADE
a number of pixels
385
case CoordinatedVideoAdapter::
DOWNGRADE
:
400
// the load is low,
DOWNGRADE
if the load is high, and KEEP otherwise.
404
//
Downgrade
if system is high and plugin is at least more than midrange.
407
return CoordinatedVideoAdapter::
DOWNGRADE
;
501
if (
DOWNGRADE
!= request && view_switch_ && !changed) {
507
<< (
DOWNGRADE
== request ? "down" :
523
case
DOWNGRADE
:
528
LOG(LS_VERBOSE) << "VAdapt CPU load high but do not
downgrade
"
[
all
...]
videoadapter.h
104
enum AdaptRequest { UPGRADE, KEEP,
DOWNGRADE
};
videoadapter_unittest.cc
437
// Encoder resolution request:
downgrade
with different size. Adapt nothing.
439
CoordinatedVideoAdapter::
DOWNGRADE
);
443
// Encoder resolution request:
downgrade
.
445
CoordinatedVideoAdapter::
DOWNGRADE
);
449
// Encoder resolution request:
downgrade
. But GD off. Adapt nothing.
452
CoordinatedVideoAdapter::
DOWNGRADE
);
457
// Encoder resolution request:
downgrade
.
459
CoordinatedVideoAdapter::
DOWNGRADE
);
564
// Process load is medium, but system load is high.
Downgrade
.
582
// Process load is medium, but system load is high.
Downgrade
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
[
all
...]
Completed in 61 milliseconds