aboutsummaryrefslogtreecommitdiff
path: root/system/hwc3/Drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/hwc3/Drm.h')
-rw-r--r--system/hwc3/Drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/hwc3/Drm.h b/system/hwc3/Drm.h
index 1d25033e..7b822552 100644
--- a/system/hwc3/Drm.h
+++ b/system/hwc3/Drm.h
@@ -22,9 +22,9 @@ namespace aidl::android::hardware::graphics::composer3::impl {
const char* GetDrmFormatString(uint32_t drm_format);
-int GetDrmFormatBytesPerPixel(uint32_t drm_format);
+uint32_t GetDrmFormatBytesPerPixel(uint32_t drm_format);
-int GetDrmFormatFromHalFormat(int hal_format);
+uint32_t GetDrmFormatFromHalFormat(int hal_format);
} // namespace aidl::android::hardware::graphics::composer3::impl