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

  /external/webrtc/webrtc/video/
overuse_frame_detector.h 44 min_frame_samples(120),
53 int min_frame_samples; // The minimum number of frames required. member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector.cc 87 if (count_ < static_cast<uint32_t>(options_.min_frame_samples)) {
overuse_frame_detector_unittest.cc 218 options_.min_frame_samples = 40;

Completed in 47 milliseconds