Searched defs:GetDecimatedFrameRate (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dframe_preprocessor.cc85 uint32_t VPMFramePreprocessor::GetDecimatedFrameRate() { function in class:webrtc::VPMFramePreprocessor
86 return vd_->GetDecimatedFrameRate();
H A Dvideo_decimator.cc97 uint32_t VPMVideoDecimator::GetDecimatedFrameRate() { function in class:webrtc::VPMVideoDecimator
H A Dvideo_processing_impl.cc143 uint32_t VideoProcessingImpl::GetDecimatedFrameRate() { function in class:webrtc::VideoProcessingImpl
145 return frame_pre_processor_.GetDecimatedFrameRate();

Completed in 624 milliseconds