Home
last modified time | relevance | path

Searched refs:MPP_CMD_CONTROL_BASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_service.h86 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 Dmpp_common.h125 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 Dmpp_common.c1129 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 Dmpp_service.c45 { 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 Dmpp_platform.cpp121 cap->ctrl_cmd = MPP_CMD_CONTROL_BASE + 0; in MppPlatformService()