Searched refs:DecimatedHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dframe_preprocessor.h54 uint32_t DecimatedHeight() const;
H A Dvideo_processing_impl.h63 virtual uint32_t DecimatedHeight() const;
H A Dframe_preprocessor.cc91 uint32_t VPMFramePreprocessor::DecimatedHeight() const { function in class:webrtc::VPMFramePreprocessor
H A Dvideo_processing_impl.cc191 uint32_t VideoProcessingModuleImpl::DecimatedHeight() const { function in class:webrtc::VideoProcessingModuleImpl
193 return frame_pre_processor_.DecimatedHeight();
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
H A Dvideo_processing.h251 virtual uint32_t DecimatedHeight() const = 0 ;

Completed in 31 milliseconds