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 <xihai.zhu@amlogic.com>
This commit is contained in:
Xihai Zhu
2019-09-10 23:23:37 -04:00
committed by Tao Zeng
parent 94fa11f654
commit d407846fca

View File

@@ -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,