Searched refs:IVD_UNSUPPORTEDINPUT (Results 1 - 7 of 7) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d.h62 #define IS_IVD_UNSUPPORTEDINPUT_ERROR(x) (x & (1 << IVD_UNSUPPORTEDINPUT))
72 #define SET_IVD_UNSUPPORTEDINPUT_ERROR(x) ((x) |= (x) | (1 << IVD_UNSUPPORTEDINPUT))
H A Divd.h170 IVD_UNSUPPORTEDINPUT = 0xc, enumerator in enum:__anon8270
/external/libavc/decoder/
H A Dih264d.h61 #define IS_IVD_UNSUPPORTEDINPUT_ERROR(x) (x & (1 << IVD_UNSUPPORTEDINPUT))
H A Divd.h172 IVD_UNSUPPORTEDINPUT = 0xc, enumerator in enum:__anon7544
H A Dih264d_api.c1517 temp = 1 << IVD_UNSUPPORTEDINPUT;
/external/libhevc/common/
H A Divd.h170 IVD_UNSUPPORTEDINPUT = 0xc, enumerator in enum:__anon8085
/external/libhevc/decoder/
H A Dihevcd_cxa.h56 #define IS_IVD_UNSUPPORTEDINPUT_ERROR(x) (x & (1 << IVD_UNSUPPORTEDINPUT))

Completed in 3937 milliseconds