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

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioRecordingLocal.cpp 54 config.stop_threshold = 0;
AudioPlaybackLocal.cpp 67 config.stop_threshold = 0;
  /hardware/qcom/audio/hal/audio_extn/
dsm_feedback.c 38 .stop_threshold = INT_MAX,
hfp.c 66 .stop_threshold = INT_MAX,
  /system/media/alsa_utils/
alsa_logging.c 116 * stop_threshold : period_count * period_size
120 unsigned int stop_threshold;
  /external/tinyalsa/
pcm.c 935 if (!config->stop_threshold) {
937 pcm->config.stop_threshold = sparams.stop_threshold =
940 pcm->config.stop_threshold = sparams.stop_threshold =
944 sparams.stop_threshold = config->stop_threshold;
    [all...]
tinycap.c 201 config.stop_threshold = 0;
tinyplay.c 231 config.stop_threshold = 0;
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 102 * stop_threshold : period_count * period_size
107 unsigned int stop_threshold; member in struct:pcm_config
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 275 config.stop_threshold = INT_MAX;
  /hardware/qcom/audio/msm8909/hal/audio_extn/
fm.c 46 .stop_threshold = INT_MAX,
hfp.c 85 .stop_threshold = INT_MAX,
usb.c 90 .stop_threshold = INT_MAX,
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 144 sparams->stop_threshold = pcm->buffer_size ;
157 fprintf (stderr," sparams->stop_threshold= %lu\n", sparams->stop_threshold);
arec.c 160 sparams->stop_threshold = INT_MAX;
171 fprintf (stderr,"stop_threshold (%lu)\n", sparams->stop_threshold);
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 71 .stop_threshold = INT_MAX,
  /hardware/qcom/audio/msm8909/hal/voice_extn/
voice_extn.c 71 .stop_threshold = INT_MAX,
  /device/htc/flounder/audio/hal/
audio_hw.c 65 .stop_threshold = PLAYBACK_STOP_THRESHOLD(PLAYBACK_PERIOD_SIZE, PLAYBACK_PERIOD_COUNT),
85 .stop_threshold = 0,
103 .stop_threshold = 0,
121 .stop_threshold = 0,
139 .stop_threshold = SCO_STOP_THRESHOLD,
159 .stop_threshold = 0,
177 .stop_threshold = 0,
219 .stop_threshold = INT_MAX,
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 59 .stop_threshold = PLAYBACK_STOP_THRESHOLD,
79 .stop_threshold = 0,
98 .stop_threshold = 0,
117 .stop_threshold = PLAYBACK_STOP_THRESHOLD,
137 .stop_threshold = PLAYBACK_STOP_THRESHOLD,
157 .stop_threshold = 0,
197 .stop_threshold = INT_MAX,
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 386 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 237 config.stop_threshold = 0;
  /external/kernel-headers/original/uapi/sound/
asound.h 407 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 376 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 389 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 377 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]

Completed in 255 milliseconds

1 2