Home
last modified time | relevance | path

Searched refs:MPP_CMD_POLL_HW_FINISH (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_service.h82 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0, enumerator
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c103 found = (cmd >= MPP_CMD_POLL_BASE && cmd <= MPP_CMD_POLL_HW_FINISH) ? 1 : found; in mpp_service_check_cmd_valid()
677 dev_req.cmd = MPP_CMD_POLL_HW_FINISH; in mpp_service_cmd_poll()
H A Dmpp_server.cpp436 req->cmd = MPP_CMD_POLL_HW_FINISH; in process_task()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu.c289 mpp_req.cmd = MPP_CMD_POLL_HW_FINISH; in VPUClientWaitResult()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_service.c280 seq_printf(file, "POLL_HW_FINISH: 0x%08x\n", MPP_CMD_POLL_HW_FINISH); in mpp_show_support_cmd()
H A Dmpp_common.h121 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0, enumerator
H A Dmpp_common.c1306 case MPP_CMD_POLL_HW_FINISH: { in mpp_process_request()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/
H A Diep2.c408 mpp_req.cmd = MPP_CMD_POLL_HW_FINISH; in iep2_wait()