Searched refs:snd_pcm_frames_to_bytes (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | aduplex.c | 206 frame_bytes = snd_pcm_frames_to_bytes(mgr->handle, 1); in playback_fs_wav() 207 chunk_bytes = snd_pcm_frames_to_bytes(mgr->handle, mgr->period_size); in playback_fs_wav() 274 frame_bytes = snd_pcm_frames_to_bytes(mgr->handle, 1); in capture_fs_wav() 275 chunk_bytes = snd_pcm_frames_to_bytes(mgr->handle, mgr->period_size); in capture_fs_wav() 277 rest = mgr->capture_duration * snd_pcm_frames_to_bytes(mgr->handle, mgr->rate); in capture_fs_wav() 401 snd_pcm_frames_to_bytes(handle, 1)); in arecord() 462 snd_pcm_frames_to_bytes(handle, 1)); in aplay()
|
| A D | arecord.c | 136 snd_pcm_frames_to_bytes(handle, 1)); in arecord() 225 frame_bytes = snd_pcm_frames_to_bytes(mgr->handle, 1); in capture_fs_wav() 226 chunk_bytes = snd_pcm_frames_to_bytes(mgr->handle, mgr->period_size); in capture_fs_wav() 228 rest = mgr->capture_duration * snd_pcm_frames_to_bytes(mgr->handle, mgr->rate); in capture_fs_wav()
|
| A D | aplay.c | 153 snd_pcm_frames_to_bytes(handle, 1)); in aplay() 247 snd_pcm_frames_to_bytes(mgr->handle, 1)); in play_builtin_music() 369 frame_bytes = snd_pcm_frames_to_bytes(mgr->handle, 1); in play_fs_music() 370 chunk_bytes = snd_pcm_frames_to_bytes(mgr->handle, mgr->period_size); in play_fs_music()
|
| A D | arecord_mad.c | 226 snd_pcm_frames_to_bytes(handle, 1)); in capture_then_play()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_file.c | 253 file->wbuf_used_bytes += snd_pcm_frames_to_bytes(pcm, n); in snd_pcm_file_add_frames() 403 file->buffer_bytes = snd_pcm_frames_to_bytes(slave, slave->buffer_size); in snd_pcm_file_hw_params() 405 file->wbuf_size_bytes = snd_pcm_frames_to_bytes(slave, file->wbuf_size); in snd_pcm_file_hw_params()
|
| A D | pcm.c | 850 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames) in snd_pcm_frames_to_bytes() function
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 350 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
|
Completed in 20 milliseconds