Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Dsox_utils.py12 def _raw_format_args(channels, bits, rate): function
58 args += _raw_format_args(channels, bits, rate)
89 args += _raw_format_args(channels, bits, rate)
111 format_args = _raw_format_args(channels, bits, rate)
135 args += _raw_format_args(channels, bits, rate)
153 args += _raw_format_args(channels, bits, rate)
232 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
264 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
269 sox_cmd += _raw_format_args(channels_dst, bits_dst, rate_dst)
292 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
[all …]