Searched refs:buffer_frames (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/test/ |
| A D | tt-aw-alsa-lib.c | 150 snd_pcm_uframes_t period_frames, buffer_frames; member 159 .buffer_frames = 4096, 225 snd_pcm_uframes_t period_frames, buffer_frames; in hw_params_test() local 256 if (g_hw_params.buffer_frames != 0) in hw_params_test() 356 g_hw_params.buffer_frames = 0; in hw_params_period_size() 361 g_hw_params.buffer_frames = buffer_frames_bak; in hw_params_period_size() 376 g_hw_params.buffer_frames = 0; in hw_params_period_time() 381 g_hw_params.buffer_frames = buffer_frames_bak; in hw_params_period_time() 396 hw_params_test_detail(buffer_frames); in hw_params_buffer_size() 398 g_hw_params.buffer_frames = buffer_frames_bak; in hw_params_buffer_size() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | aduplex.c | 377 snd_pcm_uframes_t period_frames = 1024, buffer_frames = 4096; in arecord() local 394 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in arecord() 436 snd_pcm_uframes_t period_frames = 1024, buffer_frames = 4096; in aplay() local 446 printf("buffer_size: %lu\n", buffer_frames); in aplay() 455 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in aplay()
|
| A D | aplay.c | 128 snd_pcm_uframes_t period_frames = 1024, buffer_frames = 4096; in aplay() local 138 printf("buffer_size: %lu\n", buffer_frames); in aplay() 147 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in aplay()
|
| A D | arecord_mad.c | 150 snd_pcm_uframes_t period_frames = 1024, buffer_frames = 4096; in capture_then_play() local 208 audio_mgr->channels, period_frames, buffer_frames); in capture_then_play()
|
| A D | arecord.c | 112 snd_pcm_uframes_t period_frames = 1024, buffer_frames = 4096; in arecord() local 129 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in arecord()
|
Completed in 11 milliseconds