OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrightnessDetection
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_processing/test/
brightness_detection_test.cc
20
#define MAYBE_BrightnessDetection
BrightnessDetection
35
ASSERT_GE(brightnessWarning = vp_->
BrightnessDetection
(video_frame_, stats),
72
ASSERT_GE(brightnessWarning = vp_->
BrightnessDetection
(video_frame_, stats),
106
ASSERT_GE(brightnessWarning = vp_->
BrightnessDetection
(video_frame_, stats),
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/include/
video_processing.h
68
virtual int32_t
BrightnessDetection
(const VideoFrame& frame,
/external/webrtc/webrtc/modules/video_processing/
video_processing_impl.h
30
int32_t
BrightnessDetection
(const VideoFrame& frame,
video_processing_impl.cc
114
int32_t VideoProcessingImpl::
BrightnessDetection
(const VideoFrame& frame,
Completed in 118 milliseconds