Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: webrtc/video_engine/vie_encoder.cc

Issue 1447073002: Remove ViEEncoder::ScaleInputImage. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video_engine/vie_encoder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/vie_encoder.cc
diff --git a/webrtc/video_engine/vie_encoder.cc b/webrtc/video_engine/vie_encoder.cc
index 509ac09505da99a7ff7b8e20955ecaec354c0f7d..ca3000789e02daf212e58a0bcc584b5b88cc49b4 100644
--- a/webrtc/video_engine/vie_encoder.cc
+++ b/webrtc/video_engine/vie_encoder.cc
@@ -255,19 +255,6 @@ int32_t ViEEncoder::SetEncoder(const webrtc::VideoCodec& video_codec) {
return 0;
}
-int32_t ViEEncoder::ScaleInputImage(bool enable) {
- VideoFrameResampling resampling_mode = kFastRescaling;
- // TODO(mflodman) What?
- if (enable) {
- // kInterpolation is currently not supported.
- LOG_F(LS_ERROR) << "Not supported.";
- return -1;
- }
- vpm_->SetInputFrameResampleMode(resampling_mode);
-
- return 0;
-}
-
int ViEEncoder::GetPaddingNeededBps() const {
int64_t time_of_last_frame_activity_ms;
int min_transmit_bitrate_bps;
« no previous file with comments | « webrtc/video_engine/vie_encoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698