summaryrefslogtreecommitdiff
authorbaocheng sun <baocheng.sun@amlogic.com>2020-01-09 10:50:39 (GMT)
committer sky zhou <sky.zhou@amlogic.com>2020-05-21 11:38:27 (GMT)
commit83defda9eb1311702d41c3330a56a980a3e408f6 (patch)
tree521d022cc6b4ed3c0115036775c38e0b9b53be7b
parentd0375fe145b5bda80ff866b2f5049fdd7db1a597 (diff)
downloadhwcomposer-83defda9eb1311702d41c3330a56a980a3e408f6.zip
hwcomposer-83defda9eb1311702d41c3330a56a980a3e408f6.tar.gz
hwcomposer-83defda9eb1311702d41c3330a56a980a3e408f6.tar.bz2
HWC: update osd input min size [1/1]
PD#SWPL-16741 Problem: Display a blue line under screen during reboot Solution: Update the osd input min size to 128 pixels Verify: Franklin Change-Id: Ifae896d5ef92ed10d84b9f93da069db102eaa91c Signed-off-by: baocheng sun <baocheng.sun@amlogic.com>
Diffstat
-rw-r--r--common/display/AmFramebuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/display/AmFramebuffer.h b/common/display/AmFramebuffer.h
index ebb4074..d544b02 100644
--- a/common/display/AmFramebuffer.h
+++ b/common/display/AmFramebuffer.h
@@ -175,7 +175,7 @@ typedef struct osd_page_flip_info_t {
#define OSD_INPUT_MAX_WIDTH (1920)
#define OSD_INPUT_MAX_HEIGHT (1080)
-#define OSD_INPUT_MIN_WIDTH (32)
-#define OSD_INPUT_MIN_HEIGHT (32)
+#define OSD_INPUT_MIN_WIDTH (128)
+#define OSD_INPUT_MIN_HEIGHT (128)
#endif/*AM_FRAMEBUFFER_H*/