Index: content/common/gpu/media/v4l2_device.h |
diff --git a/content/common/gpu/media/v4l2_device.h b/content/common/gpu/media/v4l2_device.h |
index 72af69967b3ea83d9820eee283b52e88b6754cad..c9b67d4e1aecc5a0030415832ed0caff03c44635 100644 |
--- a/content/common/gpu/media/v4l2_device.h |
+++ b/content/common/gpu/media/v4l2_device.h |
@@ -106,6 +106,9 @@ class CONTENT_EXPORT V4L2Device |
// Returns the preferred V4L2 input format or 0 if don't care. |
virtual uint32 PreferredInputFormat() = 0; |
+ // Get maximum resolution for fourcc format. |
+ gfx::Size GetMaxSupportedResolution(unsigned int pixelformat); |
Pawel Osciak
2015/04/22 08:50:55
s/unsigned int/uint32_t/
henryhsu
2015/04/23 03:56:42
Done.
|
+ |
protected: |
friend class base::RefCountedThreadSafe<V4L2Device>; |
virtual ~V4L2Device(); |