OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_threshold
(Results
1 - 7
of
7
) sorted by null
/external/tinyalsa/include/tinyalsa/
asoundlib.h
94
*
stop_threshold
: period_count * period_size
98
unsigned int
stop_threshold
;
member in struct:pcm_config
/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
...]
Completed in 5401 milliseconds