Hello!
In my application, I use CCDC to get data from decoder tvp5I51. I have two question:
1. In CCDC parameters, "ffmode" has two choice: field mode and frame mode. As frame mode refers to interlaced mode, I want to know how the data is storaged in SDRAM.Odd-line part and even-line part are storaged seperatly, or they are intergrated into a whole picture and storaged?
2、In my case, as data is received from decoder, how can I set CCDC in filed mode? From your examples, I didn't get what I want. And I try to just modify "ffmode" parameters as filed mode in loopback example, but it fails to work.