| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 117 if (-1 == xioctl(fd, VIDIOC_QUERYCAP, &cap)) in deviceInit() 155 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) in deviceInit() 163 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) in deviceInit() 184 if (-1 == xioctl(fd, VIDIOC_S_FMT, &fmt)) in deviceInit() 220 if (-1 == xioctl(fd, VIDIOC_REQBUFS, &req)) in mmapInit() 257 if (-1 == xioctl(fd, VIDIOC_QUERYBUF, &buf)) in mmapInit() 284 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) in captureStart() 290 if (-1 == xioctl(fd, VIDIOC_STREAMON, &type)) in captureStart() 343 if (-1 == xioctl(fd, VIDIOC_DQBUF, &buf)) in frameRead() 360 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) in frameRead() [all …]
|
| H A D | camera.h | 52 int xioctl(int fd, int request, void* argp);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | capture.c.rst | 63 static int xioctl(int fh, int request, void *arg) 115 if (-1 == xioctl(fd, VIDIOC_DQBUF, &buf)) { 134 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) 144 if (-1 == xioctl(fd, VIDIOC_DQBUF, &buf)) { 168 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) 227 if (-1 == xioctl(fd, VIDIOC_STREAMOFF, &type)) 252 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) 256 if (-1 == xioctl(fd, VIDIOC_STREAMON, &type)) 271 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf)) 275 if (-1 == xioctl(fd, VIDIOC_STREAMON, &type)) [all …]
|
| H A D | v4l2grab.c.rst | 40 static void xioctl(int fh, int request, void *arg) 81 xioctl(fd, VIDIOC_S_FMT, &fmt); 94 xioctl(fd, VIDIOC_REQBUFS, &req); 104 xioctl(fd, VIDIOC_QUERYBUF, &buf); 122 xioctl(fd, VIDIOC_QBUF, &buf); 126 xioctl(fd, VIDIOC_STREAMON, &type); 146 xioctl(fd, VIDIOC_DQBUF, &buf); 159 xioctl(fd, VIDIOC_QBUF, &buf); 163 xioctl(fd, VIDIOC_STREAMOFF, &type);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo_isp.c_part | 21 static int xioctl(int fh, int request, void *arg) 46 if (-1 == xioctl(g_ispfd, VIDIOC_REQBUFS, &req)) { 84 if (-1 == xioctl(g_ispfd, VIDIOC_QUERYBUF, &buf)) 114 if (xioctl(g_ispfd, VIDIOC_EXPBUF, &expbuf) < 0) { 130 if (-1 == xioctl(g_ispfd, VIDIOC_QUERYCAP, &cap)) { 169 if (-1 == xioctl(g_ispfd, VIDIOC_S_FMT, &fmt)) 182 if (-1 == xioctl(g_ispfd, VIDIOC_S_SELECTION, &selection)) 221 if (-1 == xioctl(g_ispfd, VIDIOC_QBUF, &buf)) 226 if (-1 == xioctl(g_ispfd, VIDIOC_STREAMON, &type)) 235 if (-1 == xioctl(g_ispfd, VIDIOC_STREAMOFF, &type)) [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 195 static RK_RES xioctl(int fd, unsigned long int request, void *arg) in xioctl() function 311 res = xioctl(cryptodev_fd, CIOCGSESSION, sess); in rk_create_session() 322 xioctl(cryptodev_fd, CIOCFSESSION, &sess->ses); in rk_create_session() 334 res = xioctl(cryptodev_fd, CIOCFSESSION, &handle); in rk_destroy_session() 509 res = xioctl(cryptodev_fd, RIOCCRYPT_FD, &cryp); in rk_cipher_crypt() 552 res = xioctl(cryptodev_fd, CIOCCRYPT, &cryp); in rk_cipher_crypt_virt() 693 res = xioctl(cryptodev_fd, RIOCAUTHCRYPT_FD, &op); in rk_ae_crypt() 759 res = xioctl(cryptodev_fd, CIOCAUTHCRYPT, &op); in rk_ae_crypt_virt() 836 res = xioctl(cryptodev_fd, RIOCCRYPT_FD, &cryp); in rk_hash_update() 862 res = xioctl(cryptodev_fd, CIOCCRYPT, &cryp); in rk_hash_update_virt() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/ |
| H A D | rkaiq_3A_server.cpp | 62 static int xioctl(int fh, int request, void *arg) in xioctl() function 194 ret = xioctl(fd, VIDIOC_DQEVENT, &event); in wait_stream_event() 210 ret = xioctl(fd, in subscrible_stream_event() 220 ret = xioctl(fd, in subscrible_stream_event()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 1033 static int xioctl(int fh, int request, void *arg) in xioctl() function 1198 if (-1 == xioctl(ctx->fd, VIDIOC_DQBUF, &buf)) 1266 if (-1 == xioctl(ctx->fd, VIDIOC_QBUF, &buf)) 1291 if (-1 == xioctl(ctx->fd_isp_mp, VIDIOC_DQBUF, &buf)) 1298 if (-1 == xioctl(ctx->fd_isp_mp, VIDIOC_DQBUF, &buf)) 1322 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)) 1342 if (-1 == xioctl(ctx->fd_isp_mp, VIDIOC_QBUF, &buf)) 1364 if (-1 == xioctl(ctx->fd, VIDIOC_STREAMOFF, &type)) [all …]
|