HomeSort by relevance Sort by last modified time
    Searched refs:stop_threshold (Results 1 - 25 of 26) 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/libhardware/modules/usbaudio/
logging.c 116 * stop_threshold : period_count * period_size
120 unsigned int stop_threshold;
  /external/tinyalsa/
pcm.c 936 if (!config->stop_threshold) {
938 pcm->config.stop_threshold = sparams.stop_threshold =
941 pcm->config.stop_threshold = sparams.stop_threshold =
945 sparams.stop_threshold = config->stop_threshold;
    [all...]
tinycap.c 200 config.stop_threshold = 0;
tinyplay.c 230 config.stop_threshold = 0;
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 101 * stop_threshold : period_count * period_size
105 unsigned int stop_threshold; member in struct:pcm_config
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 276 config.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/audio_extn/
hfp.c 66 .stop_threshold = INT_MAX,
  /device/htc/flounder/audio/hal/
audio_hw.c 59 .stop_threshold = PLAYBACK_STOP_THRESHOLD,
77 .stop_threshold = 0,
95 .stop_threshold = 0,
113 .stop_threshold = INT_MAX,
131 .stop_threshold = SCO_STOP_THRESHOLD,
151 .stop_threshold = 0,
169 .stop_threshold = 0,
211 .stop_threshold = INT_MAX,
    [all...]
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 66 .stop_threshold = INT_MAX,
  /hardware/qcom/audio/hal/
audio_hw.c 79 .stop_threshold = INT_MAX,
90 .stop_threshold = INT_MAX,
101 .stop_threshold = INT_MAX,
124 .stop_threshold = INT_MAX,
138 .stop_threshold = INT_MAX,
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 375 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 375 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 388 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.11-4.6/sysroot/usr/include/sound/
asound.h 363 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.11-4.8/sysroot/usr/include/sound/
asound.h 363 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 87 .stop_threshold = (IN_PERIOD_SIZE * IN_PERIOD_COUNT),
97 .stop_threshold = (IN_PERIOD_SIZE_LOW_LATENCY * IN_PERIOD_COUNT),
    [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...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 176 .stop_threshold = 4096,
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 262 out->pcm_config.stop_threshold = 0;

Completed in 511 milliseconds

1 2