/Linux-v4.19/drivers/media/platform/ |
D | via-camera.c | 471 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale() 474 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale() 848 .width = VGA_WIDTH, 852 .bytesperline = VGA_WIDTH * 2, 853 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, 881 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre() 882 userfmt->width = VGA_WIDTH; in viacam_fmt_pre() 885 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre() 1147 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes() 1342 if (viadev->camera_fbmem_size < (VGA_HEIGHT*VGA_WIDTH*4)) { in viacam_probe()
|
D | sh_veu.c | 135 #define DEFAULT_IN_WIDTH VGA_WIDTH 138 #define DEFAULT_OUT_WIDTH VGA_WIDTH 159 .width = VGA_WIDTH, \ 162 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_IN_FMTIDX].ydepth) >> 3, \ 168 .width = VGA_WIDTH, \ 171 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_OUT_FMTIDX].ydepth) >> 3, \
|
D | renesas-ceu.c | 935 .width = VGA_WIDTH, in ceu_set_default_fmt() 942 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt() 943 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt() 946 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt() 947 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
|
/Linux-v4.19/include/media/ |
D | v4l2-image-sizes.h | 34 #define VGA_WIDTH 640 macro
|
/Linux-v4.19/drivers/media/i2c/ |
D | vs6624.c | 62 .width = VGA_WIDTH, 588 if (fmt->width > VGA_WIDTH) in vs6624_set_fmt() 589 fmt->width = VGA_WIDTH; in vs6624_set_fmt() 621 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_set_fmt()
|
D | ov7740.c | 262 .width = VGA_WIDTH, 708 if ((fie->width != VGA_WIDTH) || (fie->height != VGA_HEIGHT)) in ov7740_enum_frame_interval() 727 fse->min_width = fse->max_width = VGA_WIDTH; in ov7740_enum_frame_size()
|
D | ov772x.c | 370 #define OV772X_MAX_WIDTH VGA_WIDTH 522 .width = VGA_WIDTH, 1338 if (fie->width != VGA_WIDTH && fie->width != QVGA_WIDTH) in ov772x_enum_frame_interval()
|
D | ov9650.c | 378 .width = VGA_WIDTH, 411 {{ 10, 125 }, { VGA_WIDTH, VGA_HEIGHT }, 1 }, /* 12.5 fps */ 413 {{ 1, 25 }, { VGA_WIDTH, VGA_HEIGHT }, 0 }, /* 25 fps */
|
D | ov2640.c | 549 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2), 585 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
|
D | mt9t112.c | 809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream() 894 sel->r.width = VGA_WIDTH; in mt9t112_get_selection()
|
D | ov7670.c | 729 .width = VGA_WIDTH, 780 .width = VGA_WIDTH,
|
/Linux-v4.19/include/linux/ |
D | via-core.h | 189 #define VGA_WIDTH 640 macro
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | mt9t112.c | 804 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream() 890 sel->r.width = VGA_WIDTH; in mt9t112_get_selection() 1101 .width = VGA_WIDTH, in mt9t112_probe() 1103 .left = (MAX_WIDTH - VGA_WIDTH) / 2, in mt9t112_probe()
|
D | ov772x.c | 364 #define OV772X_MAX_WIDTH VGA_WIDTH 492 .width = VGA_WIDTH, 870 sel->r.width = VGA_WIDTH; in ov772x_get_selection()
|
/Linux-v4.19/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 380 #define VGA_WIDTH 640 macro
|
D | mcam-core.c | 60 static int dma_buf_size = VGA_WIDTH * VGA_HEIGHT * 2; /* Worst case */ 170 .width = VGA_WIDTH, 174 .bytesperline = VGA_WIDTH*2, 175 .sizeimage = VGA_WIDTH*VGA_HEIGHT*2,
|
/Linux-v4.19/drivers/video/fbdev/via/ |
D | accel.c | 371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
|
/Linux-v4.19/drivers/media/platform/atmel/ |
D | atmel-isi.c | 939 .width = VGA_WIDTH, in isi_set_default_fmt()
|
D | atmel-isc.c | 1872 .width = VGA_WIDTH, in isc_set_default_fmt()
|