Home
last modified time | relevance | path

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

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