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
33 args += _raw_format_args(channels, bits, rate)
59 args += _raw_format_args(channels, bits, rate)
81 format_args = _raw_format_args(channels, bits, rate)
105 args += _raw_format_args(channels, bits, rate)
123 args += _raw_format_args(channels, bits, rate)
202 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
227 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
230 sox_cmd += _raw_format_args(channels_dst, bits_dst, rate_dst)
250 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
[all …]