Home
last modified time | relevance | path

Searched defs:snd_pcm_sw_params (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h417 struct snd_pcm_sw_params { struct
418 int tstamp_mode; /* timestamp mode */
419 unsigned int period_step;
420 unsigned int sleep_min; /* min ticks to sleep */
421 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
422 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
423 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
424 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
425 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
426 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h417 struct snd_pcm_sw_params { struct
418 int tstamp_mode; /* timestamp mode */
419 unsigned int period_step;
420 unsigned int sleep_min; /* min ticks to sleep */
421 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
422 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
423 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
424 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
425 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
426 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h433 struct snd_pcm_sw_params { struct
434 int tstamp_mode; /* timestamp mode */
435 unsigned int period_step;
436 unsigned int sleep_min; /* min ticks to sleep */
437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
442 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h433 struct snd_pcm_sw_params { struct
434 int tstamp_mode; /* timestamp mode */
435 unsigned int period_step;
436 unsigned int sleep_min; /* min ticks to sleep */
437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
442 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c894 static int snd_pcm_sw_params(struct snd_pcm_substream *substream, in snd_pcm_sw_params() function