Delete unused methods of the VideoProcessing class. And fix a typo.
Rename EnableDenosing --> EnableDenoising. Delete VideoProcessing FrameStats methods. Delete VideoProcessingImpl::BrightnessDetection and related files. Delete VideoProcessingImpl::Deflickering and related files. Delete VideoProcessing::Brighten. BUG= Review URL: https://codereview.webrtc.org/1901393003 Cr-Commit-Position: refs/heads/master@{#12521}
This commit is contained in:
@ -57,7 +57,7 @@ class VPMFramePreprocessor {
|
||||
uint32_t GetDecimatedHeight() const;
|
||||
|
||||
// Preprocess output:
|
||||
void EnableDenosing(bool enable);
|
||||
void EnableDenoising(bool enable);
|
||||
const VideoFrame* PreprocessFrame(const VideoFrame& frame);
|
||||
VideoContentMetrics* GetContentMetrics() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user