Home
last modified time | relevance | path

Searched defs:CpuOveruseOptions (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/video/adaptation/
Doveruse_frame_detector.h31 struct CpuOveruseOptions { struct
34 int low_encode_usage_threshold_percent; // Threshold for triggering underuse.
35 int high_encode_usage_threshold_percent; // Threshold for triggering overuse.
37 int frame_timeout_interval_ms; // The maximum allowed interval between two
39 int min_frame_samples; // The minimum number of frames required.
40 int min_process_count; // The number of initial process times required before
42 int high_threshold_consecutive_count; // The number of consecutive checks
46 int filter_time_ms; // Time constant for averaging
Doveruse_frame_detector.cc432 CpuOveruseOptions::CpuOveruseOptions() in CpuOveruseOptions() function in webrtc::CpuOveruseOptions