Home | History | Annotate | Download | only in audio

Lines Matching defs:period_count

341 	uint32_t period_count = io->buffer_size / io->period_size;
343 struct timeval t = { 0, period_count };
408 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
409 sizeof(period_count)) == 0)
415 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
416 sizeof(period_count)) == 0)