Searched refs:VDEC_S_BASE (Results 1 – 4 of 4) sorted by relevance
23 #define VDEC_S_BASE 0x40000000 macro24 #define VDEC_S_SUCCESS (VDEC_S_BASE)25 #define VDEC_S_EFAIL (VDEC_S_BASE + 1)26 #define VDEC_S_EFATAL (VDEC_S_BASE + 2)27 #define VDEC_S_EBADPARAM (VDEC_S_BASE + 3)28 #define VDEC_S_EINVALSTATE (VDEC_S_BASE + 4)29 #define VDEC_S_ENOSWRES (VDEC_S_BASE + 5)30 #define VDEC_S_ENOHWRES (VDEC_S_BASE + 6)31 #define VDEC_S_EINVALCMD (VDEC_S_BASE + 7)32 #define VDEC_S_ETIMEOUT (VDEC_S_BASE + 8)[all …]
9 #define VDEC_S_BASE 0x40000000 macro11 #define VDEC_S_SUCCESS (VDEC_S_BASE)13 #define VDEC_S_EFAIL (VDEC_S_BASE + 1)15 #define VDEC_S_EFATAL (VDEC_S_BASE + 2)17 #define VDEC_S_EBADPARAM (VDEC_S_BASE + 3)19 #define VDEC_S_EINVALSTATE (VDEC_S_BASE + 4)21 #define VDEC_S_ENOSWRES (VDEC_S_BASE + 5)23 #define VDEC_S_ENOHWRES (VDEC_S_BASE + 6)25 #define VDEC_S_EINVALCMD (VDEC_S_BASE + 7)27 #define VDEC_S_ETIMEOUT (VDEC_S_BASE + 8)[all …]