HomeSort by relevance Sort by last modified time
    Searched full:wr_src_buf (Results 1 - 1 of 1) sorted by null

  /system/media/audio_utils/
echo_reference.c 56 void *wr_src_buf; // resampler input buf (either wr_buf or buffer used by write()) member in struct:echo_reference
82 if (er->wr_src_buf == NULL || er->wr_frames_in == 0) {
91 buffer->i16 = (int16_t *)er->wr_src_buf + (er->wr_curr_frame_size - er->wr_frames_in) *
241 // er->wr_src_buf and er->wr_frames_in are used by getNexBuffer() called by the
244 er->wr_src_buf = er->wr_buf;
246 er->wr_src_buf = buffer->raw;

Completed in 84 milliseconds