Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:periodSize

333     handle->periodSize = handle->handle->period_size;
349 unsigned long periodSize = pcm->period_size;
374 params->avail_min = handle->channels - 1 ? periodSize/4 : periodSize/2;
375 params->start_threshold = periodSize/2;
378 params->avail_min = periodSize/(channels * 2);
379 params->start_threshold = periodSize/(channels * 2);