OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_output
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
accessibility_ChromeVoxSound.py
69
stat_output
= sox_utils.get_stat(self._loopback_file)
70
logging.info(
stat_output
)
71
return vars(
stat_output
)['rms']
/external/autotest/client/cros/audio/
sox_utils.py
137
stat_output
= p.stderr.read()
139
return parse_stat_output(
stat_output
)
159
def parse_stat_output(
stat_output
):
169
@param
stat_output
: The statistics ouput to be parsed.
173
for line in
stat_output
.splitlines():
183
logging.error('
stat_output
: %s',
stat_output
)
audio_helper.py
499
stat_output
= p2.stderr.read()
501
return sox_utils.parse_stat_output(
stat_output
)
[
all
...]
Completed in 555 milliseconds