Android J OS is running on DRA744 (J6). Analog camera is connected with DRA744(J6) to pin VIN3a..
from analog camera output is connect to ADC (TW2964) which is giving YCrCb422 format. Android HAL (provided by TI (omap4xxx)) convert YUV422 to YUV420 (NV12) format. (OMAP4xxx/V4LCameraAdapter/).
From DRA744 TRM came to know that VIP is also capable to convert YUV422 to YUV420 (NV12).
I am unable to understand at Android HAL when i start camera preview how can i get direct YUV420 (NV12) format video from VIP/VPE.