HomeSort by relevance Sort by last modified time
    Searched refs:frame_pre_processor_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_processing/
video_processing_impl.cc 122 frame_pre_processor_.EnableTemporalDecimation(enable);
128 frame_pre_processor_.SetInputFrameResampleMode(resampling_mode);
135 return frame_pre_processor_.SetTargetResolution(width, height, frame_rate);
140 frame_pre_processor_.SetTargetFramerate(frame_rate);
145 return frame_pre_processor_.GetDecimatedFrameRate();
150 return frame_pre_processor_.GetDecimatedWidth();
155 return frame_pre_processor_.GetDecimatedHeight();
160 frame_pre_processor_.EnableDenosing(enable);
166 return frame_pre_processor_.PreprocessFrame(frame);
171 return frame_pre_processor_.GetContentMetrics()
    [all...]
video_processing_impl.h 50 VPMFramePreprocessor frame_pre_processor_; member in class:webrtc::VideoProcessingImpl

Completed in 946 milliseconds