HomeSort by relevance Sort by last modified time
    Searched refs:cpu_overuse_detection (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/base/
mediachannel.h 253 SetFrom(&cpu_overuse_detection, change.cpu_overuse_detection);
284 cpu_overuse_detection == o.cpu_overuse_detection &&
314 ost << ToStringIfSet("cpu overuse detection", cpu_overuse_detection);
351 rtc::Optional<bool> cpu_overuse_detection; member in struct:cricket::VideoOptions
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 627 if (options_.cpu_overuse_detection)
628 signal_cpu_adaptation_ = *options_.cpu_overuse_detection;
636 options_.cpu_overuse_detection = rtc::Optional<bool>(true);
    [all...]
webrtcvideoengine2_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 683 &video_options_.cpu_overuse_detection);
    [all...]

Completed in 110 milliseconds