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

Unified Diff: media/gpu/dxva_video_decode_accelerator_win.h

Issue 2472173002: DXVA: Add --disable-low-latency-dxva to disable low latency decoding (Closed)
Patch Set: IPC Created 4 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 | « gpu/command_buffer/service/gpu_preferences.h ('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 97f817b83c663c86abb675fec7f2868ffe04fa5b..fbcf804fac61c07a8a0e0c3143d885d3b9ae44c0 100644
--- a/media/gpu/dxva_video_decode_accelerator_win.h
+++ b/media/gpu/dxva_video_decode_accelerator_win.h
@@ -480,6 +480,9 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
// multiple flush done notifications being sent out.
bool pending_flush_;
+ // Use CODECAPI_AVLowLatencyMode.
+ bool enable_low_latency_;
+
bool share_nv12_textures_;
// Copy NV12 texture to another NV12 texture.
« no previous file with comments | « gpu/command_buffer/service/gpu_preferences.h ('k') | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698