Searched defs:period_size (Results 1 - 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/sound/ |
H A D | usb_stream.h | 45 int period_size; member in struct:usb_stream
|
/external/tinyalsa/include/tinyalsa/ |
H A D | asoundlib.h | 95 unsigned int period_size; member in struct:pcm_config 104 * start_threshold : period_count * period_size 105 * stop_threshold : period_count * period_size
|
/external/tinyalsa/ |
H A D | tinycap.c | 63 enum pcm_format format, unsigned int period_size, 81 unsigned int period_size = 1024; local 87 "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]); 123 period_size = atoi(*argv); 169 period_size, period_count); 185 enum pcm_format format, unsigned int period_size, 197 config.period_size = period_size; 183 capture_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, enum pcm_format format, unsigned int period_size, unsigned int period_count) argument
|
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); 188 unsigned int rate, unsigned int bits, unsigned int period_size, 203 can_play &= check_param(params, PCM_PARAM_PERIOD_SIZE, period_size, "Period size", " frames"); 212 unsigned int rate, unsigned int bits, unsigned int period_size, 224 config.period_size = period_size; 187 sample_is_playable(unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, unsigned int bits, unsigned int period_size, unsigned int period_count) argument 211 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 [all...] |
Completed in 913 milliseconds