Lines Matching refs:u4_error_code

187     ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code);  in ihevcd_fill_outargs()
344 ps_dec_op->u4_error_code = IHEVCD_END_OF_SEQUENCE; in ihevcd_fill_outargs()
402 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
403 ps_dec_op->u4_error_code |= IHEVCD_INIT_NOT_DONE; in ihevcd_decode()
409 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
410 ps_dec_op->u4_error_code |= IHEVCD_NUM_FRAMES_LIMIT_REACHED; in ihevcd_decode()
427 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
428 ps_dec_op->u4_error_code |= IVD_DEC_FRM_BS_BUF_NULL; in ihevcd_decode()
438 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
439 ps_dec_op->u4_error_code |= IVD_DEC_NUMBYTES_INV; in ihevcd_decode()
461 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
462 ps_dec_op->u4_error_code |= IVD_DISP_FRM_ZERO_OP_BUFS; in ihevcd_decode()
470 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
471 ps_dec_op->u4_error_code |= IVD_DISP_FRM_OP_BUF_NULL; in ihevcd_decode()
477 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
478 ps_dec_op->u4_error_code |= IVD_DISP_FRM_ZERO_OP_BUF_SIZE; in ihevcd_decode()
574 ps_dec_op->u4_error_code = IVD_DEC_REF_BUF_NULL; in ihevcd_decode()
575 ps_dec_op->u4_error_code |= (1 << IVD_UNSUPPORTEDPARAM); in ihevcd_decode()
718 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
719 ps_dec_op->u4_error_code |= IVD_MEM_ALLOC_FAILED; in ihevcd_decode()