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.c140 error_code |= 1 << IVD_FATALERROR; in ihevcd_map_error()
403 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
410 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
718 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
Dihevcd_cxa.h58 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
Dihevcd_api.c2115 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR; in ihevcd_create()
3418 ps_ctl_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_ctl()
/external/libavc/decoder/
Dih264d.h63 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
Divd.h177 IVD_FATALERROR = 0xe, enumerator
Dih264d_api.c1526 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR; in ih264d_create()
1568 temp = 1 << IVD_FATALERROR; in ih264d_map_error()
1631 temp = 1 << IVD_UNSUPPORTEDPARAM | 1 << IVD_FATALERROR; in ih264d_map_error()
/external/libhevc/common/
Divd.h175 IVD_FATALERROR = 0xe, enumerator
/external/libhevc/test/decoder/
Dmain.c344 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
2932 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c361 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3058 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in vdec_main()
/external/libavc/test/decoder/
Dmain.c351 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3062 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in h264dec_main()