Searched refs:ofmt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 73 function printversion(name, value, ofmt) { 75 ofmt = "%-20s\t%s\n" 76 printf(ofmt, name, value)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | ver_linux | 76 function printversion(name, value, ofmt) { 78 ofmt = "%-20s\t%s\n" 79 printf(ofmt, name, value)
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispccp2.c | 388 const struct v4l2_mbus_framefmt *ofmt = &ccp2->formats[CCP2_PAD_SOURCE]; in ccp2_adjust_bandwidth() local 410 area = ofmt->width * ofmt->height; in ccp2_adjust_bandwidth()
|
H A D | ispresizer.c | 501 const struct v4l2_mbus_framefmt *ofmt = &res->formats[RESZ_PAD_SOURCE]; in omap3isp_resizer_max_rate() local 505 clock = div_u64((u64)limit * res->crop.active.height, ofmt->height); in omap3isp_resizer_max_rate() 507 *max_rate = div_u64((u64)clock * res->crop.active.width, ofmt->width); in omap3isp_resizer_max_rate()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispccp2.c | 390 const struct v4l2_mbus_framefmt *ofmt = &ccp2->formats[CCP2_PAD_SOURCE]; in ccp2_adjust_bandwidth() local 412 area = ofmt->width * ofmt->height; in ccp2_adjust_bandwidth()
|
H A D | ispresizer.c | 504 const struct v4l2_mbus_framefmt *ofmt = &res->formats[RESZ_PAD_SOURCE]; in omap3isp_resizer_max_rate() local 508 clock = div_u64((u64)limit * res->crop.active.height, ofmt->height); in omap3isp_resizer_max_rate() 510 *max_rate = div_u64((u64)clock * res->crop.active.width, ofmt->width); in omap3isp_resizer_max_rate()
|
Completed in 11 milliseconds