OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAec_Create
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation_unittest.cc
27
EXPECT_EQ(-1,
WebRtcAec_Create
(NULL));
29
ASSERT_EQ(0,
WebRtcAec_Create
(&handle));
37
ASSERT_EQ(0,
WebRtcAec_Create
(&handle));
system_delay_unittest.cc
66
ASSERT_EQ(0,
WebRtcAec_Create
(&handle_));
echo_cancellation.c
123
int32_t
WebRtcAec_Create
(void** aecInst) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
echo_cancellation.h
79
int32_t
WebRtcAec_Create
(void** aecInst);
82
* This function releases the memory allocated by
WebRtcAec_Create
().
/external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl.cc
332
if (
WebRtcAec_Create
(&handle) != apm_->kNoError) {
Completed in 46 milliseconds