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

Unified Diff: media/gpu/vp8_decoder.h

Issue 2926593002: V4L2SVDA/VAAPIVDA: use visible size from decoder and pass to client (Closed)
Patch Set: V4L2SVDA/VAAPIVDA: use visible size from decoder and pass to client Created 3 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: media/gpu/vp8_decoder.h
diff --git a/media/gpu/vp8_decoder.h b/media/gpu/vp8_decoder.h
index 549271fb415523f4d9e8404c1142fe07a5933249..db0e2079bb918d0014b7b8541fb869e45c0a4907 100644
--- a/media/gpu/vp8_decoder.h
+++ b/media/gpu/vp8_decoder.h
@@ -99,6 +99,7 @@ class MEDIA_GPU_EXPORT VP8Decoder : public AcceleratedVideoDecoder {
size_t frame_size_;
gfx::Size pic_size_;
+ gfx::Rect visible_rect_;
int horizontal_scale_;
int vertical_scale_;

Powered by Google App Engine
This is Rietveld 408576698