OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xBuf_buf
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
155
WebRtc_Word16
xBuf_buf
[PART_LEN2 + 16]; // farend
aecm_core.c
326
aecm->xBuf = (WebRtc_Word16*) (((uintptr_t)aecm->
xBuf_buf
+ 31) & ~ 31);
586
memset(aecm->
xBuf_buf
, 0, sizeof(aecm->
xBuf_buf
));
[
all
...]
Completed in 356 milliseconds