Home
last modified time | relevance | path

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

/drivers/media/test-drivers/vivid/
A Dvivid-vid-out.c221 dev->sink_rect.width = 720; in vivid_update_format_out()
223 dev->sink_rect.height = 480; in vivid_update_format_out()
227 dev->sink_rect.height = 576; in vivid_update_format_out()
234 dev->sink_rect.width = bt->width; in vivid_update_format_out()
235 dev->sink_rect.height = bt->height; in vivid_update_format_out()
264 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
304 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
369 w = dev->sink_rect.width; in vivid_try_fmt_vid_out()
370 h = dev->sink_rect.height; in vivid_try_fmt_vid_out()
667 sel->r = dev->sink_rect; in vivid_vid_out_g_selection()
[all …]
A Dvivid-vid-common.c815 if (dev->src_rect.width != output_inst->sink_rect.width || in vivid_vid_can_loop()
816 dev->src_rect.height != output_inst->sink_rect.height) in vivid_vid_can_loop()
A Dvivid-core.h544 struct v4l2_rect sink_rect; member
/drivers/media/test-drivers/vimc/
A Dvimc-scaler.c233 const struct v4l2_rect sink_rect = in vimc_scaler_adjust_sink_crop() local
238 v4l2_rect_map_inside(r, &sink_rect); in vimc_scaler_adjust_sink_crop()

Completed in 14 milliseconds