Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector.h32 struct CpuOveruseOptions { struct
35 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 two
40 int min_frame_samples; // The minimum number of frames required.
41 int min_process_count; // The number of initial process times required before
43 int high_threshold_consecutive_count; // The number of consecutive checks
47 int filter_time_ms; // Time constant for averaging
H A Doveruse_frame_detector.cc432 CpuOveruseOptions::CpuOveruseOptions(const FieldTrialsView& field_trials) in CpuOveruseOptions() function in webrtc::CpuOveruseOptions