Searched refs:format_sink (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A 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 in resizer_set_selection() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A 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 in resizer_set_selection() [all...] |
Completed in 5 milliseconds