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

Unified Diff: media/gpu/dxva_video_decode_accelerator_win.h

Issue 2721893003: enable fp16 when --enable-hdr-output is on (Closed)
Patch Set: 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 | « media/gpu/DEPS ('k') | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/dxva_video_decode_accelerator_win.h
diff --git a/media/gpu/dxva_video_decode_accelerator_win.h b/media/gpu/dxva_video_decode_accelerator_win.h
index a4336fb9debfaa9868a785a68749bb7689b279c9..df3ff4dc69286cc12ca4e479b2b2d4fa9c546eae 100644
--- a/media/gpu/dxva_video_decode_accelerator_win.h
+++ b/media/gpu/dxva_video_decode_accelerator_win.h
@@ -538,6 +538,9 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
// Color spaced used when initializing the dx11 format converter.
gfx::ColorSpace dx11_converter_color_space_;
+ // Outputs from the dx11 format converter will be in this color space.
+ gfx::ColorSpace dx11_converter_output_color_space_;
+
// Set to true if we are sharing ANGLE's device.
bool using_angle_device_;
« no previous file with comments | « media/gpu/DEPS ('k') | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698