Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dcamera_source.c229 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
231 buf.m.planes = planes; in camera_source_init()
242 buf_len = buf.m.planes[0].length; in camera_source_init()
245 buf.m.planes[0].length, in camera_source_init()
248 ctx->fd, buf.m.planes[0].m.mem_offset); in camera_source_init()
287 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
295 buf.m.planes = planes; in camera_source_init()
375 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_get_frame() local
377 buf.m.planes = planes; in camera_source_get_frame()
392 buf.bytesused = buf.m.planes[0].bytesused; in camera_source_get_frame()
[all …]