OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:farend
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c
47
// Stores the last frame added to the
farend
buffer
82
// Estimates delay to set the position of the
farend
buffer read pointer
86
// Stuffs the
farend
buffer if the estimated delay is too large
187
// Initialize
farend
buffer
226
WebRtc_Word32 WebRtcAecm_BufferFarend(void *aecmInst, const WebRtc_Word16 *
farend
,
237
if (
farend
== NULL)
261
WebRtc_WriteBuffer(aecm->farendBuf,
farend
, (size_t) nrOfSamples);
351
// AECM is disabled until the soundcard buffer and
farend
buffers are OK
380
// The
farend
buffer size is determined in blocks of 80 samples
425
int16_t
farend
[FRAME_LEN]
local
[
all
...]
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
544
void WebRtcAec_BufferFarendPartition(aec_t *aec, const float*
farend
) {
558
memcpy(fft,
farend
, sizeof(float) * PART_LEN2);
563
memcpy(fft,
farend
, sizeof(float) * PART_LEN2);
685
int16_t
farend
[PART_LEN];
local
687
WebRtc_ReadBuffer(aec->far_time_buf, (void**) &farend_ptr,
farend
, 1);
964
// We threshold here to protect against the ill-effects of a zero
farend
.
[
all
...]
Completed in 42 milliseconds