Searched refs:aos_pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/a2sa/example/ |
A D | sound_example_lb.c | 74 ret = aos_pcm_readi(cap_pcm, dataBuf, aos_pcm_bytes_to_frames(cap_pcm, buf_size)); in sound_loopback_thread() 77 …ret = aos_pcm_writei(pb_pcm, dataBuf, aos_pcm_bytes_to_frames(pb_pcm, aos_pcm_frames_to_bytes(cap_… in sound_loopback_thread()
|
/AliOS-Things-master/components/uvoice/audio/hal/haas100/ |
A D | uvoice_pcm.c | 105 ret = aos_pcm_readi(cap_pcm, buffer, aos_pcm_bytes_to_frames(cap_pcm, nbytes)); in uvoice_pcm_read() 115 ret = aos_pcm_writei(pb_pcm, buffer, aos_pcm_bytes_to_frames(pb_pcm, nbytes)); in uvoice_pcm_write()
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 402 aos_pcm_sframes_t aos_pcm_bytes_to_frames(aos_pcm_t *pcm, int bytes);
|
/AliOS-Things-master/components/a2sa/src/framework/ |
A D | sound_pcm.c | 639 aos_pcm_sframes_t aos_pcm_bytes_to_frames(aos_pcm_t *pcm, int bytes) in aos_pcm_bytes_to_frames() function
|
Completed in 17 milliseconds