Searched refs:format_sink (Results 1 – 1 of 1) sorted by relevance
/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 1228 struct v4l2_mbus_framefmt *format_sink; in resizer_get_selection() local 1234 format_sink = __resizer_get_format(res, cfg, RESZ_PAD_SINK, in resizer_get_selection() 1246 resizer_try_crop(format_sink, format_source, &sel->r); in resizer_get_selection() 1281 const struct v4l2_mbus_framefmt *format_sink; in resizer_set_selection() local 1290 format_sink = __resizer_get_format(res, cfg, RESZ_PAD_SINK, in resizer_set_selection() 1297 format_sink->width, format_sink->height, in resizer_set_selection() 1309 resizer_try_crop(format_sink, &format_source, &sel->r); in resizer_set_selection() 1315 format_sink->width, format_sink->height, in resizer_set_selection()
|