OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearend_ptr
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
656
int16_t*
nearend_ptr
= NULL;
local
666
(void**) &
nearend_ptr
,
670
dH[i] = (float) (
nearend_ptr
[i]);
674
WebRtc_ReadBuffer(aec->nearFrBuf, (void**) &
nearend_ptr
, nearend, PART_LEN);
679
d[i] = (float) (
nearend_ptr
[i]);
689
fwrite(
nearend_ptr
, sizeof(int16_t), PART_LEN, aec->nearFile);
[
all
...]
Completed in 348 milliseconds