Home
last modified time | relevance | path

Searched refs:aos_pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/a2sa/example/
A Dsound_example_lb.c74 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 Duvoice_pcm.c105 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 Dsound_pcm.h402 aos_pcm_sframes_t aos_pcm_bytes_to_frames(aos_pcm_t *pcm, int bytes);
/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c639 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