Home
last modified time | relevance | path

Searched refs:min_process_count (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Doveruse_frame_detector.h45 min_process_count(3), in CpuOveruseOptions()
54 int min_process_count; // The number of initial process times required before member
Doveruse_frame_detector_unittest.cc57 options_.min_process_count = 0; in SetUp()
150 options_.min_process_count = 1; in TEST_F()
Doveruse_frame_detector.cc297 if (num_process_times_ <= options_.min_process_count) in Process()