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

  /external/autotest/client/cros/audio/
sox_utils.py 143 def stat_cmd(input, channels=1, bits=16, rate=44100): function
160 """A helper function to execute the stat_cmd.
165 p = cmd_utils.popen(stat_cmd(*args, **kargs), stderr=subprocess.PIPE)
191 """A helper function to parses the stat_cmd's output to get a python object
audio_helper.py 318 stat_cmd = '%s -c 1 %s - -n stat 2>&1' % (SOX_PATH, sox_format)
319 sox_cmd = '%s | %s' % (sox_mixer_cmd, stat_cmd)
505 sox_utils.stat_cmd('-', channels=1, bits=bits, rate=rate),
    [all...]

Completed in 115 milliseconds