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

  /external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.h 44 int32_t SetTargetResolution(uint32_t width,
video_processing_impl.h 35 int32_t SetTargetResolution(uint32_t width,
video_processing_impl.cc 131 int32_t VideoProcessingImpl::SetTargetResolution(uint32_t width,
135 return frame_pre_processor_.SetTargetResolution(width, height, frame_rate);
frame_preprocessor.cc 56 int32_t VPMFramePreprocessor::SetTargetResolution(uint32_t width,
  /external/webrtc/webrtc/modules/video_processing/include/
video_processing.h 78 virtual int32_t SetTargetResolution(uint32_t width,
  /external/webrtc/webrtc/modules/video_processing/test/
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/video/
vie_encoder.cc 213 if (vp_->SetTargetResolution(video_codec.width, video_codec.height,
627 return vp_->SetTargetResolution(width, height, frame_rate);

Completed in 207 milliseconds