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.

dvsdkdemos/dm6467/video.c文件中能将自己编写的算法直接加在venc1_process()或者vdec2_process()函数中吗?



本人最近在做有关达芬奇dm6467T视频算法开发方面的工作,在阅读程序的时候看到venc1_process()函数中封装了VIDENC1_process()函数,我能不能将自己的算法用该函数中或者vdec2_process()函数进行调用呢,请指点一下,多谢。。

还有,如果要自己编写app端的visa函数,该怎么做呢,有没有现成的例程代码参考呢,如何在video.c文件中调用自己在远端codec中编好的算法呢,有没有完整的代码可供参考一下呢,新手路走不通,求指教