Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dfake_v4l2_device.cpp137 struct rk_aiq_vbuf_info vb_info; in io_control() local
139 vb_info = _buf_list.front(); in io_control()
141 v4l2_buf->m.planes[0].length = vb_info.data_length; in io_control()
142 v4l2_buf->m.planes[0].bytesused = vb_info.data_length; in io_control()
143 v4l2_buf->sequence = vb_info.frame_id; in io_control()
144 v4l2_buf->m.planes[0].m.userptr = (unsigned long)vb_info.data_addr; in io_control()
145 v4l2_buf->reserved = vb_info.data_fd; in io_control()