From d407846fca6c6018d19b6bd31bb59c0d7d18ee42 Mon Sep 17 00:00:00 2001 From: Xihai Zhu Date: Tue, 10 Sep 2019 23:23:37 -0400 Subject: [PATCH] amvecm: minor fix failure for color bar detect [1/1] PD#SWPL-14019 Problem: colorbar is not detected Solution: tune the detection parameter Verify: tl1 Change-Id: I0bdbe8a7fa5d55a7a5879959439dc87a51d86034 Signed-off-by: Xihai Zhu --- drivers/amlogic/media/enhancement/amvecm/pattern_detection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/enhancement/amvecm/pattern_detection.c b/drivers/amlogic/media/enhancement/amvecm/pattern_detection.c index 0ff5715..c905fca 100644 --- a/drivers/amlogic/media/enhancement/amvecm/pattern_detection.c +++ b/drivers/amlogic/media/enhancement/amvecm/pattern_detection.c @@ -54,7 +54,7 @@ uint pattern_mask = PATTERN_MASK(PATTERN_75COLORBAR) | static uint pattern_param = PATTERN_PARAM_COUNT; static uint pattern0_param_info[PATTERN_PARAM_COUNT] = { - 5, 100, 850, 30, 110, 0x70000, 0xd0000, 0x158000, + 5, 100, 830, 30, 110, 0x70000, 0xd0000, 0x158000, 400, 40, 650, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -- 2.7.4