Hi ,
I need to convert the the out put of CCDC (which is in YUV422 interleaved CbyCrY , if my understanding is not wrong) to YUV 420 planar for ma application.
For this I am planning to use EDMA3 ( Is there anything other than this ?) . I tried to understand the example that they used for this conversion. In that i dint understand why did they put
" while ( trFinished == 0 ); // wait for transferring Y to finish "
I understood that till it transfers all Y values but when will get out from this loop ?
Thanks,
Thupakula