Searched refs:SetTargetResolution (Results 1 – 7 of 7) sorted by relevance
/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/ |
D | video_processing_impl.cc | 131 int32_t VideoProcessingImpl::SetTargetResolution(uint32_t width, in SetTargetResolution() function in webrtc::VideoProcessingImpl 135 return frame_pre_processor_.SetTargetResolution(width, height, frame_rate); in SetTargetResolution()
|
D | frame_preprocessor.h | 44 int32_t SetTargetResolution(uint32_t width,
|
D | video_processing_impl.h | 35 int32_t SetTargetResolution(uint32_t width,
|
D | frame_preprocessor.cc | 56 int32_t VPMFramePreprocessor::SetTargetResolution(uint32_t width, in SetTargetResolution() function in webrtc::VPMFramePreprocessor
|
/external/webrtc/webrtc/modules/video_processing/include/ |
D | video_processing.h | 78 virtual int32_t SetTargetResolution(uint32_t width,
|
/external/webrtc/webrtc/video/ |
D | vie_encoder.cc | 213 if (vp_->SetTargetResolution(video_codec.width, video_codec.height, in SetEncoder() 627 return vp_->SetTargetResolution(width, height, frame_rate); in SetVideoQMSettings()
|