Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c317 const struct v4l2_pix_format_mplane *pixm) in __set_frame_format() argument
322 frame->bytesperline[i] = pixm->plane_fmt[i].bytesperline; in __set_frame_format()
323 frame->payload[i] = pixm->plane_fmt[i].sizeimage; in __set_frame_format()
326 frame->f_width = pixm->width; in __set_frame_format()
327 frame->f_height = pixm->height; in __set_frame_format()
328 frame->o_width = pixm->width; in __set_frame_format()
329 frame->o_height = pixm->height; in __set_frame_format()
330 frame->width = pixm->width; in __set_frame_format()
331 frame->height = pixm->height; in __set_frame_format()
581 struct v4l2_pix_format_mplane pixm = { in fimc_m2m_set_default_format() local
[all …]