summaryrefslogtreecommitdiff
path: root/gralloc4/src/core/format_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc4/src/core/format_info.h')
-rw-r--r--gralloc4/src/core/format_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gralloc4/src/core/format_info.h b/gralloc4/src/core/format_info.h
index ad2db6d..3742a38 100644
--- a/gralloc4/src/core/format_info.h
+++ b/gralloc4/src/core/format_info.h
@@ -35,8 +35,8 @@ typedef uint8_t format_support_flags;
typedef struct
{
- uint16_t width;
- uint16_t height;
+ uint64_t width;
+ uint64_t height;
} rect_t;
constexpr bool is_power2(uint8_t n)