Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc148 uint32_t VideoProcessingImpl::GetDecimatedWidth() const { in GetDecimatedWidth() function in webrtc::VideoProcessingImpl
150 return frame_pre_processor_.GetDecimatedWidth(); in GetDecimatedWidth()
Dframe_preprocessor.h58 uint32_t GetDecimatedWidth() const;
Dvideo_processing_impl.h40 uint32_t GetDecimatedWidth() const override;
Dframe_preprocessor.cc89 uint32_t VPMFramePreprocessor::GetDecimatedWidth() const { in GetDecimatedWidth() function in webrtc::VPMFramePreprocessor
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h85 virtual uint32_t GetDecimatedWidth() const = 0;