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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 45 #define VDEC_MSG_BASE 0x0000000
46 #define VDEC_MSG_INVALID (VDEC_MSG_BASE + 0)
47 #define VDEC_MSG_RESP_INPUT_BUFFER_DONE (VDEC_MSG_BASE + 1)
49 #define VDEC_MSG_RESP_OUTPUT_BUFFER_DONE (VDEC_MSG_BASE + 2)
50 #define VDEC_MSG_RESP_INPUT_FLUSHED (VDEC_MSG_BASE + 3)
51 #define VDEC_MSG_RESP_OUTPUT_FLUSHED (VDEC_MSG_BASE + 4)
52 #define VDEC_MSG_RESP_FLUSH_INPUT_DONE (VDEC_MSG_BASE + 5)
54 #define VDEC_MSG_RESP_FLUSH_OUTPUT_DONE (VDEC_MSG_BASE + 6)
55 #define VDEC_MSG_RESP_START_DONE (VDEC_MSG_BASE + 7)
56 #define VDEC_MSG_RESP_STOP_DONE (VDEC_MSG_BASE + 8
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 41 #define VDEC_MSG_BASE 0x0000000
44 #define VDEC_MSG_INVALID (VDEC_MSG_BASE + 0)
45 #define VDEC_MSG_RESP_INPUT_BUFFER_DONE (VDEC_MSG_BASE + 1)
46 #define VDEC_MSG_RESP_OUTPUT_BUFFER_DONE (VDEC_MSG_BASE + 2)
47 #define VDEC_MSG_RESP_INPUT_FLUSHED (VDEC_MSG_BASE + 3)
48 #define VDEC_MSG_RESP_OUTPUT_FLUSHED (VDEC_MSG_BASE + 4)
49 #define VDEC_MSG_RESP_FLUSH_INPUT_DONE (VDEC_MSG_BASE + 5)
50 #define VDEC_MSG_RESP_FLUSH_OUTPUT_DONE (VDEC_MSG_BASE + 6)
51 #define VDEC_MSG_RESP_START_DONE (VDEC_MSG_BASE + 7)
52 #define VDEC_MSG_RESP_STOP_DONE (VDEC_MSG_BASE + 8
    [all...]

Completed in 45 milliseconds