OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aecm
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c
91
aecmob_t *
aecm
;
local
97
aecm
= malloc(sizeof(aecmob_t));
98
*aecmInst =
aecm
;
99
if (
aecm
== NULL)
104
if (WebRtcAecm_CreateCore(&
aecm
->aecmCore) == -1)
106
WebRtcAecm_Free(
aecm
);
107
aecm
= NULL;
111
if (WebRtc_CreateBuffer(&
aecm
->farendBuf, kBufSizeSamp,
114
WebRtcAecm_Free(
aecm
);
115
aecm
= NULL
138
aecm
ob_t *
aecm
=
aecm
Inst;
local
165
aecm
ob_t *
aecm
=
aecm
Inst;
local
229
aecm
ob_t *
aecm
=
aecm
Inst;
local
270
aecm
ob_t *
aecm
=
aecm
Inst;
local
536
aecm
ob_t *
aecm
=
aecm
Inst;
local
618
aecm
ob_t *
aecm
=
aecm
Inst;
local
647
aecm
ob_t *
aecm
=
aecm
Inst;
local
676
aecm
ob_t *
aecm
=
aecm
Inst;
local
726
aecm
ob_t *
aecm
=
aecm
Inst;
local
[
all
...]
aecm_core.c
200
static void ComfortNoise(AecmCore_t*
aecm
,
205
static WebRtc_Word16 CalcSuppressionGain(AecmCore_t * const
aecm
);
238
// - self : Pointer to the
AECM
instance.
276
AecmCore_t *
aecm
= malloc(sizeof(AecmCore_t));
local
277
*aecmInst =
aecm
;
278
if (
aecm
== NULL)
283
if (WebRtc_CreateBuffer(&
aecm
->farFrameBuf, FRAME_LEN + PART_LEN,
286
WebRtcAecm_FreeCore(
aecm
);
287
aecm
= NULL;
291
if (WebRtc_CreateBuffer(&
aecm
->nearNoisyFrameBuf, FRAME_LEN + PART_LEN
[
all
...]
Completed in 627 milliseconds