Searched refs:period_bytes (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamInALSA.cpp334 int period_bytes = mHandle->handle->period_size; local
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);

Completed in 3213 milliseconds