Searched refs:EnableBrightnessAlarm (Results 1 – 7 of 7) sorted by relevance
66 virtual int EnableBrightnessAlarm(const int capture_id, const bool enable);
381 int ViECaptureImpl::EnableBrightnessAlarm(const int capture_id, in EnableBrightnessAlarm() function in webrtc::ViECaptureImpl391 if (vie_capture->EnableBrightnessAlarm(enable) != 0) { in EnableBrightnessAlarm()
99 int32_t EnableBrightnessAlarm(bool enable);
450 int32_t ViECapturer::EnableBrightnessAlarm(bool enable) { in EnableBrightnessAlarm() function in webrtc::ViECapturer
243 virtual int EnableBrightnessAlarm(const int capture_id,
435 EXPECT_EQ(0, video_engine.capture->EnableBrightnessAlarm(capture_id, true)); in ViECaptureExternalCaptureTest()
869 WEBRTC_STUB(EnableBrightnessAlarm, (const int, const bool));