Searched defs:CpuOveruseOptions (Results 1 – 2 of 2) sorted by relevance
32 struct CpuOveruseOptions { struct35 int low_encode_usage_threshold_percent; // Threshold for triggering underuse.36 int high_encode_usage_threshold_percent; // Threshold for triggering overuse.38 int frame_timeout_interval_ms; // The maximum allowed interval between two40 int min_frame_samples; // The minimum number of frames required.41 int min_process_count; // The number of initial process times required before43 int high_threshold_consecutive_count; // The number of consecutive checks47 int filter_time_ms; // Time constant for averaging
432 CpuOveruseOptions::CpuOveruseOptions(const FieldTrialsView& field_trials) in CpuOveruseOptions() function in webrtc::CpuOveruseOptions