Home | History | Annotate | Download | only in alsa_sound

Lines Matching defs:getInputBufferSize

1367             it->bufferSize = getInputBufferSize(it->sampleRate,*format,it->channels);
1410 size_t AudioHardwareALSA::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
1424 ALOGE("getInputBufferSize bad format: %d", format);