Home
last modified time | relevance | path

Searched refs:IVD_FATALERROR (Results 1 – 12 of 12) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d.h64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
74 #define SET_IVD_FATAL_ERROR(x) ((x) |= (x) | (1 << IVD_FATALERROR))
Divd.h175 IVD_FATALERROR = 0xe, enumerator
/external/libhevc/decoder/
Dihevcd_decode.c144 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()
Dihevcd_cxa.h59 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
Dihevcd_api.c2211 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()
/external/libhevc/common/
Divd.h175 IVD_FATALERROR = 0xe, enumerator
/external/libavc/decoder/
Dih264d.h64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
Divd.h189 IVD_FATALERROR = 0xe, enumerator
Dih264d_api.c1710 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()
/external/libhevc/test/decoder/
Dmain.c341 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
2934 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c358 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3060 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in vdec_main()
/external/libavc/test/decoder/
Dmain.c348 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3337 if((ps_video_decode_op->u4_error_code >> IVD_FATALERROR) & 1) in h264dec_main()