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

Unified Diff: media/gpu/vaapi_wrapper.cc

Issue 2656073003: media/gpu: restore VPP scaling to default (Closed)
Patch Set: media/gpu: restore VPP scaling to default Created 3 years, 10 months 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 | « no previous file | media/test/data/test-25fps.h264.md5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/vaapi_wrapper.cc
diff --git a/media/gpu/vaapi_wrapper.cc b/media/gpu/vaapi_wrapper.cc
index 4f36b6789d901b3f1059d89b1babd2a3c11222f2..15d1f189446010e7f9b7c5043d2ac48bed5043de 100644
--- a/media/gpu/vaapi_wrapper.cc
+++ b/media/gpu/vaapi_wrapper.cc
@@ -1062,7 +1062,7 @@ bool VaapiWrapper::BlitSurface(
pipeline_param->output_region = &output_region;
pipeline_param->output_background_color = 0xff000000;
pipeline_param->output_color_standard = VAProcColorStandardNone;
- pipeline_param->filter_flags = VA_FILTER_SCALING_HQ;
+ pipeline_param->filter_flags = VA_FILTER_SCALING_DEFAULT;
VA_SUCCESS_OR_RETURN(vaUnmapBuffer(va_display_, va_vpp_buffer_id_),
"Couldn't unmap vpp buffer", false);
« no previous file with comments | « no previous file | media/test/data/test-25fps.h264.md5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698