Home
last modified time | relevance | path

Searched refs:frequency (Results 1 – 3 of 3) sorted by relevance

/toolchain/benchmark/
Dautotest.diff562 +# Set device modes such as cpu frequency
594 + print('Setting frequency on the device...')
595 + frequency = os.getenv('FREQUENCY')
612 + # Check if the frequency user entered is legal or not.
618 + if frequency not in available_freq_list:
623 + # Set frequency
625 + % (frequency, freq_path))
627 + % (frequency, freq_path))
629 + # Sleep for 2 seconds, let device update the frequency.
632 + # Get current frequency
[all …]
Drun.py191 def set_device(serials, remote, frequency): argument
198 setting_cmd.append('-q=' + str(frequency))
409 frequency = arguments.frequency
420 set_device(serials, remote, frequency)
Dpanorama.diff24193 + * It removes the high frequency motion and keep the low frequency motion
24249 + * Returns the current low frequency motion parameters.
24253 + * Returns the inverse of the current low frequency motion parameters.