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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
frame_preprocessor.h 43 int32_t SetTargetResolution(uint32_t width, uint32_t height,
video_processing_impl.h 54 virtual int32_t SetTargetResolution(uint32_t width,
frame_preprocessor.cc 61 int32_t VPMFramePreprocessor::SetTargetResolution(
video_processing_impl.cc 166 int32_t VideoProcessingModuleImpl::SetTargetResolution(uint32_t width,
170 return frame_pre_processor_.SetTargetResolution(width, height, frame_rate);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h 223 virtual int32_t SetTargetResolution(uint32_t width,
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 116 EXPECT_EQ(VPM_PARAMETER_ERROR, vpm_->SetTargetResolution(0,0,0));
185 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 15));
186 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
189 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
193 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
283 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(targetwidth_, targetheight_, 30));
317 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(sourcewidth_,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
quality_modes_test.cc 253 _vpm->SetTargetResolution(_width, _height,
431 retVal = _vpm->SetTargetResolution(width, height, frameRate);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 326 if (vpm_.SetTargetResolution(video_codec.width, video_codec.height,
963 return vpm_->SetTargetResolution(width, height, frame_rate);

Completed in 182 milliseconds