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.
各位好:
想请问一下dec_link的下一级可以为enc_link吗?
这个是转码的需求么?
不是哈,只是想搭个环路了解一下link的使用,好做下一步的工作
可以的
那我 IPC_BITS_IN (Video)->DEC (YUV420SP)->DUP->ENC->IPC_OUT (Video)没问题吧?
但我这样写了以后,在运行时程序会卡在System_linkCreate(SYSTEM_VIDEO_LINK_ID_DUP_0,&dupPrm_2,sizeof(dupPrm_2),然后看了videom3的代码在初始化时将DupLink_init();屏蔽了,是不是说明video m3不支持dup啊
为了节省code size,RDK里默认没打开。
你可以打开的,没问题。
谢谢各位了哈