Home
last modified time | relevance | path

Searched refs:silence_threshold (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c78 u32 silence_threshold; member
101 get_user(params.silence_threshold, &src->silence_threshold) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c787 runtime->silence_threshold = 0; in snd_pcm_hw_params()
919 if (params->silence_threshold != 0) in snd_pcm_sw_params()
922 if (params->silence_size > params->silence_threshold) in snd_pcm_sw_params()
924 if (params->silence_threshold > runtime->buffer_size) in snd_pcm_sw_params()
936 runtime->silence_threshold = params->silence_threshold; in snd_pcm_sw_params()
H A Dpcm_lib.c68 if (noise_dist >= (snd_pcm_sframes_t) runtime->silence_threshold) in snd_pcm_playback_silence()
70 frames = runtime->silence_threshold - noise_dist; in snd_pcm_playback_silence()
H A Dpcm.c434 snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold); in snd_pcm_substream_proc_sw_params_read()
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dasoundlib.h99 unsigned int silence_threshold; member
H A Dtinycap.c201 config.silence_threshold = 0; in capture_sample()
H A Dtinyplay.c231 config.silence_threshold = 0; in play_sample()
H A Dpcm.c728 sparams.silence_threshold = config->silence_threshold; in pcm_open()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp88 config.silence_threshold = 0; in capture_sample()
/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.h425 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/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.h425 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c1021 sw_params->silence_threshold = 0; in snd_pcm_oss_change_params_locked()
1028 sw_params->silence_threshold = frames; in snd_pcm_oss_change_params_locked()
2926 runtime->silence_threshold = 0; in snd_pcm_oss_mmap()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h381 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h774 u8 silence_threshold; member
H A Dipw2200.c10062 sys_config->silence_threshold = 0x1e; in init_sys_config()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1581 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when