Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dvia-camera.c53 #define VGA_WIDTH 640 macro
472 if (cam->user_format.width == VGA_WIDTH) in viacam_set_scale()
475 sf = (cam->user_format.width*2048)/VGA_WIDTH; in viacam_set_scale()
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) { in viacam_fmt_pre()
932 userfmt->width = VGA_WIDTH; in viacam_fmt_pre()
935 sensorfmt->width = VGA_WIDTH; in viacam_fmt_pre()
1194 sizes->stepwise.max_width = VGA_WIDTH; in viacam_enum_framesizes()
[all …]
Dvs6624.c37 #define VGA_WIDTH 640 macro
79 .width = VGA_WIDTH,
596 if (fmt->width > VGA_WIDTH) in vs6624_try_mbus_fmt()
597 fmt->width = VGA_WIDTH; in vs6624_try_mbus_fmt()
636 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_s_mbus_fmt()
Dov772x.c500 #define VGA_WIDTH 640 macro
504 #define MAX_WIDTH VGA_WIDTH
509 .width = VGA_WIDTH,
859 a->c.width = VGA_WIDTH; in ov772x_g_crop()
870 a->bounds.width = VGA_WIDTH; in ov772x_cropcap()
887 u32 width = VGA_WIDTH, height = VGA_HEIGHT; in ov772x_g_fmt()
Dmt9t112.c45 #define VGA_WIDTH 640 macro
806 mt9t112_set_a_frame_size(client, VGA_WIDTH, VGA_HEIGHT); in mt9t112_s_stream()
880 a->defrect.width = VGA_WIDTH; in mt9t112_cropcap()
1065 .width = VGA_WIDTH, in mt9t112_probe()
1067 .left = (MAX_WIDTH - VGA_WIDTH) / 2, in mt9t112_probe()
Dov7670.c36 #define VGA_WIDTH 640 macro
668 .width = VGA_WIDTH,
/linux-3.4.99/include/linux/
Dvia-core.h189 #define VGA_WIDTH 640 macro
/linux-3.4.99/drivers/media/video/marvell-ccic/
Dmcam-core.h319 #define VGA_WIDTH 640 macro
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,
/linux-3.4.99/drivers/video/via/
Daccel.c371 viapar->shared->vdev->camera_fbmem_size = 3*VGA_HEIGHT*VGA_WIDTH*2; in viafb_setup_engine()