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

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

Issue 1869103002: Enable adaptive playback for spitzer, use conservative size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed a stale comment. Created 4 years, 8 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/android_video_decode_accelerator.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
index 272a6a01a27c20382d68ff01ece2ac7a5a136580..0867cfc9589e9925039dc0a75d27ebbd611c07c0 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -184,6 +184,9 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
// an encrypted stream.
media::MediaDrmBridgeCdmContext::JavaObjectPtr media_crypto_;
+ // Initial coded size.
DaleCurtis 2016/04/07 18:40:43 Add a note that this may and probably will change
liberato (no reviews please) 2016/04/07 20:46:28 Done.
+ gfx::Size coded_size_;
Tima Vaisburd 2016/04/07 18:50:01 nit: s/coded_size_/initial_frame_size_/ ? or just
liberato (no reviews please) 2016/04/07 20:46:28 renamed to |initial_expected_coded_size_|, per dal
+
protected:
friend class base::RefCountedThreadSafe<CodecConfig>;
virtual ~CodecConfig();

Powered by Google App Engine
This is Rietveld 408576698