Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c229 dev->sink_rect.width = 720; in vivid_update_format_out()
231 dev->sink_rect.height = 480; in vivid_update_format_out()
235 dev->sink_rect.height = 576; in vivid_update_format_out()
242 dev->sink_rect.width = bt->width; in vivid_update_format_out()
243 dev->sink_rect.height = bt->height; in vivid_update_format_out()
272 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
273 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
280 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
312 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
313 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
[all …]
H A Dvivid-vid-common.c774 if (dev->src_rect.width != dev->sink_rect.width || in vivid_vid_can_loop()
775 dev->src_rect.height != dev->sink_rect.height) in vivid_vid_can_loop()
H A Dvivid-core.h436 struct v4l2_rect sink_rect; member
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c263 const struct v4l2_rect sink_rect = in vimc_scaler_adjust_sink_crop() local
268 v4l2_rect_map_inside(r, &sink_rect); in vimc_scaler_adjust_sink_crop()