Lines Matching refs:bufferCount
1435 audio_format_t format, int bufferCount,
1443 // Check argument "bufferCount" against the mininum buffer count
1444 if (bufferCount < mMinBufferCount) {
1445 ALOGD("bufferCount (%d) is too small and increased to %d", bufferCount, mMinBufferCount);
1446 bufferCount = mMinBufferCount;
1450 format, bufferCount, mSessionId, flags);
1475 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate;
1921 audio_format_t format, int bufferCount,
1925 ALOGV("open(%u, %d, 0x%x, %d, %d)", sampleRate, channelCount, channelMask, format, bufferCount);