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.

How to interpret decode-error code for DM365

Dear all:

    I get some error when  decode H.264 as below:

Bytes Consumed so far = 23647  [DEC_REC ERROR : decode_tsk.c:DECODE_decode:480]:ALG_vidDecRun Fail !!
 ERROR  (alg_vidDec.c|ALG_vidDecRun|303): status=-1
 ERROR  (alg_vidDec.c|ALG_vidDecRun|310): XDM_GETSTATUS failed with error code = 0x425 , status=-1

 Bytes Consumed so far = 15388  [DEC_REC ERROR : decode_tsk.c:DECODE_decode:480]:ALG_vidDecRun Fail !!
 ERROR  (alg_vidDec.c|ALG_vidDecRun|303): status=-1
 ERROR  (alg_vidDec.c|ALG_vidDecRun|310): XDM_GETSTATUS failed with error code = 0x200 , status=-1

   Can anyone tell how to interpret these error code

I'm appreciate that , thanks for you visit

 

Best regard

  •  

    Hi,

    Error codes are described in interface file 'ih264vdec.h' and Decoder UserGuide. Bit 0 - 6 related to Codec related errors and upper bits related to XDM errors.

    In your case errorcode is  x425, 25 is codec related error which means 'IH264VDEC_EX_ERR_NO_NAL_SYNC_MARKER' decoder not able to find valid NAL info. and 4 means XDM_INSUFFICIENTDATA. It means decoder parsed all data give to it but not able find valid NAL data. XDM errors are explained in 'http://processors.wiki.ti.com/index.php/XDM_FAQ