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

  /external/webrtc/webrtc/video/
overuse_frame_detector.h 45 min_process_count(3),
54 int min_process_count; // The number of initial process times required before member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector_unittest.cc 57 options_.min_process_count = 0;
150 options_.min_process_count = 1;
overuse_frame_detector.cc 297 if (num_process_times_ <= options_.min_process_count)

Completed in 50 milliseconds