Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.h55 int fd_pp_input; member
H A Drkisp_demo.cpp1322 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_QBUF, &buf_pp))
1329 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_QBUF, &buf_pp))
1337 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_DQBUF, &buf_pp))
1373 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_STREAMOFF, &type))
1416 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_STREAMON, &type))
1584 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_REQBUFS, &req)) {
1691 if (-1 == close(ctx->fd_pp_input))
1694 ctx->fd_pp_input = -1;
1705 ctx->fd_pp_input = open("/dev/video13", O_RDWR /* required */ /*| O_NONBLOCK*/, 0);
1707 if (-1 == ctx->fd_pp_input) {
[all …]