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
59 args += _raw_format_args(channels, bits, rate)
90 args += _raw_format_args(channels, bits, rate)
112 format_args = _raw_format_args(channels, bits, rate)
136 args += _raw_format_args(channels, bits, rate)
154 args += _raw_format_args(channels, bits, rate)
233 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
265 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
270 sox_cmd += _raw_format_args(channels_dst, bits_dst, rate_dst)
293 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
[all …]