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

Unified Diff: content/common/gpu/media/exynos_video_decode_accelerator.h

Issue 16866016: Revert hotfix for EVDA tearing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: 27c368ed Copyright notice. Created 7 years, 6 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 | content/common/gpu/media/exynos_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/exynos_video_decode_accelerator.h
diff --git a/content/common/gpu/media/exynos_video_decode_accelerator.h b/content/common/gpu/media/exynos_video_decode_accelerator.h
index 0eb3299c018e4465313ed35c00a55994dc80e053..af906f3aa82b1576f1dc6e6f95e0dcc4900716d0 100644
--- a/content/common/gpu/media/exynos_video_decode_accelerator.h
+++ b/content/common/gpu/media/exynos_video_decode_accelerator.h
@@ -91,12 +91,6 @@ class CONTENT_EXPORT ExynosVideoDecodeAccelerator :
// Number of output buffers to use for each VDA stage above what's required
// by the decoder (e.g. DPB size, in H264).
kDpbOutputBufferExtraCount = 3,
- // We're continuing to have issues with synchronization between Mali 3D and
- // Exynos video decode, so we buffer this many extra GSC output buffers in
- // the GSC free output buffers queue, to add a safety margin.
- // Must be lesser than or equal to kDpbOutputBufferExtraCount.
- // TODO(sheu): remove this hack (http://crbug.com/225563).
- kGscOutputBufferExtraForSyncCount = 2,
};
// Internal state of the decoder.
« no previous file with comments | « no previous file | content/common/gpu/media/exynos_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698