Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:period_bytes

334         int period_bytes = mHandle->handle->period_size;
335 int period_samples = period_bytes >> 1;
371 period_bytes);
372 ALOGV("pcm_read() returned n = %d buffer:%p size:%d", n, &mSurroundInputBuffer[read], period_bytes);