Searched refs:Decimatedframe_rate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_decimator.h35 uint32_t Decimatedframe_rate();
H A Dframe_preprocessor.h52 uint32_t Decimatedframe_rate();
H A Dframe_preprocessor.cc81 uint32_t VPMFramePreprocessor::Decimatedframe_rate() { function in class:webrtc::VPMFramePreprocessor
82 return vd_->Decimatedframe_rate();
H A Dvideo_processing_impl.h61 virtual uint32_t Decimatedframe_rate();
H A Dvideo_decimator.cc96 uint32_t VPMVideoDecimator::Decimatedframe_rate() { function in class:webrtc::VPMVideoDecimator
H A Dvideo_processing_impl.cc181 uint32_t VideoProcessingModuleImpl::Decimatedframe_rate() { function in class:webrtc::VideoProcessingModuleImpl
183 return frame_pre_processor_.Decimatedframe_rate();
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
H A Dvideo_processing.h241 virtual uint32_t Decimatedframe_rate() = 0;

Completed in 92 milliseconds