OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGoogEchoCancellation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/media/
media_stream_constraints_util_unittest.cc
26
constraint_factory.AddMandatory(MediaAudioConstraints::
kGoogEchoCancellation
,
35
constraints, MediaAudioConstraints::
kGoogEchoCancellation
, &value_false));
42
constraint_factory.AddOptional(MediaAudioConstraints::
kGoogEchoCancellation
,
48
constraints, MediaAudioConstraints::
kGoogEchoCancellation
,
132
constraint_factory.AddMandatory(MediaAudioConstraints::
kGoogEchoCancellation
,
141
constraints, MediaAudioConstraints::
kGoogEchoCancellation
, &value_false));
media_stream_audio_processor_options.cc
25
const char MediaAudioConstraints::
kGoogEchoCancellation
[] =
51
{ MediaAudioConstraints::
kGoogEchoCancellation
, true },
123
// |kEchoCancellation| and |
kGoogEchoCancellation
| have been convered by
126
kDefaultAudioConstraints[i].key !=
kGoogEchoCancellation
&&
152
// override the value of |
kGoogEchoCancellation
|.
157
return GetProperty(
kGoogEchoCancellation
);
media_stream_audio_processor_options.h
37
static const char
kGoogEchoCancellation
[];
68
// Note, for constraint of |kEchoCancellation| or |
kGoogEchoCancellation
|,
74
// and |
kGoogEchoCancellation
| in |constraints_|.
media_stream_audio_processor_unittest.cc
264
MediaAudioConstraints::
kGoogEchoCancellation
,
303
// Verify |kEchoCancellation| overwrite |
kGoogEchoCancellation
|.
308
MediaAudioConstraints::
kGoogEchoCancellation
, false);
318
MediaAudioConstraints::
kGoogEchoCancellation
, true);
Completed in 542 milliseconds