OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:echo_cancellation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc
260
options.
echo_cancellation
.Set(false);
284
options.
echo_cancellation
.Set(true);
292
bool
echo_cancellation
= false;
local
293
EXPECT_TRUE(out_options.
echo_cancellation
.Get(&
echo_cancellation
));
294
EXPECT_TRUE(
echo_cancellation
);
/external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc
527
EchoCancellation* AudioProcessingImpl::
echo_cancellation
() const {
function in class:webrtc::AudioProcessingImpl
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
163
echo_cancellation
.SetFrom(change.
echo_cancellation
);
191
return
echo_cancellation
== o.
echo_cancellation
&&
219
ost << ToStringIfSet("aec",
echo_cancellation
);
250
Settable<bool>
echo_cancellation
;
member in struct:cricket::AudioOptions
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc
222
options.
echo_cancellation
.Set(true);
707
options.
echo_cancellation
.Set(false);
732
bool
echo_cancellation
;
local
733
if (options.
echo_cancellation
.Get(&
echo_cancellation
)) {
734
if (voep->SetEcStatus(
echo_cancellation
, ec_mode) == -1) {
735
LOG_RTCERR2(SetEcStatus,
echo_cancellation
, ec_mode);
738
LOG(LS_VERBOSE) << "Echo control set to " <<
echo_cancellation
743
if (voep->SetEcMetricsStatus(
echo_cancellation
) == -1) {
744
LOG_RTCERR1(SetEcMetricsStatus,
echo_cancellation
);
[
all
...]
Completed in 50 milliseconds