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.

dm8168 declink解码探测视频流问题



我用的是dvr_rdk4.03,我的chains是这样的

declink---(4)--->swmslink---(4)-->displaylink

解码出来有4路,如果有两路没有视频数据到declink,那么declink里面有没有什么接口或者变量能够探测到呢

?????????????????????????????????????????????

  • 你好;

             有没有解码,有没有数据进来,在process 函数中都可以跟到的;

             你也可以通过调  DEC_LINK_CMD_PRINT_IVAHD_STATISTICS 或者  DEC_LINK_CMD_PRINT_STATISTICS 接口查看

             可以获取 Utils_encdecHdvicpPrfPrint  , DecLink_printStatistics  信息。