Home
last modified time | relevance | path

Searched refs:frame_pre_processor_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc122 frame_pre_processor_.EnableTemporalDecimation(enable); in EnableTemporalDecimation()
128 frame_pre_processor_.SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
135 return frame_pre_processor_.SetTargetResolution(width, height, frame_rate); in SetTargetResolution()
140 frame_pre_processor_.SetTargetFramerate(frame_rate); in SetTargetFramerate()
145 return frame_pre_processor_.GetDecimatedFrameRate(); in GetDecimatedFrameRate()
150 return frame_pre_processor_.GetDecimatedWidth(); in GetDecimatedWidth()
155 return frame_pre_processor_.GetDecimatedHeight(); in GetDecimatedHeight()
160 frame_pre_processor_.EnableDenosing(enable); in EnableDenosing()
166 return frame_pre_processor_.PreprocessFrame(frame); in PreprocessFrame()
171 return frame_pre_processor_.GetContentMetrics(); in GetContentMetrics()
[all …]
Dvideo_processing_impl.h50 VPMFramePreprocessor frame_pre_processor_; variable