| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | silence.c | 46 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 D | pcm.c | 707 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 D | asoundlib.h | 98 unsigned int stop_threshold; member
|
| H A D | tinycap.c | 200 config.stop_threshold = 0; in capture_sample()
|
| H A D | tinyplay.c | 230 config.stop_threshold = 0; in play_sample()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_compat.c | 77 u32 stop_threshold; member 100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
|
| H A D | pcm_native.c | 786 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 D | pcm.c | 433 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
|
| H A D | pcm_lib.c | 195 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.cpp | 87 config.stop_threshold = period_count * period_size; in capture_sample()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | file.h | 810 __le32 stop_threshold; member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 380 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 D | asound.h | 424 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 D | asound.h | 424 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/sound/ |
| H A D | asound.h | 440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | asound.h | 440 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 D | rx.c | 681 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 D | mvpp2.h | 1315 int stop_threshold; member
|
| H A D | mvpp2_main.c | 2786 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 D | pcm_oss.c | 1012 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 D | writing-an-alsa-driver.rst | 1580 snd_pcm_uframes_t stop_threshold;
|