Searched refs:BrightnessDetection (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/test/ |
D | brightness_detection_test.cc | 20 #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()
|
D | video_processing_unittest.cc | 109 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/ |
D | video_processing_impl.h | 30 int32_t BrightnessDetection(const VideoFrame& frame,
|
D | video_processing_impl.cc | 114 int32_t VideoProcessingImpl::BrightnessDetection(const VideoFrame& frame, in BrightnessDetection() function in webrtc::VideoProcessingImpl
|
/external/webrtc/webrtc/modules/video_processing/include/ |
D | video_processing.h | 68 virtual int32_t BrightnessDetection(const VideoFrame& frame,
|