OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RESAMP_LEN
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c
32
#define
MAX_RESAMP_LEN
(5 * FRAME_LEN)
298
short newFarend[
MAX_RESAMP_LEN
];
300
float tmp_farend[
MAX_RESAMP_LEN
];
/external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c
32
#define
MAX_RESAMP_LEN
(5 * FRAME_LEN)
Completed in 28 milliseconds