Searched refs:VGA_WIDTH (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/media/platform/ |
D | via-camera.c | 467 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale() 470 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale() 844 .width = VGA_WIDTH, 848 .bytesperline = VGA_WIDTH * 2, 849 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, 877 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre() 878 userfmt->width = VGA_WIDTH; in viacam_fmt_pre() 881 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre() 1140 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes() 1335 if (viadev->camera_fbmem_size < (VGA_HEIGHT*VGA_WIDTH*4)) { in viacam_probe()
|
D | sh_veu.c | 139 #define DEFAULT_IN_WIDTH VGA_WIDTH 142 #define DEFAULT_OUT_WIDTH VGA_WIDTH 163 .width = VGA_WIDTH, \ 166 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_IN_FMTIDX].ydepth) >> 3, \ 172 .width = VGA_WIDTH, \ 175 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_OUT_FMTIDX].ydepth) >> 3, \
|
/linux-4.1.27/include/media/ |
D | v4l2-image-sizes.h | 34 #define VGA_WIDTH 640 macro
|
/linux-4.1.27/drivers/media/i2c/ |
D | vs6624.c | 66 .width = VGA_WIDTH, 585 if (fmt->width > VGA_WIDTH) in vs6624_try_mbus_fmt() 586 fmt->width = VGA_WIDTH; in vs6624_try_mbus_fmt() 625 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_s_mbus_fmt()
|
D | ov9650.c | 374 .width = VGA_WIDTH, 407 {{ 10, 125 }, { VGA_WIDTH, VGA_HEIGHT }, 1 }, /* 12.5 fps */ 409 {{ 1, 25 }, { VGA_WIDTH, VGA_HEIGHT }, 0 }, /* 25 fps */
|
D | ov7670.c | 700 .width = VGA_WIDTH, 751 .width = VGA_WIDTH,
|
/linux-4.1.27/include/linux/ |
D | via-core.h | 189 #define VGA_WIDTH 640 macro
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | mt9t112.c | 804 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream() 878 a->defrect.width = VGA_WIDTH; in mt9t112_cropcap() 1076 .width = VGA_WIDTH, in mt9t112_probe() 1078 .left = (MAX_WIDTH - VGA_WIDTH) / 2, in mt9t112_probe()
|
D | ov772x.c | 364 #define OV772X_MAX_WIDTH VGA_WIDTH 492 .width = VGA_WIDTH, 858 a->c.width = VGA_WIDTH; in ov772x_g_crop()
|
D | ov2640.c | 522 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2), 558 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 380 #define VGA_WIDTH 640 macro
|
D | mcam-core.c | 63 static int dma_buf_size = VGA_WIDTH * VGA_HEIGHT * 2; /* Worst case */ 185 .width = VGA_WIDTH, 189 .bytesperline = VGA_WIDTH*2, 190 .sizeimage = VGA_WIDTH*VGA_HEIGHT*2,
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | accel.c | 371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
|