Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp1275 struct v4l2_buffer buf_pp; local
1311 CLEAR(buf_pp);
1312 buf_pp.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1313 buf_pp.memory = V4L2_MEMORY_DMABUF;
1314 buf_pp.index = i;
1318 buf_pp.m.planes = planes_pp;
1319 buf_pp.length = FMT_NUM_PLANES;
1320 buf_pp.m.planes[0].m.fd = ctx->buffers_mp[i].export_fd;
1322 if (-1 == xioctl(ctx->fd_pp_input, VIDIOC_QBUF, &buf_pp))
1327 buf_pp.index = ii;
[all …]