Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h144 typedef unsigned long snd_pcm_uframes_t; typedef
376 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
390 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
391 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
392 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
393 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
394 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
395 snd_pcm_uframes_t silence_size; /* silence block size */
396 snd_pcm_uframes_t boundary; /* pointers wrap point */
413 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/external/tinyalsa/
Dpcm.c450 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()