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

Unified Diff: webrtc/modules/video_processing/deflickering.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/deflickering.h
diff --git a/webrtc/modules/video_processing/deflickering.h b/webrtc/modules/video_processing/deflickering.h
index 7e61f819a0579d9bcb5c65e6cd0b10b83686e983..e1dfa8f09027cf23ce92b2ef61cb5c9dbca2d79c 100644
--- a/webrtc/modules/video_processing/deflickering.h
+++ b/webrtc/modules/video_processing/deflickering.h
@@ -24,12 +24,11 @@ class VPMDeflickering {
~VPMDeflickering();
void Reset();
- int32_t ProcessFrame(VideoFrame* frame,
- VideoProcessingModule::FrameStats* stats);
+ int32_t ProcessFrame(VideoFrame* frame, VideoProcessing::FrameStats* stats);
private:
int32_t PreDetection(uint32_t timestamp,
- const VideoProcessingModule::FrameStats& stats);
+ const VideoProcessing::FrameStats& stats);
int32_t DetectFlicker();
@@ -53,4 +52,4 @@ class VPMDeflickering {
} // namespace webrtc
-#endif // WEBRTC_MODULES_VIDEO_PROCESSING_DEFLICKERING_H_
+#endif // WEBRTC_MODULES_VIDEO_PROCESSING_DEFLICKERING_H_

Powered by Google App Engine
This is Rietveld 408576698