Home
last modified time | relevance | path

Searched refs:ofmt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/scripts/
Dver_linux84 function printversion(name, value, ofmt) {
86 ofmt = "%-20s\t%s\n"
87 printf(ofmt, name, value)
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispccp2.c388 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()
Dispresizer.c501 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()