Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/via/
A Dvia-camera.c463 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale()
466 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale()
781 .width = VGA_WIDTH,
785 .bytesperline = VGA_WIDTH * 2,
786 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2,
813 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre()
814 userfmt->width = VGA_WIDTH; in viacam_fmt_pre()
817 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre()
960 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes()
985 if (interval->width < QCIF_WIDTH || interval->width > VGA_WIDTH || in viacam_enum_frameintervals()
[all …]
/linux-6.3-rc2/drivers/media/i2c/
A Dvs6624.c54 .width = VGA_WIDTH,
580 if (fmt->width > VGA_WIDTH) in vs6624_set_fmt()
581 fmt->width = VGA_WIDTH; in vs6624_set_fmt()
613 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_set_fmt()
A Dov7740.c262 .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()
A Dov772x.c373 #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()
A 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 */
A Dov2640.c545 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2),
581 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
A Dov7670.c732 .width = VGA_WIDTH,
783 .width = VGA_WIDTH,
A Dmt9t112.c809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream()
/linux-6.3-rc2/include/media/
A Dv4l2-image-sizes.h37 #define VGA_WIDTH 640 macro
/linux-6.3-rc2/include/linux/
A Dvia-core.h172 #define VGA_WIDTH 640 macro
/linux-6.3-rc2/drivers/media/platform/renesas/
A Drenesas-ceu.c936 .width = VGA_WIDTH, in ceu_set_default_fmt()
943 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt()
944 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
947 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt()
948 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
/linux-6.3-rc2/drivers/media/platform/marvell/
A Dmcam-core.h375 #define VGA_WIDTH 640 macro
A Dmcam-core.c62 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.3-rc2/drivers/video/fbdev/via/
A Daccel.c357 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
/linux-6.3-rc2/drivers/media/platform/atmel/
A Datmel-isi.c973 .width = VGA_WIDTH, in isi_set_default_fmt()
/linux-6.3-rc2/drivers/staging/media/deprecated/atmel/
A Datmel-isc-base.c1827 .width = VGA_WIDTH, in isc_set_default_fmt()
/linux-6.3-rc2/drivers/media/platform/microchip/
A Dmicrochip-isc-base.c1777 .width = VGA_WIDTH, in isc_set_default_fmt()

Completed in 66 milliseconds