OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:period_size
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h
48
snd_pcm_uframes_t
period_size
;
member in struct:snd_pcm_rate_side_info
pcm_ioplug.h
114
snd_pcm_uframes_t
period_size
; /**< period size; filled after hw_params is called */
member in struct:snd_pcm_ioplug
/external/tinyalsa/include/tinyalsa/
asoundlib.h
72
unsigned int
period_size
;
member in struct:pcm_config
80
* start_threshold : period_count *
period_size
81
* stop_threshold : period_count *
period_size
/external/qemu/audio/
alsaaudio.c
162
unsigned int
period_size
;
member in struct:alsa_params_req
496
req->buffer_size, req->
period_size
);
642
if (req->
period_size
) {
647
unsigned int ptime = req->
period_size
;
659
snd_pcm_uframes_t psize = req->
period_size
;
672
size_in_usec ? "time" : "size", req->
period_size
);
676
if (((req->override_mask & 1) && (obt - req->
period_size
)))
678
size_in_usec ? "time" : "size", req->
period_size
, obt);
893
req.
period_size
= conf.period_size_out;
998
req.
period_size
= conf.period_size_in
[
all
...]
Completed in 1984 milliseconds