HomeSort by relevance Sort by last modified time
    Searched refs:bits_src (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/audio/
sox_utils.py 220 def convert_raw_file(path_src, channels_src, bits_src, rate_src,
226 @param bits_src: The size of sample in bits of the source file.
233 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
239 def convert_format(path_src, channels_src, bits_src, rate_src,
246 @param bits_src: The size of sample in bits of the source file.
265 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
278 def lowpass_filter(path_src, channels_src, bits_src, rate_src,
284 @param bits_src: The size of sample in bits of the source file.
293 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
295 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src
    [all...]
audio_test_data.py 104 bits_src = None
109 bits_src = audio_data.SAMPLE_FORMATS[
120 bits_src=bits_src,
  /external/autotest/client/cros/chameleon/
audio_widget.py 134 bits_src=self._sample_size_bits,

Completed in 862 milliseconds