Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Dvia-camera.c471 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()
Dsh_veu.c135 #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, \
Drenesas-ceu.c935 .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/
Dv4l2-image-sizes.h34 #define VGA_WIDTH 640 macro
/Linux-v4.19/drivers/media/i2c/
Dvs6624.c62 .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()
Dov7740.c262 .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()
Dov772x.c370 #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()
Dov9650.c378 .width = VGA_WIDTH,
411 {{ 10, 125 }, { VGA_WIDTH, VGA_HEIGHT }, 1 }, /* 12.5 fps */
413 {{ 1, 25 }, { VGA_WIDTH, VGA_HEIGHT }, 0 }, /* 25 fps */
Dov2640.c549 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2),
585 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
Dmt9t112.c809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream()
894 sel->r.width = VGA_WIDTH; in mt9t112_get_selection()
Dov7670.c729 .width = VGA_WIDTH,
780 .width = VGA_WIDTH,
/Linux-v4.19/include/linux/
Dvia-core.h189 #define VGA_WIDTH 640 macro
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dmt9t112.c804 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()
Dov772x.c364 #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/
Dmcam-core.h380 #define VGA_WIDTH 640 macro
Dmcam-core.c60 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/
Daccel.c371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isi.c939 .width = VGA_WIDTH, in isi_set_default_fmt()
Datmel-isc.c1872 .width = VGA_WIDTH, in isc_set_default_fmt()