Home
last modified time | relevance | path

Searched defs:sample_width (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/brillo_RecordingAudioTest/
Dbrillo_RecordingAudioTest.py67 def test_recording(self, fb_query, recording_method, sample_width, argument
108 sample_width=_DEFAULT_SAMPLE_WIDTH, argument
/external/autotest/server/site_tests/brillo_PlaybackAudioTest/
Dbrillo_PlaybackAudioTest.py64 def test_playback(self, fb_query, playback_cmd, sample_width, sample_rate, argument
90 sample_width=_DEFAULT_SAMPLE_WIDTH, argument
/external/autotest/server/brillo/feedback/
Dclosed_loop_audio_client.py57 def _max_volume(sample_width): argument
229 sample_width=_DEFAULT_SAMPLE_WIDTH, argument
450 def _validate_impl(self, captured_audio_file, sample_width, argument
/external/autotest/site_utils/tester_feedback/
Daudio_query_delegate_impl.py182 def _validate_impl(self, captured_audio_file, sample_width, argument
/external/kernel-headers/original/uapi/sound/
Dsb16_csp.h79 int sample_width; /* sample width, look above */ member
/external/autotest/client/common_lib/
Dsite_utils.py738 sample_width=None): argument
/external/skia/src/core/
DSkScalerContext.cpp258 const int sample_width = src.width(); in pack4xHToLCD16() local