Home | History | Annotate | Download | only in testlibs

Lines Matching refs:inBuffer

192 static int Reverb_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) {
201 if (inBuffer == NULL || inBuffer->raw == NULL ||
203 inBuffer->frameCount != outBuffer->frameCount) {
218 if (inBuffer->raw != outBuffer->raw) {
220 pSrc = inBuffer->s16;
222 size_t count = inBuffer->frameCount;
243 pSrc = inBuffer->s16;