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

  /external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.cc 97 void VPMFramePreprocessor::EnableDenosing(bool enable) {
video_processing_impl.cc 158 void VideoProcessingImpl::EnableDenosing(bool enable) {
160 frame_pre_processor_.EnableDenosing(enable);

Completed in 90 milliseconds