HomeSort by relevance Sort by last modified time
    Searched full:underuse_threshold (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 877 int underuse_threshold = 0; local
879 if (!options.cpu_underuse_threshold.Get(&underuse_threshold) ||
883 if (underuse_threshold <= 0 || overuse_threshold <= 0) {
893 overuse_options->low_encode_usage_threshold_percent = underuse_threshold;
910 static_cast<float>(underuse_threshold);
    [all...]

Completed in 169 milliseconds