Home
last modified time | relevance | path

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

/drivers/media/platform/via/
A Dvia-camera.c452 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale()
455 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale()
768 .width = VGA_WIDTH,
772 .bytesperline = VGA_WIDTH * 2,
773 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2,
800 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) { in viacam_fmt_pre()
801 userfmt->width = VGA_WIDTH; in viacam_fmt_pre()
804 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre()
947 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes()
972 if (interval->width < QCIF_WIDTH || interval->width > VGA_WIDTH || in viacam_enum_frameintervals()
[all …]
/drivers/media/platform/renesas/
A Drenesas-ceu.c924 .width = VGA_WIDTH, in ceu_set_default_fmt()
931 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt()
932 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
935 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2, in ceu_set_default_fmt()
936 .bytesperline = VGA_WIDTH * 2, in ceu_set_default_fmt()
/drivers/media/i2c/
A Dov7740.c259 .width = VGA_WIDTH,
696 if ((fie->width != VGA_WIDTH) || (fie->height != VGA_HEIGHT)) in ov7740_enum_frame_interval()
715 fse->min_width = fse->max_width = VGA_WIDTH; in ov7740_enum_frame_size()
A Dov772x.c373 #define OV772X_MAX_WIDTH VGA_WIDTH
526 .width = VGA_WIDTH,
1343 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.c543 PER_SIZE_REG_SEQ(VGA_WIDTH, VGA_HEIGHT, 0, 0, 2),
579 OV2640_SIZE("VGA", VGA_WIDTH, VGA_HEIGHT, ov2640_vga_regs),
A Dov7670.c726 .width = VGA_WIDTH,
777 .width = VGA_WIDTH,
A Dmt9t112.c809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream()
/drivers/media/platform/marvell/
A Dmcam-core.h376 #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,
/drivers/video/fbdev/via/
A Daccel.c357 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()
/drivers/media/platform/atmel/
A Datmel-isi.c974 .width = VGA_WIDTH, in isi_set_default_fmt()
/drivers/media/platform/microchip/
A Dmicrochip-isc-base.c1736 .width = VGA_WIDTH, in isc_set_default_fmt()
/drivers/staging/media/deprecated/atmel/
A Datmel-isc-base.c1824 .width = VGA_WIDTH, in isc_set_default_fmt()

Completed in 55 milliseconds