Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.h44 min_frame_samples(120), in CpuOveruseOptions()
53 int min_frame_samples; // The minimum number of frames required. member
Doveruse_frame_detector.cc87 if (count_ < static_cast<uint32_t>(options_.min_frame_samples)) { in Value()
Doveruse_frame_detector_unittest.cc218 options_.min_frame_samples = 40; in TEST_F()