Home
last modified time | relevance | path

Searched refs:VPM_OK (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.cc26 return VPM_OK; in SetTargetFrameSize()
34 return VPM_OK; in SetTargetFrameSize()
52 return VPM_OK; in ResampleFrame()
56 return VPM_OK; in ResampleFrame()
76 return VPM_OK; in ResampleFrame()
Dcontent_analysis.cc59 if (VPM_OK != Initialize(inputFrame.width(), inputFrame.height())) in ComputeContentMetrics()
96 return VPM_OK; in Release()
141 return VPM_OK; in Initialize()
150 return VPM_OK; in ComputeMotionMetrics()
187 return VPM_OK; in TemporalDiffMetric_C()
202 return VPM_OK; in TemporalDiffMetric_C()
265 return VPM_OK; in ComputeSpatialMetrics_C()
Dframe_preprocessor.cc69 return VPM_OK; in SetTargetResolution()
121 VPM_OK) { in PreprocessFrame()
Dcontent_analysis_sse2.cc100 return VPM_OK; in TemporalDiffMetric_SSE2()
116 return VPM_OK; in TemporalDiffMetric_SSE2()
268 return VPM_OK; in ComputeSpatialMetrics_SSE2()
Ddeflickering.cc238 return VPM_OK; in ProcessFrame()
309 return VPM_OK; in PreDetection()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc204 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 15));
205 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30));
208 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30));
314 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(target_width, target_height, 30));
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing_defines.h24 #define VPM_OK 0 macro
/external/webrtc/webrtc/video/
Dvie_encoder.cc214 video_codec.maxFramerate) != VPM_OK) { in SetEncoder()