I want to , put the image from video buffer to offset to a particular location (say for example an offset of 360 pixels each line), on screen.
The image is in NV12 format.
I tired using DISPC_VID1_ROW_INCREMENT register, to a value 1+(360*12).
But this did not work out.
Need some guidance on how , exactly this can be acheived. I am trying to shift the entire image coming on display to center of the screen.