Searched refs:format_source (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispresizer.c | 1227 	struct v4l2_mbus_framefmt *format_source;  in resizer_get_selection()  local 1236 	format_source = __resizer_get_format(res, cfg, RESZ_PAD_SOURCE,  in resizer_get_selection() 1246 		resizer_try_crop(format_sink, format_source, &sel->r);  in resizer_get_selection() 1247 		resizer_calc_ratios(res, &sel->r, format_source, &ratio);  in resizer_get_selection() 1252 		resizer_calc_ratios(res, &sel->r, format_source, &ratio);  in resizer_get_selection() 1282 	struct v4l2_mbus_framefmt format_source;  in resizer_set_selection()  local 1292 	format_source = *__resizer_get_format(res, cfg, RESZ_PAD_SOURCE,  in resizer_set_selection() 1299 		format_source.width, format_source.height);  in resizer_set_selection() 1309 	resizer_try_crop(format_sink, &format_source, &sel->r);  in resizer_set_selection() 1311 	resizer_calc_ratios(res, &sel->r, &format_source, &ratio);  in resizer_set_selection() [all …] 
 |