Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h109 typedef unsigned long snd_pcm_uframes_t; typedef
311 snd_pcm_uframes_t fifo_size;
323 snd_pcm_uframes_t avail_min;
324 snd_pcm_uframes_t xfer_align;
325 snd_pcm_uframes_t start_threshold;
326 snd_pcm_uframes_t stop_threshold;
327 snd_pcm_uframes_t silence_threshold;
328 snd_pcm_uframes_t silence_size;
329 snd_pcm_uframes_t boundary;
353 snd_pcm_uframes_t appl_ptr;
[all …]
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h105 typedef unsigned long snd_pcm_uframes_t; typedef
306 snd_pcm_uframes_t fifo_size;
318 snd_pcm_uframes_t avail_min;
319 snd_pcm_uframes_t xfer_align;
320 snd_pcm_uframes_t start_threshold;
321 snd_pcm_uframes_t stop_threshold;
322 snd_pcm_uframes_t silence_threshold;
323 snd_pcm_uframes_t silence_size;
324 snd_pcm_uframes_t boundary;
348 snd_pcm_uframes_t appl_ptr;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h105 typedef unsigned long snd_pcm_uframes_t; typedef
306 snd_pcm_uframes_t fifo_size;
318 snd_pcm_uframes_t avail_min;
319 snd_pcm_uframes_t xfer_align;
320 snd_pcm_uframes_t start_threshold;
321 snd_pcm_uframes_t stop_threshold;
322 snd_pcm_uframes_t silence_threshold;
323 snd_pcm_uframes_t silence_size;
324 snd_pcm_uframes_t boundary;
348 snd_pcm_uframes_t appl_ptr;
[all …]
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h155 typedef unsigned long snd_pcm_uframes_t; typedef
395 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
414 snd_pcm_uframes_t silence_size; /* silence block size */
415 snd_pcm_uframes_t boundary; /* pointers wrap point */
448 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h162 typedef unsigned long snd_pcm_uframes_t; typedef
403 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
417 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
418 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
419 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
420 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
421 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
422 snd_pcm_uframes_t silence_size; /* silence block size */
423 snd_pcm_uframes_t boundary; /* pointers wrap point */
456 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h155 typedef unsigned long snd_pcm_uframes_t; typedef
395 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
414 snd_pcm_uframes_t silence_size; /* silence block size */
415 snd_pcm_uframes_t boundary; /* pointers wrap point */
448 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c449 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()