OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_noise_reduction
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource_unittest.cc
379
EXPECT_TRUE(source_->options()->
video_noise_reduction
.Get(&value));
394
EXPECT_FALSE(source_->options()->
video_noise_reduction
.Get(&value));
408
EXPECT_TRUE(source_->options()->
video_noise_reduction
.Get(&value));
424
EXPECT_TRUE(source_->options()->
video_noise_reduction
.Get(&value));
439
EXPECT_FALSE(source_->options()->
video_noise_reduction
.Get(&value));
454
EXPECT_TRUE(source_->options()->
video_noise_reduction
.Get(&value));
473
EXPECT_FALSE(source_->options()->
video_noise_reduction
.Get(&value));
497
EXPECT_TRUE(source_->options()->
video_noise_reduction
.Get(&value));
videosource.cc
317
&(options->
video_noise_reduction
));
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
300
video_noise_reduction
.SetFrom(change.
video_noise_reduction
);
328
video_noise_reduction
== o.
video_noise_reduction
&&
356
ost << ToStringIfSet("noise reduction",
video_noise_reduction
);
390
Settable<bool>
video_noise_reduction
;
member in struct:cricket::VideoOptions
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc
369
options.
video_noise_reduction
.Set(true);
374
options.
video_noise_reduction
.Set(false);
[
all
...]
webrtcvideoengine.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
[
all
...]
Completed in 455 milliseconds