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

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

Issue 20962003: ExynosVideoEncodeAccelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_vea
Patch Set: 0d6e96d3 Nits. Created 7 years, 4 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 77471402ff0d61f259f228cc3d12403c332076e8..5ade8ce932dcf3b4509c5eb38d39bba7e3b56e98 100644
--- a/content/common/gpu/media/exynos_video_decode_accelerator.h
+++ b/content/common/gpu/media/exynos_video_decode_accelerator.h
@@ -85,6 +85,7 @@ class CONTENT_EXPORT ExynosVideoDecodeAccelerator :
private:
// These are rather subjectively tuned.
enum {
+ kInitialFramerate = 30,
kMfcInputBufferCount = 8,
// TODO(posciak): determine MFC input buffer size based on level limits.
// See http://crbug.com/255116.

Powered by Google App Engine
This is Rietveld 408576698