Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-out.c228 dev->sink_rect.width = 720; in vivid_update_format_out()
230 dev->sink_rect.height = 480; in vivid_update_format_out()
234 dev->sink_rect.height = 576; in vivid_update_format_out()
241 dev->sink_rect.width = bt->width; in vivid_update_format_out()
242 dev->sink_rect.height = bt->height; in vivid_update_format_out()
263 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
264 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
271 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
303 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
304 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
[all …]
Dvivid-vid-common.c497 if (dev->src_rect.width != dev->sink_rect.width || in vivid_vid_can_loop()
498 dev->src_rect.height != dev->sink_rect.height) in vivid_vid_can_loop()
Dvivid-core.h397 struct v4l2_rect sink_rect; member