HomeSort by relevance Sort by last modified time
    Searched refs:far_pre_buf (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 58 RingBuffer* far_pre_buf; // Time domain far-end pre-buffer. member in struct:__anon27844
echo_cancellation.c 141 aecpc->far_pre_buf =
143 if (!aecpc->far_pre_buf) {
173 WebRtc_FreeBuffer(aecpc->far_pre_buf);
212 WebRtc_InitBuffer(aecpc->far_pre_buf);
213 WebRtc_MoveReadPtr(aecpc->far_pre_buf, -PART_LEN); // Start overlap.
317 // Write the time-domain data to |far_pre_buf|.
318 WebRtc_WriteBuffer(aecpc->far_pre_buf, farend_ptr, newNrOfSamples);
322 while (WebRtc_available_read(aecpc->far_pre_buf) >= PART_LEN2) {
327 WebRtc_ReadBuffer(aecpc->far_pre_buf, (void**)&ptmp, tmp, PART_LEN2);
331 // Rewind |far_pre_buf| PART_LEN samples for overlap before continuing
    [all...]

Completed in 319 milliseconds