Home
last modified time | relevance | path

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 Daduplex.c206 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 Darecord.c136 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 Daplay.c153 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 Darecord_mad.c226 snd_pcm_frames_to_bytes(handle, 1)); in capture_then_play()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_file.c253 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 Dpcm.c850 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 Dpcm.h350 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);

Completed in 23 milliseconds