Searched refs:nearend_ptr (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 1264 float* nearend_ptr = NULL; in ProcessBlock() local 1280 (void**)&nearend_ptr, in ProcessBlock() 1283 memcpy(aec->dBufH[i] + PART_LEN, nearend_ptr, sizeof(nearend)); in ProcessBlock() 1285 WebRtc_ReadBuffer(aec->nearFrBuf, (void**)&nearend_ptr, nearend, PART_LEN); in ProcessBlock() 1286 memcpy(aec->dBuf + PART_LEN, nearend_ptr, sizeof(nearend)); in ProcessBlock() 1298 RTC_AEC_DEBUG_WAV_WRITE(aec->nearFile, nearend_ptr, PART_LEN); in ProcessBlock() 1396 nearend_ptr, in ProcessBlock()
|