Home
last modified time | relevance | path

Searched refs:VGA_WIDTH (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/media/platform/
Dvia-camera.c467 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()
Dsh_veu.c139 #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/
Dv4l2-image-sizes.h34 #define VGA_WIDTH 640 macro
/linux-4.1.27/drivers/media/i2c/
Dvs6624.c66 .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()
Dov9650.c374 .width = VGA_WIDTH,
407 {{ 10, 125 }, { VGA_WIDTH, VGA_HEIGHT }, 1 }, /* 12.5 fps */
409 {{ 1, 25 }, { VGA_WIDTH, VGA_HEIGHT }, 0 }, /* 25 fps */
Dov7670.c700 .width = VGA_WIDTH,
751 .width = VGA_WIDTH,
/linux-4.1.27/include/linux/
Dvia-core.h189 #define VGA_WIDTH 640 macro
/linux-4.1.27/drivers/media/i2c/soc_camera/
Dmt9t112.c804 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()
Dov772x.c364 #define OV772X_MAX_WIDTH VGA_WIDTH
492 .width = VGA_WIDTH,
858 a->c.width = VGA_WIDTH; in ov772x_g_crop()
Dov2640.c522 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/
Dmcam-core.h380 #define VGA_WIDTH 640 macro
Dmcam-core.c63 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/
Daccel.c371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()