Home
last modified time | relevance | path

Searched refs:aos_pcm_uframes_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h31 typedef unsigned long aos_pcm_uframes_t; typedef
109 aos_pcm_uframes_t avail_min; /*< min avail frames for wakeup */
110 aos_pcm_uframes_t xfer_align; /*< obsolete: xfer size need to be a multiple */
111 aos_pcm_uframes_t start_threshold; /*< min hw_avail frames for automatic start */
112 aos_pcm_uframes_t stop_threshold; /*< min avail frames for automatic stop */
114 aos_pcm_uframes_t silence_size; /*< silence block size */
115 aos_pcm_uframes_t boundary; /*< pointers wrap point */
341 aos_pcm_sframes_t aos_pcm_writei(aos_pcm_t *pcm, const void *buffer, aos_pcm_uframes_t size);
352 aos_pcm_sframes_t aos_pcm_readi(aos_pcm_t *pcm, void *buffer, aos_pcm_uframes_t size);
363 aos_pcm_sframes_t aos_pcm_writen(aos_pcm_t *pcm, void **bufs, aos_pcm_uframes_t size);
[all …]
/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c517 aos_pcm_sframes_t aos_pcm_writei(aos_pcm_t *pcm, const void *buffer, aos_pcm_uframes_t size) in aos_pcm_writei()
548 aos_pcm_sframes_t aos_pcm_writen(aos_pcm_t *pcm, void **bufs, aos_pcm_uframes_t size) in aos_pcm_writen()
579 aos_pcm_sframes_t aos_pcm_readi(aos_pcm_t *pcm, void *buffer, aos_pcm_uframes_t size) in aos_pcm_readi()
609 aos_pcm_sframes_t aos_pcm_readn(aos_pcm_t *pcm, void **bufs, aos_pcm_uframes_t size) in aos_pcm_readn()

Completed in 4 milliseconds