Searched refs:VGA_WIDTH (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/media/
H A Dv4l2-image-sizes.h37 #define VGA_WIDTH 640 macro
/linux-master/drivers/media/platform/via/
H A Dvia-camera.c452 if (cam->user_format.width == VGA_WIDTH)
455 sf = (cam->user_format.width*2048)/VGA_WIDTH;
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) {
803 userfmt->width = VGA_WIDTH;
806 sensorfmt->width = VGA_WIDTH;
949 sizes->stepwise.max_width = VGA_WIDTH;
974 if (interval->width < QCIF_WIDTH || interval->width > VGA_WIDTH ||
[all...]
/linux-master/include/linux/
H A Dvia-core.h172 #define VGA_WIDTH 640 macro
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.h375 #define VGA_WIDTH 640 macro
H 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-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c926 .width = VGA_WIDTH,
933 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2,
934 .bytesperline = VGA_WIDTH * 2,
937 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2,
938 .bytesperline = VGA_WIDTH * 2,
/linux-master/drivers/media/i2c/
H A Dov7740.c259 .width = VGA_WIDTH,
696 if ((fie->width != VGA_WIDTH) || (fie->height != VGA_HEIGHT))
715 fse->min_width = fse->max_width = VGA_WIDTH;
H A Dov772x.c373 #define OV772X_MAX_WIDTH VGA_WIDTH
526 .width = VGA_WIDTH,
1343 if (fie->width != VGA_WIDTH && fie->width != QVGA_WIDTH)
H 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 */
H 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),
H A Dov7670.c726 .width = VGA_WIDTH,
777 .width = VGA_WIDTH,
H A Dmt9t112.c809 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT);
/linux-master/drivers/video/fbdev/via/
H A Daccel.c357 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2;
/linux-master/drivers/media/platform/atmel/
H A Datmel-isi.c976 .width = VGA_WIDTH,
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c1826 .width = VGA_WIDTH,
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1735 .width = VGA_WIDTH,

Completed in 189 milliseconds