Home
last modified time | relevance | path

Searched refs:start_threshold (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/uvoice/audio/hal/linux/
A Duvoice_pcm.c24 snd_pcm_uframes_t start_threshold; in alsa_pcm_open() local
206 start_threshold = buffer_size; in alsa_pcm_open()
207 ret = snd_pcm_sw_params_set_start_threshold(pcm_handle, sw_params, start_threshold); in alsa_pcm_open()
219 ret = snd_pcm_sw_params_get_start_threshold(sw_params, &start_threshold); in alsa_pcm_open()
224 snd_info("start_threshold %lu\n", start_threshold); in alsa_pcm_open()
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h111 aos_pcm_uframes_t start_threshold; /*< min hw_avail frames for automatic start */ member

Completed in 4 milliseconds