OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 200 milliseconds