Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dcamera_source.c265 struct v4l2_exportbuffer expbuf = (struct v4l2_exportbuffer) {0} ; in camera_source_init() local
267 expbuf.type = type; in camera_source_init()
268 expbuf.index = i; in camera_source_init()
269 expbuf.flags = O_CLOEXEC; in camera_source_init()
270 if (camera_source_ioctl(ctx->fd, VIDIOC_EXPBUF, &expbuf) < 0) { in camera_source_init()
274 mpp_log("get dma buf(%d)-fd: %d\n", i, expbuf.fd); in camera_source_init()
278 info.fd = expbuf.fd; in camera_source_init()
283 ctx->fbuf[i].export_fd = expbuf.fd; in camera_source_init()