Searched refs:period_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 158 .period_frames = 512, 225 snd_pcm_uframes_t period_frames, buffer_frames; in hw_params_test() local 252 if (g_hw_params.period_frames != 0) in hw_params_test() 277 printf("period_frames = %u\n", period_frames); in hw_params_test() 358 hw_params_test_detail(period_frames); in hw_params_period_size() 360 g_hw_params.period_frames = period_frames_bak; in hw_params_period_size() 375 g_hw_params.period_frames = 0; in hw_params_period_time() 380 g_hw_params.period_frames = period_frames_bak; in hw_params_period_time() 428 snd_pcm_uframes_t period_frames, buffer_frames; in sw_params_test() local [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 445 printf("period_size: %lu\n", period_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 137 printf("period_size: %lu\n", period_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 15 milliseconds