Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu.c235 MppReqV1 reqs_tmp[2]; in VPUClientSendReg() local
237 memcpy(reqs_tmp, reqs, sizeof(MppReqV1) * 2); in VPUClientSendReg()
238 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs_tmp); in VPUClientSendReg()