OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outBuf_buf
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
158
WebRtc_Word16
outBuf_buf
[PART_LEN + 8];
aecm_core.c
329
aecm->outBuf = (WebRtc_Word16*) (((uintptr_t)aecm->
outBuf_buf
+ 15) & ~ 15);
589
memset(aecm->
outBuf_buf
, 0, sizeof(aecm->
outBuf_buf
));
[
all
...]
Completed in 9198 milliseconds