Home
last modified time | relevance | path

Searched refs:target_freq (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh521 local target_freq res=0
524 target_freq=100
527 target_freq=1
530 target_freq=${CPU_SET_MAX_FREQ%?}
540 log INFO "Setting intel_pstate max perf to %s" "${target_freq}%"
541 printf "%s" "${target_freq}" > "${pstate_info}"
552 target_freq=$(compute_cpu_freq_set "${CPU_SET_MAX_FREQ}")
553 [ -z "${target_freq}" ] && { res=$?; continue; }
555 log INFO "Setting CPU%s max scaling freq to %s Hz" ${cpu_index} "${target_freq}"
558 printf "%s" ${target_freq} >
[all...]
/third_party/alsa-utils/bat/
H A Dbat.c122 bat->target_freq[1] = bat->target_freq[0] = atof(optarg); in get_sine_frequencies()
125 bat->target_freq[0] = atof(optarg); in get_sine_frequencies()
126 bat->target_freq[1] = atof(tmp1 + 1); in get_sine_frequencies()
361 bat->target_freq[0] = 997.0; in set_defaults()
362 bat->target_freq[1] = 997.0; in set_defaults()
527 if (bat->target_freq[c] < freq_low in validate_options()
528 || bat->target_freq[c] > freq_high) { in validate_options()
H A Danalyze.c71 float delta_rate = DELTA_RATE * bat->target_freq[channel]; in check_peak()
85 } else if (hz_peak < bat->target_freq[channel] - tolerance) { in check_peak()
89 } else if (hz_peak > bat->target_freq[channel] + tolerance) { in check_peak()
294 float freq = bat->target_freq[channel]; in calculate_noise()
487 bat->target_freq[c]); in analyze_capture()
H A Dsignal.c164 if (sg[c].frequency != bat->target_freq[c]) in generate_sine_wave()
165 sin_generator_init(&sg[c], 1.0, bat->target_freq[c], in generate_sine_wave()
H A Dcommon.h76 /* tolerance of detected peak = max (DELTA_HZ, DELTA_RATE * target_freq).
227 float target_freq[MAX_CHANNELS]; member

Completed in 4 milliseconds