Home
last modified time | relevance | path

Searched defs:audio_params (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py72 def write_record_file(self, audio_params, frames): argument
98 def __init__(self, ad, audio_params): argument
149 def __init__(self, audio_params): argument
Daudio_test_utils.py35 def get_audio_capture_device(ad, audio_params): argument
70 def __init__(self, path, audio_params=None): argument
Dcoex_test_utils.py1038 def push_music_to_android_device(ad, audio_params): argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py27 def convert_pcm_to_wav(pcm_file_path, wave_file_path, audio_params): argument
187 def write_record_file(file_name, audio_params, frames): argument
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_utility_win.cc636 AudioParameters audio_params(sample_rate, channels, frames_per_buffer); in GetPreferredAudioParametersInternal() local