Searched refs:EnableDeflickering (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_image_process.cc | 203 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/ |
D | vie_image_process_impl.cc | 162 int ViEImageProcessImpl::EnableDeflickering(const int capture_id, in EnableDeflickering() function in webrtc::ViEImageProcessImpl 174 if (vie_capture->EnableDeflickering(enable) != 0) { in EnableDeflickering()
|
D | vie_image_process_impl.h | 37 virtual int EnableDeflickering(const int capture_id, const bool enable);
|
D | vie_capturer.h | 97 int32_t EnableDeflickering(bool enable);
|
D | vie_capturer.cc | 406 int32_t ViECapturer::EnableDeflickering(bool enable) { in EnableDeflickering() function in webrtc::ViECapturer
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_image_process.h | 85 virtual int EnableDeflickering(const int capture_id, const bool enable) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 1240 WEBRTC_STUB(EnableDeflickering, (const int, const bool));
|