This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2SX: VPE Link has not work ok.

Part Number: TDA2SX

when I test the usecase 

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?