Home
last modified time | relevance | path

Searched refs:BrightnessDetection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc20 #define MAYBE_BrightnessDetection BrightnessDetection
35 ASSERT_GE(brightnessWarning = vp_->BrightnessDetection(video_frame_, stats), in TEST_F()
72 ASSERT_GE(brightnessWarning = vp_->BrightnessDetection(video_frame_, stats), in TEST_F()
106 ASSERT_GE(brightnessWarning = vp_->BrightnessDetection(video_frame_, stats), in TEST_F()
Dvideo_processing_unittest.cc109 EXPECT_EQ(-3, vp_->BrightnessDetection(videoFrame, stats));
127 EXPECT_EQ(-3, vp_->BrightnessDetection(video_frame_, stats));
161 ASSERT_EQ(0, vp_->BrightnessDetection(video_frame_, stats));
163 ASSERT_EQ(0, vp_->BrightnessDetection(video_frame2, stats));
/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.h30 int32_t BrightnessDetection(const VideoFrame& frame,
Dvideo_processing_impl.cc114 int32_t VideoProcessingImpl::BrightnessDetection(const VideoFrame& frame, in BrightnessDetection() function in webrtc::VideoProcessingImpl
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h68 virtual int32_t BrightnessDetection(const VideoFrame& frame,