Home
last modified time | relevance | path

Searched refs:GetDecimatedHeight (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc153 uint32_t VideoProcessingImpl::GetDecimatedHeight() const { in GetDecimatedHeight() function in webrtc::VideoProcessingImpl
155 return frame_pre_processor_.GetDecimatedHeight(); in GetDecimatedHeight()
Dframe_preprocessor.h59 uint32_t GetDecimatedHeight() const;
Dvideo_processing_impl.h41 uint32_t GetDecimatedHeight() const override;
Dframe_preprocessor.cc93 uint32_t VPMFramePreprocessor::GetDecimatedHeight() const { in GetDecimatedHeight() function in webrtc::VPMFramePreprocessor
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h86 virtual uint32_t GetDecimatedHeight() const = 0;