Searched defs:period_size (Results 1 - 3 of 3) sorted by relevance

/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h92 unsigned int period_size; member in struct:pcm_config
101 * start_threshold : period_count * period_size
102 * stop_threshold : period_count * period_size
/external/tinyalsa/
H A Dtinycap.c63 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 Dtinyplay.c64 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", "Hz");
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 54 milliseconds