Lines Matching defs:period_size
36 snd_pcm_uframes_t period_size;
81 snd_pcm_uframes_t period_size = 0;
153 if (bat->buffer_size > 0 && bat->period_size == 0)
154 bat->period_size = bat->buffer_size / DIV_BUFFERSIZE;
170 &period_size, 0) < 0) {
174 (int) period_size,
179 bat->period_size = (int) period_size;
184 period_size = bat->period_size;
187 (int) period_size, (int) buffer_size);
200 params, &period_size, 0);
204 (int) period_size,
255 &sndpcm->period_size, 0);
259 sndpcm->period_size,
273 if (sndpcm->period_size == sndpcm->buffer_size) {
276 sndpcm->period_size);
281 (int) sndpcm->period_size, (int) sndpcm->buffer_size);
295 sndpcm->period_bytes = sndpcm->period_size * sndpcm->frame_bits / 8;
352 int frames = sndpcm->period_size; /* frame count */
612 int frames = sndpcm->period_size;