HomeSort by relevance Sort by last modified time
    Searched refs:silence_threshold (Results 1 - 25 of 27) sorted by null

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioRecordingLocal.cpp 55 config.silence_threshold = 0;
AudioPlaybackLocal.cpp 68 config.silence_threshold = 0;
  /system/media/alsa_utils/
alsa_logging.c 117 * silence_threshold : 0
121 unsigned int silence_threshold;
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 103 * silence_threshold : 0
108 unsigned int silence_threshold; member in struct:pcm_config
  /external/tinyalsa/
tinycap.c 202 config.silence_threshold = 0;
tinyplay.c 232 config.silence_threshold = 0;
pcm.c 955 sparams.silence_threshold = config->silence_threshold;
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 387 snd_pcm_uframes_t silence_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 238 config.silence_threshold = 0;
  /external/kernel-headers/original/uapi/sound/
asound.h 408 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 148 sparams->silence_threshold = 0;
arec.c 162 sparams->silence_threshold = 0;
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 377 snd_pcm_uframes_t silence_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 390 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 379 snd_pcm_uframes_t silence_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 396 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 376 snd_pcm_uframes_t silence_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 389 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 376 snd_pcm_uframes_t silence_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 389 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 364 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 371 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member in struct:snd_pcm_sw_params
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 60 .silence_threshold = 0,
80 .silence_threshold = 0,
99 .silence_threshold = 0,
118 .silence_threshold = 0,
138 .silence_threshold = 0,
158 .silence_threshold = 0,
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 66 .silence_threshold = 0,
86 .silence_threshold = 0,
104 .silence_threshold = 0,
122 .silence_threshold = 0,
140 .silence_threshold = 0,
160 .silence_threshold = 0,
178 .silence_threshold = 0,
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 247 out->pcm_config.silence_threshold = 0;

Completed in 436 milliseconds

1 2