mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
media: pci: zoran: use (t,l)/wxh format for rectangle
Standardize reporting of rectangles to (t,l)/wxh. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
ddbb23e9ea
commit
84d4e40b25
|
|
@ -1202,7 +1202,7 @@ static int zoran_debugfs_show(struct seq_file *seq, void *v)
|
|||
seq_printf(seq, "JPG ver_dcm %u\n", zr->jpg_settings.ver_dcm);
|
||||
seq_printf(seq, "JPG tmp_dcm %u\n", zr->jpg_settings.tmp_dcm);
|
||||
seq_printf(seq, "JPG odd_even %u\n", zr->jpg_settings.odd_even);
|
||||
seq_printf(seq, "JPG crop %dx%d %d %d\n",
|
||||
seq_printf(seq, "JPG crop (%d,%d)/%dx%d\n",
|
||||
zr->jpg_settings.img_x,
|
||||
zr->jpg_settings.img_y,
|
||||
zr->jpg_settings.img_width,
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ static int zr36016_set_video(struct videocodec *codec, const struct tvnorm *norm
|
|||
struct zr36016 *ptr = (struct zr36016 *)codec->data;
|
||||
struct zoran *zr = videocodec_to_zoran(codec);
|
||||
|
||||
zrdev_dbg(zr, "%s: set_video %d.%d, %d/%d-%dx%d (0x%x) call\n",
|
||||
zrdev_dbg(zr, "%s: set_video %d.%d, (%u,%u)/%ux%u (0x%x) call\n",
|
||||
ptr->name, norm->h_start, norm->v_start,
|
||||
cap->x, cap->y, cap->width, cap->height,
|
||||
cap->decimation);
|
||||
|
|
|
|||
|
|
@ -547,7 +547,7 @@ static int zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm
|
|||
struct zoran *zr = videocodec_to_zoran(codec);
|
||||
int size;
|
||||
|
||||
zrdev_dbg(zr, "%s: set_video %d.%d, %d/%d-%dx%d (0x%x) q%d call\n",
|
||||
zrdev_dbg(zr, "%s: set_video %d.%d, (%u,%u)/%ux%u (0x%x) q%d call\n",
|
||||
ptr->name, norm->h_start, norm->v_start,
|
||||
cap->x, cap->y, cap->width, cap->height,
|
||||
cap->decimation, cap->quality);
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@ static int zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm
|
|||
u32 reg;
|
||||
int size;
|
||||
|
||||
zrdev_dbg(zr, "%s: set_video %d/%d-%dx%d (%%%d) call\n", ptr->name,
|
||||
zrdev_dbg(zr, "%s: set_video (%u,%u)/%ux%u (%%%d) call\n", ptr->name,
|
||||
cap->x, cap->y, cap->width, cap->height, cap->decimation);
|
||||
|
||||
/* if () return -EINVAL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user