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

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: 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
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..e8bce440eb03bd805a7f90e64aec54cbc8359a25 100644
--- a/content/common/gpu/media/exynos_video_decode_accelerator.h
+++ b/content/common/gpu/media/exynos_video_decode_accelerator.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
Ami GONE FROM CHROMIUM 2013/06/13 20:56:47 lolwat?
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698