Hi
I have a question on EDMA transfer. I am trying to transfer an array of N YUV 16x16 Blocks to a frame buffer of size 1280x720.
Well, I am using a AB-Sync Transfer case using the QDMA channels. Following are my params settings : -
acnt = 16
bcnt =16
ccnt = N
srcbidx = 16
desbidx = 1280
srccidx = 16*3
descidx = 16 (Y U V frame has 1280 x 720 Y data first then U and V)
Now my transfer is working well for just one block i.e i could only see the successful transfer for 16x16 Y data (have not checked U and V). So it seems something is wrong in C index. Does QDMA supports such 3D transfers or I am doing some config pram mistake?
Can you please let me know?
Thanks
Abhishek