amvecm: fix factory mode test pattern abnormal LC effect [1/1]

PD#TV-5977

Problem:
customer platform, when LC is on, test pattern abnormal

Solution:
there is two frame delay for LC histogram, do not enable LC precess
before it is ready

Verify:
TL1

Change-Id: I78febb9f978dba44faff74677d84075fdf1fd8c7
Signed-off-by: Xihai Zhu <xihai.zhu@amlogic.com>
This commit is contained in:
Xihai Zhu
2019-06-27 03:26:15 -04:00
committed by Tao Zeng
parent 1ec07a08bb
commit 6e55859a19

View File

@@ -1477,7 +1477,7 @@ void lc_process(struct vframe_s *vf,
return;
}
if (lc_flag == 0) {
if (lc_flag <= 1) {
lc_flag++;
return;
}