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

/drivers/media/video/
H A Dvia-camera.c53 #define VGA_WIDTH 640 macro
472 if (cam->user_format.width == VGA_WIDTH)
475 sf = (cam->user_format.width*2048)/VGA_WIDTH;
898 .width = VGA_WIDTH,
902 .bytesperline = VGA_WIDTH * 2,
903 .sizeimage = VGA_WIDTH * VGA_HEIGHT * 2,
931 if (userfmt->width > VGA_WIDTH || userfmt->height > VGA_HEIGHT) {
932 userfmt->width = VGA_WIDTH;
935 sensorfmt->width = VGA_WIDTH;
1194 sizes->stepwise.max_width = VGA_WIDTH;
[all...]
H A Dov772x.c500 #define VGA_WIDTH 640 macro
504 #define MAX_WIDTH VGA_WIDTH
509 .width = VGA_WIDTH,
859 a->c.width = VGA_WIDTH;
870 a->bounds.width = VGA_WIDTH;
887 u32 width = VGA_WIDTH, height = VGA_HEIGHT;
H A Dmt9t112.c45 #define VGA_WIDTH 640 macro
806 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT);
880 a->defrect.width = VGA_WIDTH;
1065 .width = VGA_WIDTH,
1067 .left = (MAX_WIDTH - VGA_WIDTH) / 2,
H A Dvs6624.c37 #define VGA_WIDTH 640 macro
79 .width = VGA_WIDTH,
596 if (fmt->width > VGA_WIDTH)
597 fmt->width = VGA_WIDTH;
636 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT))
H A Dov7670.c36 #define VGA_WIDTH 640 macro
668 .width = VGA_WIDTH,
/drivers/media/video/marvell-ccic/
H A Dmcam-core.h319 #define VGA_WIDTH 640 macro
H A Dmcam-core.c69 static int dma_buf_size = VGA_WIDTH * VGA_HEIGHT * 2; /* Worst case */
155 .width = VGA_WIDTH,
159 .bytesperline = VGA_WIDTH*2,
160 .sizeimage = VGA_WIDTH*VGA_HEIGHT*2,
/drivers/video/via/
H A Daccel.c371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2;

Completed in 228 milliseconds