Home | History | Annotate | Download | only in downmix

Lines Matching full:inbuffer

259         audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) {
269 if (inBuffer == NULL || inBuffer->raw == NULL ||
271 inBuffer->frameCount != outBuffer->frameCount) {
285 pSrc = inBuffer->s16;