Home
last modified time | relevance | path

Searched refs:VPMFramePreprocessor (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc17 VPMFramePreprocessor::VPMFramePreprocessor() in VPMFramePreprocessor() function in webrtc::VPMFramePreprocessor
27 VPMFramePreprocessor::~VPMFramePreprocessor() { in ~VPMFramePreprocessor()
34 void VPMFramePreprocessor::Reset() { in Reset()
43 void VPMFramePreprocessor::EnableTemporalDecimation(bool enable) { in EnableTemporalDecimation()
47 void VPMFramePreprocessor::EnableContentAnalysis(bool enable) { in EnableContentAnalysis()
51 void VPMFramePreprocessor::SetInputFrameResampleMode( in SetInputFrameResampleMode()
56 int32_t VPMFramePreprocessor::SetTargetResolution(uint32_t width, in SetTargetResolution()
72 void VPMFramePreprocessor::SetTargetFramerate(int frame_rate) { in SetTargetFramerate()
81 void VPMFramePreprocessor::UpdateIncomingframe_rate() { in UpdateIncomingframe_rate()
85 uint32_t VPMFramePreprocessor::GetDecimatedFrameRate() { in GetDecimatedFrameRate()
[all …]
Dframe_preprocessor.h28 class VPMFramePreprocessor {
30 VPMFramePreprocessor();
31 ~VPMFramePreprocessor();
Dvideo_processing_impl.h50 VPMFramePreprocessor frame_pre_processor_;