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.py13 def _raw_format_args(channels, bits, rate): function
62 args += _raw_format_args(channels, bits, rate)
95 args += _raw_format_args(channels, bits, rate)
117 format_args = _raw_format_args(channels, bits, rate)
141 args += _raw_format_args(channels, bits, rate)
159 args += _raw_format_args(channels, bits, rate)
238 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
270 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
275 sox_cmd += _raw_format_args(channels_dst, bits_dst, rate_dst)
298 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
[all …]