Home
last modified time | relevance | path

Searched refs:GetDecimatedFrameRate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc85 uint32_t VPMFramePreprocessor::GetDecimatedFrameRate() { in GetDecimatedFrameRate() function in webrtc::VPMFramePreprocessor
86 return vd_->GetDecimatedFrameRate(); in GetDecimatedFrameRate()
Dvideo_processing_impl.cc143 uint32_t VideoProcessingImpl::GetDecimatedFrameRate() { in GetDecimatedFrameRate() function in webrtc::VideoProcessingImpl
145 return frame_pre_processor_.GetDecimatedFrameRate(); in GetDecimatedFrameRate()
Dvideo_decimator.h35 uint32_t GetDecimatedFrameRate();
Dframe_preprocessor.h57 uint32_t GetDecimatedFrameRate();
Dvideo_processing_impl.h39 uint32_t GetDecimatedFrameRate() override;
Dvideo_decimator.cc97 uint32_t VPMVideoDecimator::GetDecimatedFrameRate() { in GetDecimatedFrameRate() function in webrtc::VPMVideoDecimator
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h84 virtual uint32_t GetDecimatedFrameRate() = 0;