Searched refs:VPM_OK (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/ |
D | spatial_resampler.cc | 26 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()
|
D | content_analysis.cc | 59 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()
|
D | frame_preprocessor.cc | 69 return VPM_OK; in SetTargetResolution() 121 VPM_OK) { in PreprocessFrame()
|
D | content_analysis_sse2.cc | 100 return VPM_OK; in TemporalDiffMetric_SSE2() 116 return VPM_OK; in TemporalDiffMetric_SSE2() 268 return VPM_OK; in ComputeSpatialMetrics_SSE2()
|
D | deflickering.cc | 238 return VPM_OK; in ProcessFrame() 309 return VPM_OK; in PreDetection()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 204 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/ |
D | video_processing_defines.h | 24 #define VPM_OK 0 macro
|
/external/webrtc/webrtc/video/ |
D | vie_encoder.cc | 214 video_codec.maxFramerate) != VPM_OK) { in SetEncoder()
|