Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp1477 int fd_tmp = -1; local
1482 fd_tmp = ctx->fd_isp_mp ;
1484 fd_tmp = ctx->fd;
1492 if (-1 == xioctl(fd_tmp, VIDIOC_REQBUFS, &req)) {
1535 if (-1 == xioctl(fd_tmp, VIDIOC_QUERYBUF, &buf))
1545 fd_tmp, buf.m.planes[0].m.mem_offset);
1553 fd_tmp, buf.m.offset);
1565 if (xioctl(fd_tmp, VIDIOC_EXPBUF, &expbuf) < 0) {