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
144 error_code |= 1 << IVD_FATALERROR; in ihevcd_map_error()411 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()418 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()733 ps_dec_op->u4_error_code = 1 << IVD_FATALERROR; in ihevcd_decode()
59 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
2211 ps_create_op->s_ivd_create_op_t.u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_create()3515 ps_ctl_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_ctl()
64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
189 IVD_FATALERROR = 0xe, enumerator
1710 ps_create_op->s_ivd_create_op_t.u4_error_code |= 1 << IVD_FATALERROR; in ih264d_create()1754 temp = 1 << IVD_FATALERROR; in ih264d_map_error()1820 temp = 1 << IVD_UNSUPPORTEDPARAM | 1 << IVD_FATALERROR; in ih264d_map_error()
341 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)2934 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in hevcdec_main()
358 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)3060 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in vdec_main()
348 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)3337 if((ps_video_decode_op->u4_error_code >> IVD_FATALERROR) & 1) in h264dec_main()