Searched refs:IVD_FATALERROR (Results 1 – 12 of 12) sorted by relevance
64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))74 #define SET_IVD_FATAL_ERROR(x) ((x) |= (x) | (1 << IVD_FATALERROR))
175 IVD_FATALERROR = 0xe, enumerator
138 error_code |= 1 << IVD_FATALERROR; in ihevcd_map_error()366 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()373 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()677 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
58 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
2094 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR; in ihevcd_create()3397 ps_ctl_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_ctl()
63 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
177 IVD_FATALERROR = 0xe, enumerator
1510 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR; in ih264d_create()1552 temp = 1 << IVD_FATALERROR; in ih264d_map_error()1615 temp = 1 << IVD_UNSUPPORTEDPARAM | 1 << IVD_FATALERROR; in ih264d_map_error()
344 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)2932 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in hevcdec_main()
361 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)3047 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in vdec_main()
351 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)3062 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in h264dec_main()