OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrightnessDetection
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
brightness_detection_test.cc
17
TEST_F(VideoProcessingModuleTest,
BrightnessDetection
)
32
ASSERT_GE(brightnessWarning = vpm_->
BrightnessDetection
(video_frame_,
73
ASSERT_GE(brightnessWarning = vpm_->
BrightnessDetection
(video_frame_,
109
ASSERT_GE(brightnessWarning = vpm_->
BrightnessDetection
(video_frame_,
video_processing_unittest.cc
87
EXPECT_EQ(-3, vpm_->
BrightnessDetection
(videoFrame, stats));
101
EXPECT_EQ(-3, vpm_->
BrightnessDetection
(video_frame_, stats));
118
EXPECT_EQ(-3, vpm_->
BrightnessDetection
(video_frame_, stats));
166
ASSERT_EQ(0, vpm_->
BrightnessDetection
(video_frame_, stats));
168
ASSERT_EQ(0, vpm_->
BrightnessDetection
(video_frame2, stats));
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_processing_impl.h
41
virtual int32_t
BrightnessDetection
(const I420VideoFrame& frame,
video_processing_impl.cc
154
int32_t VideoProcessingModuleImpl::
BrightnessDetection
(
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h
63
Specifies the warning types returned by
BrightnessDetection
().
203
virtual int32_t
BrightnessDetection
(const I420VideoFrame& frame,
/external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc
525
int32_t brightness = image_proc_module_->
BrightnessDetection
(
Completed in 1820 milliseconds