This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Zhang Ke,
DVR RDK在DM8168上可以实现16路同编同解,三个IVAHD都使用了,你的应用应该是没有什么问题的。
1. 请问你代码的下面类似配置,是否和你使用的DM8168配置的频率一致?
System_common.h
#if defined(TI_816X_BUILD)
#define SYSTEM_M3VPSS_FREQ (280*1000*1000)
#define SYSTEM_M3VIDEO_FREQ (280*1000*1000)
#define SYSTEM_DSP_FREQ (800*1000*1000)
#endif
2 你的videoM3的loading有多少?