OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stop_threshold
(Results
1 - 25
of
30
) sorted by null
1
2
/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/
AudioPlaybackLocal.cpp
67
config.
stop_threshold
= 0;
AudioRecordingLocal.cpp
54
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/
arec.c
160
sparams->
stop_threshold
= INT_MAX;
171
fprintf (stderr,"
stop_threshold
(%lu)\n", sparams->
stop_threshold
);
aplay.c
144
sparams->
stop_threshold
= pcm->buffer_size ;
157
fprintf (stderr," sparams->
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
...]
/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
...]
/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
...]
/bionic/libc/kernel/common/sound/
asound.h
352
snd_pcm_uframes_t
stop_threshold
;
member in struct:snd_pcm_sw_params
[
all
...]
/device/asus/grouper/audio/
audio_hw.c
86
.
stop_threshold
= (IN_PERIOD_SIZE * IN_PERIOD_COUNT),
[
all
...]
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
861
config.
stop_threshold
= -1;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so
libasound.so.2
libasound.so.2.0
libasound.so.2.0.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so
libasound.so.2
Completed in 1211 milliseconds
1
2