OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_threshold
(Results
1 - 20
of
20
) sorted by null
/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
707
if (!config->
stop_threshold
) {
709
pcm->config.
stop_threshold
= sparams.
stop_threshold
=
712
pcm->config.
stop_threshold
= sparams.
stop_threshold
=
716
sparams.
stop_threshold
= config->
stop_threshold
;
tinycap.c
200
config.
stop_threshold
= 0;
tinyplay.c
230
config.
stop_threshold
= 0;
/external/tinyalsa/include/tinyalsa/
asoundlib.h
94
*
stop_threshold
: period_count * period_size
98
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/hal/
audio_hw.c
65
.
stop_threshold
= INT_MAX,
76
.
stop_threshold
= INT_MAX,
87
.
stop_threshold
= INT_MAX,
[
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/qcom/audio/visualizer/
offload_visualizer.c
184
.
stop_threshold
= INT_MAX,
[
all
...]
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
862
config.
stop_threshold
= -1;
[
all
...]
/device/asus/grouper/audio/
audio_hw.c
86
.
stop_threshold
= (IN_PERIOD_SIZE * IN_PERIOD_COUNT),
[
all
...]
Completed in 1667 milliseconds