Searched refs:wr_src_buf (Results 1 - 1 of 1) sorted by relevance

/system/media/audio_utils/
H A Decho_reference.c54 void *wr_src_buf; // resampler input buf (either wr_buf or buffer used by write()) member in struct:echo_reference
80 if (er->wr_src_buf == NULL || er->wr_frames_in == 0) {
88 buffer->i16 = (int16_t *)er->wr_src_buf + (er->wr_curr_frame_size - er->wr_frames_in) * er->rd_channel_count;
237 // er->wr_src_buf and er->wr_frames_in are used by getNexBuffer() called by the resampler
240 er->wr_src_buf = er->wr_buf;
242 er->wr_src_buf = buffer->raw;

Completed in 884 milliseconds