Searched refs:EnableDeflickering (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_image_process.cc203 EXPECT_EQ(0, ViE.image_process->EnableDeflickering(
205 EXPECT_NE(0, ViE.image_process->EnableDeflickering(
207 EXPECT_EQ(0, ViE.image_process->EnableDeflickering(
209 EXPECT_NE(0, ViE.image_process->EnableDeflickering(
211 EXPECT_NE(0, ViE.image_process->EnableDeflickering(
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_image_process.h85 virtual int EnableDeflickering(const int capture_id, const bool enable) = 0;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_image_process_impl.h37 virtual int EnableDeflickering(const int capture_id, const bool enable);
H A Dvie_image_process_impl.cc162 int ViEImageProcessImpl::EnableDeflickering(const int capture_id, function in class:webrtc::ViEImageProcessImpl
174 if (vie_capture->EnableDeflickering(enable) != 0) {
H A Dvie_capturer.h97 int32_t EnableDeflickering(bool enable);
H A Dvie_capturer.cc406 int32_t ViECapturer::EnableDeflickering(bool enable) { function in class:webrtc::ViECapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h1240 WEBRTC_STUB(EnableDeflickering, (const int, const bool));

Completed in 5376 milliseconds