Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dcamera_source.c39 RK_S32 export_fd; member
260 ctx->fbuf[i].export_fd = expbuf.fd; in camera_source_init()
335 close(ctx->fbuf[i].export_fd); in camera_source_deinit()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo_isp.c_part10 int export_fd;
119 tmp_buffers[n_buffers].export_fd = expbuf.fd;
196 close(g_buffers[i].export_fd);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp95 int export_fd; member
1213 buf_fd = ctx->buffers[i].export_fd;
1219 rk_ispfec_api_process(g_ispfec_ctx, ctx->buffers[i].export_fd, dstFd);
1241 …display_win1(ctx->buffers[i].start, ctx->buffers[i].export_fd, RK_FORMAT_YCbCr_420_SP, dispWidth,…
1247 …display_win2(ctx->buffers[i].start, ctx->buffers[i].export_fd, RK_FORMAT_YCbCr_420_SP, dispWidth,…
1254 drmDspFrame(ctx->width, ctx->height, dispWidth, dispHeight, ctx->buffers[i].export_fd,
1320 buf_pp.m.planes[0].m.fd = ctx->buffers_mp[i].export_fd;
1328 buf_pp.m.planes[0].m.fd = ctx->buffers_mp[ii].export_fd;
1453 close(ctx->buffers[i].export_fd);
1468 close(ctx->buffers_mp[i].export_fd);
[all …]