OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_system_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h
156
void set_high_system_threshold(float
high_system_threshold
);
157
float
high_system_threshold
() const { return high_system_threshold_; }
function in class:cricket::CoordinatedVideoAdapter
videoadapter.cc
522
float
high_system_threshold
) {
523
ASSERT(
high_system_threshold
<= 1.0f);
524
ASSERT(
high_system_threshold
>= 0.0f);
525
if (high_system_threshold_ !=
high_system_threshold
) {
527
<< high_system_threshold_ << " to " <<
high_system_threshold
;
local
528
high_system_threshold_ =
high_system_threshold
;
Completed in 81 milliseconds