Searched refs:pix_format (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c96 .pix_format = {
H A Dsn9c102_sensor.h254 struct v4l2_pix_format pix_format; member in struct:sn9c102_sensor
H A Dsn9c102_tas5110c1b.c128 .pix_format = {
H A Dsn9c102_tas5130d1b.c139 .pix_format = {
H A Dsn9c102_core.c145 struct v4l2_pix_format* p = &(cam->sensor.pix_format);
584 if (cam->sensor.pix_format.pixelformat == V4L2_PIX_FMT_SN9C10X ||
585 cam->sensor.pix_format.pixelformat == V4L2_PIX_FMT_JPEG)
678 *(pos + 564) = cam->sensor.pix_format.width & 0xFF;
679 *(pos + 563) = (cam->sensor.pix_format.width >> 8) & 0xFF;
680 *(pos + 562) = cam->sensor.pix_format.height & 0xFF;
681 *(pos + 561) = (cam->sensor.pix_format.height >> 8) & 0xFF;
725 imagesize = (cam->sensor.pix_format.width *
726 cam->sensor.pix_format.height *
727 cam->sensor.pix_format
2363 struct v4l2_pix_format* pix_format = &(s->pix_format); local
[all...]
H A Dsn9c102_hv7131d.c236 .pix_format = {
H A Dsn9c102_pas106b.c265 .pix_format = {
H A Dsn9c102_mi0343.c324 .pix_format = {
H A Dsn9c102_mt9v111.c228 .pix_format = {
H A Dsn9c102_pas202bcb.c288 .pix_format = {
H A Dsn9c102_hv7131r.c335 .pix_format = {
H A Dsn9c102_mi0360.c411 .pix_format = {
H A Dsn9c102_ov7630.c579 .pix_format = {
H A Dsn9c102_ov7660.c510 .pix_format = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/et61x251/
H A Det61x251_sensor.h91 struct v4l2_pix_format pix_format; member in struct:et61x251_sensor
H A Det61x251_tas5130d1b.c118 .pix_format = {
H A Det61x251_core.c122 struct v4l2_pix_format* p = &(cam->sensor.pix_format);
362 imagesize = (cam->sensor.pix_format.width *
363 cam->sensor.pix_format.height *
364 cam->sensor.pix_format.priv) / 8;
403 if (cam->sensor.pix_format.pixelformat ==
448 cam->sensor.pix_format.pixelformat ==
1123 err += et61x251_set_scale(cam, rect->width / s->pix_format.width);
1137 err += et61x251_set_pix_format(cam, &s->pix_format);
1139 err += s->set_pix_format(cam, &s->pix_format);
1143 if (s->pix_format
1778 struct v4l2_pix_format* pix_format = &(s->pix_format); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.c976 struct v4l2_pix_format *pix_format = &f->fmt.pix; local
987 pix_format->width = stk_sizes[i].w;
988 pix_format->height = stk_sizes[i].h;
989 pix_format->field = V4L2_FIELD_NONE;
990 pix_format->colorspace = V4L2_COLORSPACE_SRGB;
991 pix_format->pixelformat = dev->vsettings.palette;
993 pix_format->bytesperline = pix_format->width;
995 pix_format->bytesperline = 2 * pix_format
[all...]
H A Dcafe_ccic.c182 struct v4l2_pix_format pix_format; member in struct:cafe_camera
542 struct v4l2_pix_format *fmt = &cam->pix_format;
554 switch (cam->pix_format.pixelformat) {
575 cam_err(cam, "Unknown format %x\n", cam->pix_format.pixelformat);
820 fmt.fmt.pix = cam->pix_format;
844 cam->dma_buf_size = cam->pix_format.sizeimage;
924 if (len > cam->pix_format.sizeimage)
925 len = cam->pix_format.sizeimage;
1091 buf->v4lbuf.length = PAGE_ALIGN(cam->pix_format.sizeimage);
1532 cam->pix_format
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video.c802 u32 pix_format; local
848 pix_format =
851 fh->fmt = cx25821_format_by_fourcc(pix_format);
997 int pix_format = PIXEL_FRMT_422; local
1023 pix_format = PIXEL_FRMT_411;
1025 pix_format = PIXEL_FRMT_422;
1029 cx25821_set_pixel_format(dev, SRAM_CH00, pix_format);
1861 int selected_channel = 0, pix_format = 0, i = 0; local
1893 pix_format = data_from_user->pixel_format;
1902 pix_format);
[all...]
H A Dcx25821-video-upstream-ch2.c657 struct sram_channel *ch, int pix_format)
665 value = ((pix_format & 0x3) << 12) | (vip_mode & 0x7);
656 cx25821_set_pixelengine_ch2(struct cx25821_dev *dev, struct sram_channel *ch, int pix_format) argument
H A Dcx25821-video-upstream.c713 int pix_format)
721 value = ((pix_format & 0x3) << 12) | (vip_mode & 0x7);
712 cx25821_set_pixelengine(struct cx25821_dev *dev, struct sram_channel *ch, int pix_format) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpfe_capture.c193 * lookup an entry in the vpfe pix format table based on pix_format
195 static const struct vpfe_pixel_format *vpfe_lookup_pix_format(u32 pix_format) argument
200 if (pix_format == vpfe_pix_fmts[i].fmtdesc.pixelformat)

Completed in 131 milliseconds