Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_buffer_proxy.h134 return get_v4l2_buf().index; in get_v4l2_buf_index()
138 return (enum v4l2_memory)(get_v4l2_buf().memory); in get_v4l2_mem_type()
142 return get_v4l2_buf().length; in get_v4l2_buf_length()
146 return get_v4l2_buf().m.planes[planar_index].length; in get_v4l2_buf_planar_length()
157 if (V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == get_v4l2_buf().type || in get_v4l2_userptr()
158 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == get_v4l2_buf().type) in get_v4l2_userptr()
159 return get_v4l2_buf().m.planes[0].m.userptr; in get_v4l2_userptr()
161 return get_v4l2_buf().m.userptr; in get_v4l2_userptr()
170 if (V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == get_v4l2_buf().type || in get_v4l2_planar_userptr()
171 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == get_v4l2_buf().type) in get_v4l2_planar_userptr()
[all …]
H A Dv4l2_buffer_proxy.cpp181 V4l2BufferProxy::get_v4l2_buf () in get_v4l2_buf() function in XCam::V4l2BufferProxy