HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_uframes_t (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 290 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 *frames, int *dir)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 290 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 *frames, int *dir)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 290 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 *frames, int *dir)
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 99 typedef unsigned long snd_pcm_uframes_t; typedef
334 snd_pcm_uframes_t fifo_size;
349 snd_pcm_uframes_t avail_min;
350 snd_pcm_uframes_t xfer_align;
351 snd_pcm_uframes_t start_threshold;
352 snd_pcm_uframes_t stop_threshold;
354 snd_pcm_uframes_t silence_threshold;
355 snd_pcm_uframes_t silence_size;
356 snd_pcm_uframes_t boundary;
372 snd_pcm_uframes_t appl_ptr
    [all...]
  /external/kernel-headers/original/sound/
asound.h 143 typedef unsigned long snd_pcm_uframes_t; typedef
362 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
376 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
377 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
378 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
379 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
380 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
381 snd_pcm_uframes_t silence_size; /* silence block size */
382 snd_pcm_uframes_t boundary; /* pointers wrap point */
397 snd_pcm_uframes_t appl_ptr; /* appl ptr *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 143 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_ptr; /* appl ptr *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 143 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_ptr; /* appl ptr *
    [all...]

Completed in 717 milliseconds