HomeSort by relevance Sort by last modified time
    Searched refs:path_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,
224 @param path_src: The path to the source file.
234 sox_cmd += [path_src]
239 def convert_format(path_src, channels_src, bits_src, rate_src,
244 @param path_src: The path to the source file.
267 sox_cmd += [path_src]
278 def lowpass_filter(path_src, channels_src, bits_src, rate_src,
282 @param path_src: The path to the source file.
294 sox_cmd += [path_src]
audio_test_data.py 117 path_src=self.path,
  /external/autotest/client/cros/chameleon/
audio_widget.py 118 path_src=file_path,

Completed in 109 milliseconds