Searched refs:fmt_cap_rect (Results 1 - 2 of 2) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-vid-cap.c98 unsigned h = dev->fmt_cap_rect.height;
188 size = tpg_g_bytesperline(&dev->tpg, p) * dev->fmt_cap_rect.height +
464 dev->fmt_cap_rect = dev->compose_cap;
508 mp->width = dev->fmt_cap_rect.width;
509 mp->height = dev->fmt_cap_rect.height;
711 dev->fmt_cap_rect.width = mp->width;
712 dev->fmt_cap_rect.height = mp->height;
825 sel->r = dev->fmt_cap_rect;
861 struct v4l2_rect fmt = dev->fmt_cap_rect;
876 if (!rect_same_size(&dev->fmt_cap_rect,
[all...]
H A Dvivid-core.h355 struct v4l2_rect fmt_cap_rect; member in struct:vivid_dev

Completed in 33 milliseconds