Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D17891 for ofmt in human json; do
93 echo "== Size calculation for a new file ($ofmt) =="
97 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 0
98 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2G
99 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 64G
101 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 1T
102 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2P
103 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 7E
108 echo "== Empty $fmt input image ($ofmt) =="
116 echo "== $fmt input image with data ($ofmt) =="
[all …]
/openbmc/linux/scripts/
H A Dver_linux73 function printversion(name, value, ofmt) {
75 ofmt = "%-20s\t%s\n"
76 printf(ofmt, name, value)
/openbmc/qemu/
H A Dqemu-img-cmds.hx33 …"check [--object objectdef] [--image-opts] [-q] [-f fmt] [--output=ofmt] [-r [leaks | all]] [-T sr…
69 …"info [--object objectdef] [--image-opts] [-f fmt] [--output=ofmt] [--backing-chain] [-U] filename…
75 … [--image-opts] [-f fmt] [--start-offset=offset] [--max-length=len] [--output=ofmt] [-U] filename")
81 "measure [--output=ofmt] [-O output_fmt] [-o options] [--size N | [--object objectdef] [--image-opt…
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c390 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 Dispresizer.c504 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()