Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: webrtc/modules/video_processing/brightness_detection.h

Issue 1482913003: Initial VideoProcessing refactoring. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Based on pbos review Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_processing/brightness_detection.h
diff --git a/webrtc/modules/video_processing/brightness_detection.h b/webrtc/modules/video_processing/brightness_detection.h
index 7c21b512f0add7fc9200b1488ffc340eb64b80ae..78a7ac5e0bf0ee6c9205ad38a438b359c1c4c4dd 100644
--- a/webrtc/modules/video_processing/brightness_detection.h
+++ b/webrtc/modules/video_processing/brightness_detection.h
@@ -23,7 +23,7 @@ class VPMBrightnessDetection {
void Reset();
int32_t ProcessFrame(const VideoFrame& frame,
- const VideoProcessingModule::FrameStats& stats);
+ const VideoProcessing::FrameStats& stats);
private:
uint32_t frame_cnt_bright_;
@@ -32,4 +32,4 @@ class VPMBrightnessDetection {
} // namespace webrtc
-#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_
+#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_

Powered by Google App Engine
This is Rietveld 408576698