Home
last modified time | relevance | path

Searched refs:stop_threshold (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c46 double stop_threshold; member
170 parse_count = sscanf(argv[1], "%lf%c", &silence->stop_threshold, in sox_silence_getopts()
209 if ((silence->stop_unit == '%') && ((silence->stop_threshold < 0.0) || in sox_silence_getopts()
210 (silence->stop_threshold > 100.0))) in sox_silence_getopts()
215 if ((silence->stop_unit == 'd') && (silence->stop_threshold >= 0.0)) in sox_silence_getopts()
476 silence->stop_threshold, in sox_silence_flow()
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c707 if (!config->stop_threshold) { in pcm_open()
709 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
712 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
716 sparams.stop_threshold = config->stop_threshold; in pcm_open()
H A Dasoundlib.h98 unsigned int stop_threshold; member
H A Dtinycap.c200 config.stop_threshold = 0; in capture_sample()
H A Dtinyplay.c230 config.stop_threshold = 0; in play_sample()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c77 u32 stop_threshold; member
100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c786 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()
935 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
H A Dpcm.c433 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
H A Dpcm_lib.c195 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp87 config.stop_threshold = period_count * period_size; in capture_sample()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h810 __le32 stop_threshold; member
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h380 snd_pcm_uframes_t stop_threshold; member
829 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
/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.h424 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 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.h424 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c681 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1315 int stop_threshold; member
H A Dmvpp2_main.c2786 txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS; in mvpp2_txq_init()
2787 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()
3276 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()
4056 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_tx()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c1012 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params_locked()
1014 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params_locked()
2933 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1580 snd_pcm_uframes_t stop_threshold;