HomeSort by relevance Sort by last modified time
    Searched refs:VPM_OK (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing_defines.h 24 #define VPM_OK 0
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.cc 27 if (resampling_mode_ == kNoRescaling) return VPM_OK;
34 return VPM_OK;
52 return VPM_OK;
56 return VPM_OK;
76 return VPM_OK;
frame_preprocessor.cc 35 return VPM_OK;
74 return VPM_OK;
113 if (ret != VPM_OK) return ret;
130 return VPM_OK;
brighten.cc 41 return VPM_OK;
color_enhancement.cc 46 return VPM_OK;
content_analysis.cc 60 if (VPM_OK != Initialize(inputFrame.width(), inputFrame.height()))
97 return VPM_OK;
141 return VPM_OK;
151 return VPM_OK;
186 if (tempDiffSum == 0) return VPM_OK;
198 return VPM_OK;
260 return VPM_OK;
content_analysis_sse2.cc 99 if (tempDiffSum == 0) return VPM_OK;
112 return VPM_OK;
261 return VPM_OK;
brightness_detection.cc 27 return VPM_OK;
denoising.cc 50 return VPM_OK;
video_decimator.cc 43 return VPM_OK;
video_processing_impl.cc 56 return VPM_OK;
115 return VPM_OK;
deflickering.cc 236 return VPM_OK;
306 return VPM_OK;
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 202 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 15));
203 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
206 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
210 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
211 EXPECT_EQ(VPM_OK, vpm_->PreprocessFrame(video_frame_, &out_frame));
219 EXPECT_EQ(VPM_OK, vpm_->PreprocessFrame(video_frame_, &out_frame));
300 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(targetwidth_, targetheight_, 30));
301 ASSERT_EQ(VPM_OK, vpm->PreprocessFrame(source_frame, &out_frame));
334 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(sourcewidth_,
337 ASSERT_EQ(VPM_OK, vpm->PreprocessFrame(resampled_source_frame
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 342 video_codec.maxFramerate) != VPM_OK) {
540 if (ret != VPM_OK) {

Completed in 2283 milliseconds