Searched refs:VDPP_MSG_BASE (Results 1 – 1 of 1) sorted by relevance
208 #define VDPP_MSG_BASE 0x0000000 macro211 #define VDPP_MSG_INVALID (VDPP_MSG_BASE + 0)212 #define VDPP_MSG_RESP_INPUT_BUFFER_DONE (VDPP_MSG_BASE + 1)213 #define VDPP_MSG_RESP_OUTPUT_BUFFER_DONE (VDPP_MSG_BASE + 2)214 #define VDPP_MSG_RESP_INPUT_FLUSHED (VDPP_MSG_BASE + 3)215 #define VDPP_MSG_RESP_OUTPUT_FLUSHED (VDPP_MSG_BASE + 4)216 #define VDPP_MSG_RESP_FLUSH_INPUT_DONE (VDPP_MSG_BASE + 5)217 #define VDPP_MSG_RESP_FLUSH_OUTPUT_DONE (VDPP_MSG_BASE + 6)218 #define VDPP_MSG_RESP_START_DONE (VDPP_MSG_BASE + 7)219 #define VDPP_MSG_RESP_STOP_DONE (VDPP_MSG_BASE + 8)[all …]