Lines Matching refs:u4_error_code
190 ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code); in ihevcd_fill_outargs()
347 ps_dec_op->u4_error_code = IHEVCD_END_OF_SEQUENCE; in ihevcd_fill_outargs()
407 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
408 ps_dec_op->u4_error_code |= IHEVCD_INIT_NOT_DONE; in ihevcd_decode()
414 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
415 ps_dec_op->u4_error_code |= IHEVCD_NUM_FRAMES_LIMIT_REACHED; in ihevcd_decode()
432 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
433 ps_dec_op->u4_error_code |= IVD_DEC_FRM_BS_BUF_NULL; in ihevcd_decode()
443 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
444 ps_dec_op->u4_error_code |= IVD_DEC_NUMBYTES_INV; in ihevcd_decode()
467 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
468 ps_dec_op->u4_error_code |= IVD_DISP_FRM_ZERO_OP_BUFS; in ihevcd_decode()
476 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
477 ps_dec_op->u4_error_code |= IVD_DISP_FRM_OP_BUF_NULL; in ihevcd_decode()
483 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
484 ps_dec_op->u4_error_code |= IVD_DISP_FRM_ZERO_OP_BUF_SIZE; in ihevcd_decode()
580 ps_dec_op->u4_error_code = IVD_DEC_REF_BUF_NULL; in ihevcd_decode()
581 ps_dec_op->u4_error_code |= (1 << IVD_UNSUPPORTEDPARAM); in ihevcd_decode()
722 ps_dec_op->u4_error_code = 1 << IVD_FATALERROR; in ihevcd_decode()
723 ps_dec_op->u4_error_code |= IVD_MEM_ALLOC_FAILED; in ihevcd_decode()