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

  /external/libhevc/decoder/
ihevcd_decode.c 135 error_code |= 1 << IVD_FATALERROR;
353 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
360 ps_dec_op->u4_error_code |= 1 << IVD_FATALERROR;
ihevcd_cxa.h 58 #define IS_IVD_FATAL_ERROR(x) (x & (1 << IVD_FATALERROR))
ihevcd_api.c     [all...]
  /external/libhevc/common/
ivd.h 173 IVD_FATALERROR = 0xe,
  /external/libhevc/test/decoder/
main.c 358 #define IV_ISFATALERROR(x) (((x) >> IVD_FATALERROR) & 0x1)
    [all...]

Completed in 489 milliseconds