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

/drivers/media/platform/vivid/
H A Dvivid-vid-out.c40 unsigned h = dev->fmt_out_rect.height;
141 size = dev->bytesperline_out[p] * dev->fmt_out_rect.height +
267 dev->fmt_out_rect = dev->crop_out;
316 mp->width = dev->fmt_out_rect.width;
317 mp->height = dev->fmt_out_rect.height;
427 mp->width != dev->fmt_out_rect.width ||
428 mp->height != dev->fmt_out_rect.height ||
514 dev->fmt_out_rect.width = mp->width;
515 dev->fmt_out_rect.height = mp->height;
612 sel->r = dev->fmt_out_rect;
[all...]
H A Dvivid-core.h383 struct v4l2_rect fmt_out_rect; member in struct:vivid_dev

Completed in 51 milliseconds