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()
407 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
414 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_decode()
722 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.c2128 ps_create_op->s_ivd_create_op_t.u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_create()
3432 ps_ctl_op->u4_error_code |= 1 << IVD_FATALERROR; in ihevcd_ctl()
/external/libavc/decoder/
Dih264d.h64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
Divd.h177 IVD_FATALERROR = 0xe, enumerator
Dih264d_api.c1550 ps_create_op->s_ivd_create_op_t.u4_error_code |= 1 << IVD_FATALERROR; in ih264d_create()
1594 temp = 1 << IVD_FATALERROR; in ih264d_map_error()
1656 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/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()
/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()