Searched refs:MPP_CMD_CONTROL_BASE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_service.h | 86 MPP_CMD_CONTROL_BASE = 0x400, enumerator 87 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 88 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 89 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 90 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3, 91 MPP_CMD_SET_ERR_REF_HACK = MPP_CMD_CONTROL_BASE + 4,
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.h | 125 MPP_CMD_CONTROL_BASE = 0x400, enumerator 126 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 127 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 128 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 129 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3,
|
| H A D | mpp_common.c | 1129 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < MPP_CMD_CONTROL_BUTT) ? true : found; in mpp_check_cmd_v1() 1164 case MPP_CMD_CONTROL_BASE: in mpp_get_cmd_butt()
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_service.c | 45 { MPP_CMD_CONTROL_BASE, "control_cmd", }, 98 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < cap->ctrl_cmd) ? 1 : found; in mpp_service_check_cmd_valid() 104 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd <= MPP_CMD_RELEASE_FD) ? 1 : found; in mpp_service_check_cmd_valid()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_platform.cpp | 121 cap->ctrl_cmd = MPP_CMD_CONTROL_BASE + 0; in MppPlatformService()
|