Searched refs:format_sink (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/platform/ti/omap3isp/ |
D | ispresizer.c | 1231 struct v4l2_mbus_framefmt *format_sink; in resizer_get_selection() local 1237 format_sink = __resizer_get_format(res, sd_state, RESZ_PAD_SINK, in resizer_get_selection() 1249 resizer_try_crop(format_sink, format_source, &sel->r); in resizer_get_selection() 1284 const struct v4l2_mbus_framefmt *format_sink; in resizer_set_selection() local 1293 format_sink = __resizer_get_format(res, sd_state, RESZ_PAD_SINK, in resizer_set_selection() 1300 format_sink->width, format_sink->height, in resizer_set_selection() 1312 resizer_try_crop(format_sink, &format_source, &sel->r); in resizer_set_selection() 1318 format_sink->width, format_sink->height, in resizer_set_selection()
|