Searched defs:stat_cmd (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/audio/
H A Dsox_utils.py112 def stat_cmd(input, channels=1, bits=16, rate=44100): function
129 """A helper function to execute the stat_cmd.
134 p = cmd_utils.popen(stat_cmd(*args, **kargs), stderr=cmd_utils.PIPE)
160 """A helper function to parses the stat_cmd's output to get a python object

Completed in 79 milliseconds