Home | History | Annotate | Download | only in libmedia

Lines Matching defs:getInputBufferSize

366 status_t AudioSystem::getInputBufferSize(uint32_t sampleRate, audio_format_t format,
379 inBuffSize = af->getInputBufferSize(sampleRate, format, channelMask);
382 ALOGE("AudioSystem::getInputBufferSize failed sampleRate %d format %#x channelMask %x",