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

  /hardware/qcom/audio/hal/
audio_hw.h 296 .stop_threshold = INT_MAX,
307 .stop_threshold = INT_MAX,
318 .stop_threshold = INT_MAX,
  /cts/suite/audio_quality/lib/src/audio/
AudioRecordingLocal.cpp 54 config.stop_threshold = 0;
AudioPlaybackLocal.cpp 67 config.stop_threshold = 0;
  /external/tinyalsa/
pcm.c 700 if (!config->stop_threshold) {
702 pcm->config.stop_threshold = sparams.stop_threshold =
705 pcm->config.stop_threshold = sparams.stop_threshold =
709 sparams.stop_threshold = config->stop_threshold;
tinycap.c 186 config.stop_threshold = 0;
tinyplay.c 182 config.stop_threshold = 0;
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 93 * stop_threshold : period_count * period_size
97 unsigned int stop_threshold; member in struct:pcm_config
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 292 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_runtime
719 * Checks whether any data exists on the playback buffer. If stop_threshold
728 if (runtime->stop_threshold >= runtime->boundary)
    [all...]
asound.h 369 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 292 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_runtime
719 * Checks whether any data exists on the playback buffer. If stop_threshold
728 if (runtime->stop_threshold >= runtime->boundary)
    [all...]
asound.h 369 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 352 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /external/kernel-headers/original/sound/
asound.h 379 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 376 params->stop_threshold = INT_MAX;
380 params->stop_threshold = INT_MAX;
    [all...]
AudioUsbALSA.cpp 350 params->stop_threshold = pcm->buffer_size;
    [all...]
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 861 config.stop_threshold = -1;
    [all...]

Completed in 254 milliseconds