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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 24 #define VDEC_S_BASE 0x40000000
25 #define VDEC_S_SUCCESS (VDEC_S_BASE)
26 #define VDEC_S_EFAIL (VDEC_S_BASE + 1)
27 #define VDEC_S_EFATAL (VDEC_S_BASE + 2)
29 #define VDEC_S_EBADPARAM (VDEC_S_BASE + 3)
30 #define VDEC_S_EINVALSTATE (VDEC_S_BASE + 4)
31 #define VDEC_S_ENOSWRES (VDEC_S_BASE + 5)
32 #define VDEC_S_ENOHWRES (VDEC_S_BASE + 6)
34 #define VDEC_S_EINVALCMD (VDEC_S_BASE + 7)
35 #define VDEC_S_ETIMEOUT (VDEC_S_BASE + 8
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 9 #define VDEC_S_BASE 0x40000000
11 #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...]

Completed in 64 milliseconds