HomeSort by relevance Sort by last modified time
    Searched refs:IVD_FATALERROR (Results 1 - 12 of 12) sorted by null

  /external/libmpeg2/decoder/
impeg2d.h 64 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
74 #define SET_IVD_FATAL_ERROR(x) ((x) |= (x) | (1 << IVD_FATALERROR))
ivd.h 175 IVD_FATALERROR = 0xe,
  /external/libavc/decoder/
ih264d.h 63 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
ivd.h 177 IVD_FATALERROR = 0xe,
ih264d_api.c     [all...]
  /external/libhevc/common/
ivd.h 175 IVD_FATALERROR = 0xe,
  /external/libhevc/decoder/
ihevcd_cxa.h 58 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
ihevcd_decode.c 139 error_code |= 1 << IVD_FATALERROR;
402 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
409 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
718 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
    [all...]
ihevcd_api.c     [all...]
  /external/libhevc/test/decoder/
main.c 344 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
    [all...]
  /external/libavc/test/decoder/
main.c 351 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 361 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
    [all...]

Completed in 194 milliseconds