Searched refs:VGA_WIDTH (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/media/platform/via/ |
D | via-camera.c | 452 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale() 455 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale() 770 .width = VGA_WIDTH, 774 .bytesperline = VGA_WIDTH * 2, 775 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, 802 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre() 803 userfmt->width = VGA_WIDTH; in viacam_fmt_pre() 806 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre() 949 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes() 974 if (interval->width < QCIF_WIDTH || interval->width > VGA_WIDTH || in viacam_enum_frameintervals() [all …]
|
/linux-6.6.21/include/media/ |
D | v4l2-image-sizes.h | 37 #define VGA_WIDTH 640 macro
|
/linux-6.6.21/include/linux/ |
D | via-core.h | 172 #define VGA_WIDTH 640 macro
|
/linux-6.6.21/drivers/media/platform/renesas/ |
D | renesas-ceu.c | 926 .width = VGA_WIDTH, in ceu_set_default_fmt() 933 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt() 934 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt() 937 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt() 938 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
|
/linux-6.6.21/drivers/media/platform/marvell/ |
D | mcam-core.h | 375 #define VGA_WIDTH 640 macro
|
D | mcam-core.c | 62 static int dma_buf_size = VGA_WIDTH * VGA_HEIGHT * 2; /* Worst case */ 167 .width = VGA_WIDTH, 171 .bytesperline = VGA_WIDTH*2, 172 .sizeimage = VGA_WIDTH*VGA_HEIGHT*2,
|
/linux-6.6.21/drivers/media/i2c/ |
D | ov7740.c | 262 .width = VGA_WIDTH, 731 if ((fie->width != VGA_WIDTH) || (fie->height != VGA_HEIGHT)) in ov7740_enum_frame_interval() 750 fse->min_width = fse->max_width = VGA_WIDTH; in ov7740_enum_frame_size()
|
D | ov772x.c | 373 #define OV772X_MAX_WIDTH VGA_WIDTH 528 .width = VGA_WIDTH, 1329 if (fie->width != VGA_WIDTH && fie->width != QVGA_WIDTH) in ov772x_enum_frame_interval()
|
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 | ov2640.c | 545 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2), 581 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
|
D | ov7670.c | 732 .width = VGA_WIDTH, 783 .width = VGA_WIDTH,
|
D | mt9t112.c | 809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream()
|
/linux-6.6.21/drivers/video/fbdev/via/ |
D | accel.c | 357 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
|
/linux-6.6.21/drivers/media/platform/atmel/ |
D | atmel-isi.c | 973 .width = VGA_WIDTH, in isi_set_default_fmt()
|
/linux-6.6.21/drivers/media/platform/microchip/ |
D | microchip-isc-base.c | 1778 .width = VGA_WIDTH, in isc_set_default_fmt()
|
/linux-6.6.21/drivers/staging/media/deprecated/atmel/ |
D | atmel-isc-base.c | 1828 .width = VGA_WIDTH, in isc_set_default_fmt()
|