Searched defs:snd_pcm_uframes_t (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
H A Dpcm.h290 typedef unsigned long snd_pcm_uframes_t; typedef
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
456 snd_pcm_uframes_t *buffer_size,
457 snd_pcm_uframes_t *period_size);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frame
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
H A Dpcm.h290 typedef unsigned long snd_pcm_uframes_t; typedef
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
456 snd_pcm_uframes_t *buffer_size,
457 snd_pcm_uframes_t *period_size);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frame
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
H A Dpcm.h290 typedef unsigned long snd_pcm_uframes_t; typedef
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
456 snd_pcm_uframes_t *buffer_size,
457 snd_pcm_uframes_t *period_size);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frame
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dasound.h143 typedef unsigned long snd_pcm_uframes_t; typedef
351 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
366 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
367 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */
368 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
369 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
370 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
371 snd_pcm_uframes_t silence_size; /* silence block size */
372 snd_pcm_uframes_t boundary; /* pointers wrap point */
387 snd_pcm_uframes_t appl_pt
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dasound.h143 typedef unsigned long snd_pcm_uframes_t; typedef
351 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
366 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
367 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */
368 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
369 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
370 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
371 snd_pcm_uframes_t silence_size; /* silence block size */
372 snd_pcm_uframes_t boundary; /* pointers wrap point */
387 snd_pcm_uframes_t appl_pt
[all...]

Completed in 165 milliseconds