Searched refs:VGA_WIDTH (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/media/platform/ |
D | via-camera.c | 469 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale() 472 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale() 846 .width = VGA_WIDTH, 850 .bytesperline = VGA_WIDTH * 2, 851 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, 879 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre() 880 userfmt->width = VGA_WIDTH; in viacam_fmt_pre() 883 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre() 1145 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes() 1340 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.4.14/include/media/ |
D | v4l2-image-sizes.h | 34 #define VGA_WIDTH 640 macro
|
/linux-4.4.14/drivers/media/i2c/ |
D | vs6624.c | 66 .width = VGA_WIDTH, 592 if (fmt->width > VGA_WIDTH) in vs6624_set_fmt() 593 fmt->width = VGA_WIDTH; in vs6624_set_fmt() 625 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_set_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.4.14/include/linux/ |
D | via-core.h | 189 #define VGA_WIDTH 640 macro
|
/linux-4.4.14/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() 1093 .width = VGA_WIDTH, in mt9t112_probe() 1095 .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.4.14/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 381 #define VGA_WIDTH 640 macro
|
D | mcam-core.c | 64 static int dma_buf_size = VGA_WIDTH * VGA_HEIGHT * 2; /* Worst case */ 179 .width = VGA_WIDTH, 183 .bytesperline = VGA_WIDTH*2, 184 .sizeimage = VGA_WIDTH*VGA_HEIGHT*2,
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | accel.c | 371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
|