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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 54 min_process_count(3),
75 int min_process_count; // The number of initial process times required before member in struct:webrtc::CpuOveruseOptions
95 min_process_count == o.min_process_count &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 59 options_.min_process_count = 0;
219 options_.min_process_count = 1;
overuse_frame_detector.cc 510 if (num_process_times_ <= options_.min_process_count) {

Completed in 163 milliseconds