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

/external/libmpeg2/decoder/
H A Dimpeg2d.h64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
74 #define SET_IVD_FATAL_ERROR(x) ((x) |= (x) | (1 << IVD_FATALERROR))
H A Divd.h175 IVD_FATALERROR = 0xe, enumerator in enum:__anon10030
/external/libavc/decoder/
H A Dih264d.h63 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
H A Divd.h177 IVD_FATALERROR = 0xe, enumerator in enum:__anon8825
H A Dih264d_api.c1508 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR;
1550 temp = 1 << IVD_FATALERROR;
1613 temp = 1 << IVD_UNSUPPORTEDPARAM | 1 << IVD_FATALERROR;
/external/libhevc/decoder/
H A Dihevcd_decode.c139 error_code |= 1 << IVD_FATALERROR;
367 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
374 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
683 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
H A Dihevcd_cxa.h58 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
H A Dihevcd_api.c2094 ps_create_op->s_ivd_create_op_t.u4_error_code = 1 << IVD_FATALERROR;
3397 ps_ctl_op->u4_error_code |= 1 << IVD_FATALERROR;
/external/libhevc/common/
H A Divd.h175 IVD_FATALERROR = 0xe, enumerator in enum:__anon9762
/external/libhevc/test/decoder/
H A Dmain.c344 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
2932 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1)
/external/libavc/test/decoder/
H A Dmain.c351 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3062 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1)
/external/libmpeg2/test/decoder/
H A Dmain.c361 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
3047 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1)

Completed in 180 milliseconds