Part Number: TDA2SX
1,
( nullsrc-> decode ->vpe ->display ) : the display`s bottom has green and pink line,picture as follow, then I test the ( nullsrc-> decode ->display ) ,display show ok.
2,
scCropCfg.cropStartX =32;
scCropCfg.cropStartY=24;
scCropCfg.cropWidth = inputWidth -32;
scCropCfg.cropHeight = inputHeigh -32;
when i set cropStartX = 0,cropStartY=0, picture in display`s left appear green and top appear not right .
why cannot set the param to 0;
so i think vpe is not work well, how can I solve this problem?

