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

/external/autotest/client/site_tests/audio_AlsaLoopback/
H A Daudio_AlsaLoopback.py8 from autotest_lib.client.cros.audio import audio_helper namespace
15 class audio_AlsaLoopback(audio_helper.alsa_rms_test):
43 rms_value = audio_helper.reduce_noise_and_get_rms(
/external/autotest/client/site_tests/audio_CrasLoopback/
H A Daudio_CrasLoopback.py9 from autotest_lib.client.cros.audio import audio_helper namespace
16 class audio_CrasLoopback(audio_helper.cras_rms_test):
53 rms_value = audio_helper.reduce_noise_and_get_rms(
/external/autotest/client/site_tests/audio_LoopbackLatency/
H A Daudio_LoopbackLatency.py9 from autotest_lib.client.cros.audio import audio_helper namespace
40 audio_helper.set_volume_levels(self._volume_level, self._capture_gain)
47 result = audio_helper.loopback_latency_check(n=_NOISE_THRESHOLD)
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
H A Ddesktopui_MediaAudioFeedback.py11 from autotest_lib.client.cros.audio import audio_helper namespace
17 class desktopui_MediaAudioFeedback(audio_helper.chrome_rms_test):
63 loopback_stats = [audio_helper.get_channel_sox_stat(
70 rms = audio_helper.get_rms(reduced_file.name)[0]
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
H A Dpolicy_PluginsAllowedForUrls.py10 from autotest_lib.client.cros.audio import audio_helper namespace
124 audio_helper.set_volume_levels(10, 100)
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
H A Dpolicy_PluginsBlockedForUrls.py10 from autotest_lib.client.cros.audio import audio_helper namespace
124 audio_helper.set_volume_levels(10, 100)
/external/autotest/client/site_tests/audio_CRASFormatConversion/
H A Daudio_CRASFormatConversion.py12 from autotest_lib.client.cros.audio import audio_helper namespace
21 class audio_CRASFormatConversion(audio_helper.cras_rms_test):
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
H A Daudio_SeekAudioFeedback.py11 from autotest_lib.client.cros.audio import audio_helper namespace
20 class audio_SeekAudioFeedback(audio_helper.chrome_rms_test):
66 loopback_stats = [audio_helper.get_channel_sox_stat(
73 rms = audio_helper.get_rms(reduced_file.name)[0]
/external/autotest/client/site_tests/desktopui_AudioFeedback/
H A Ddesktopui_AudioFeedback.py11 from autotest_lib.client.cros.audio import audio_helper namespace
18 class desktopui_AudioFeedback(audio_helper.chrome_rms_test):
75 loopback_stats = [audio_helper.get_channel_sox_stat(
78 rms_value = audio_helper.reduce_noise_and_get_rms(
/external/autotest/client/site_tests/power_AudioDetector/
H A Dpower_AudioDetector.py16 from autotest_lib.client.cros.audio import audio_helper namespace
37 audio_helper.set_volume_levels(10, 100)
109 audio_helper.play_sound(duration_seconds=loop_time)
/external/autotest/client/cros/chameleon/
H A Dchameleon_audio_helper.py10 from autotest_lib.client.cros.audio import audio_helper namespace
H A Daudio_test_utils.py22 from autotest_lib.client.cros.audio import audio_helper namespace
676 Refer to audio_helper.compare_data for details of comparison.
685 audio_helper.compare_data_correlation(
/external/autotest/client/cros/multimedia/
H A Daudio_facade_native.py15 from autotest_lib.client.cros.audio import audio_helper namespace
318 f.write(audio_helper.get_audio_diagnostics())
/external/autotest/client/site_tests/power_LoadTest/
H A Dpower_LoadTest.py16 from autotest_lib.client.cros.audio import audio_helper namespace
307 audio_helper.set_volume_levels(self._volume_level,

Completed in 1020 milliseconds