Searched defs:period_size (Results 1 - 4 of 4) sorted by relevance
/external/tinyalsa/ |
H A D | tinyplay.c | 64 unsigned int rate, unsigned int bits, unsigned int period_size, 82 unsigned int period_size = 1024; local 88 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]" 139 period_size = atoi(*argv); 156 chunk_fmt.bits_per_sample, period_size, period_count); 164 unsigned int rate, unsigned int bits, unsigned int period_size, 175 config.period_size = period_size; 163 play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, unsigned int bits, unsigned int period_size, unsigned int period_count) argument
|
H A D | tinycap.c | 63 unsigned int bits, unsigned int period_size, 81 unsigned int period_size = 1024; local 86 "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]); 122 period_size = atoi(*argv); 152 period_size, period_count); 168 unsigned int bits, unsigned int period_size, 179 config.period_size = period_size; 166 capture_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, unsigned int bits, unsigned int period_size, unsigned int period_count) argument
|
/external/tinyalsa/include/tinyalsa/ |
H A D | asoundlib.h | 84 unsigned int period_size; member in struct:pcm_config 92 * start_threshold : period_count * period_size 93 * stop_threshold : period_count * period_size
|
/external/qemu/audio/ |
H A D | 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 [all...] |
Completed in 285 milliseconds