Other Parts Discussed in Thread: TEST2
Hi, TI experts,
1. Our TDA4 device using LDC module,convert Image YUV422 uyvy to YUV420 NV21,only using format conversion.
2. Input: 4 sorrond camera data,format YUV422 uyvy,resolution 1280*800,frame rate 30fps
Output: 4 sorrond camera data,format YUV420 NV21,resolution 1280*800,frame rate 30fps
3. Then,based on C66 core format conversion method, using the following calculation, an estimated consumption of around 410MB
read: 1280*800*2*4*30=245,760,000 BYTE,234MB
write: 1280*800*1.5*4*30=184,320,000 BYTE,175MB
4. But, when implementing the functionality with LDC in practice, it was found that the bandwidth consumption is around 580MB, which is 170MB higher.
the LDC params as shown as follows:

5. So, consulting TI experts, is the above calculation incorrect, and how should it be calculated correctly?



