Thanks a lot for your reply
Actually our requirement is like below,
We have to downscale a yuv file with resolution 640x480 or more to 320x240 and encode to mp4 and send through wireless network.
As we understand CSI is a dedicated Bus to the PRP module. If we try to put our own YUV420 data instead of Camera data( still not clear how exactly we can use memory instead of CSI, because the CSI is directly putting to Prp & RX FIFO /DMA is not under Software control),
Also if we try to use as above, how to give details about the frame like Start of Frame, End of Frame, Change of Field, FIFO full .There is a single interrupt source to the interrupt controller from maskable sensor interrupt sources from the CSI. How can we simulate this for Raw YUV420
Also for CSI, channel 1 is used to get display output but we have to use channel 2 as an input to the mpeg4 encoder.
Hence we were thinking if we can use AHB memory interface instead of CSI as per the Refernce manual 41.1.2 is this possible, but nowehere it is clear on how we can use AHB memory interface to Prp.