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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_sensor.h99 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);
438 imagesize = (cam->sensor.pix_format.width *
439 cam->sensor.pix_format.height *
440 cam->sensor.pix_format.priv) / 8;
479 if (cam->sensor.pix_format.pixelformat ==
524 cam->sensor.pix_format.pixelformat ==
1115 err += et61x251_set_scale(cam, rect->width / s->pix_format.width);
1129 err += et61x251_set_pix_format(cam, &s->pix_format);
1131 err += s->set_pix_format(cam, &s->pix_format);
1135 if (s->pix_format
1747 struct v4l2_pix_format* pix_format = &(s->pix_format); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c95 .pix_format = {
H A Dsn9c102_sensor.h257 struct v4l2_pix_format pix_format; member in struct:sn9c102_sensor
H A Dsn9c102_tas5110c1b.c127 .pix_format = {
H A Dsn9c102_tas5130d1b.c138 .pix_format = {
H A Dsn9c102_core.c122 struct v4l2_pix_format* p = &(cam->sensor.pix_format);
561 if (cam->sensor.pix_format.pixelformat == V4L2_PIX_FMT_SN9C10X ||
562 cam->sensor.pix_format.pixelformat == V4L2_PIX_FMT_JPEG)
655 *(pos + 564) = cam->sensor.pix_format.width & 0xFF;
656 *(pos + 563) = (cam->sensor.pix_format.width >> 8) & 0xFF;
657 *(pos + 562) = cam->sensor.pix_format.height & 0xFF;
658 *(pos + 561) = (cam->sensor.pix_format.height >> 8) & 0xFF;
702 imagesize = (cam->sensor.pix_format.width *
703 cam->sensor.pix_format.height *
704 cam->sensor.pix_format
2303 struct v4l2_pix_format* pix_format = &(s->pix_format); local
[all...]
H A Dsn9c102_hv7131d.c235 .pix_format = {
H A Dsn9c102_pas106b.c264 .pix_format = {
H A Dsn9c102_mi0343.c323 .pix_format = {
H A Dsn9c102_pas202bcb.c287 .pix_format = {
H A Dsn9c102_hv7131r.c334 .pix_format = {
H A Dsn9c102_ov7630.c392 .pix_format = {
H A Dsn9c102_mi0360.c410 .pix_format = {
H A Dsn9c102_ov7660.c509 .pix_format = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_sensor.h105 struct v4l2_pix_format pix_format; member in struct:zc0301_sensor
H A Dzc0301_core.c125 struct v4l2_pix_format* p = &(cam->sensor.pix_format);
343 imagesize = (cam->sensor.pix_format.width *
344 cam->sensor.pix_format.height *
345 cam->sensor.pix_format.priv) / 8;
1268 s->pix_format.width = rect->width;
1269 s->pix_format.height = rect->height;
1353 struct v4l2_pix_format* pfmt = &(cam->sensor.pix_format);
1380 struct v4l2_pix_format* pfmt = &(s->pix_format);
H A Dzc0301_pb0330.c155 .pix_format = {
H A Dzc0301_pas202bcb.c325 .pix_format = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcafe_ccic.c170 struct v4l2_pix_format pix_format; member in struct:cafe_camera
599 struct v4l2_pix_format *fmt = &cam->pix_format;
611 switch (cam->pix_format.pixelformat) {
632 cam_err(cam, "Unknown format %x\n", cam->pix_format.pixelformat);
890 fmt.fmt.pix = cam->pix_format;
914 cam->dma_buf_size = cam->pix_format.sizeimage;
994 if (len > cam->pix_format.sizeimage)
995 len = cam->pix_format.sizeimage;
1161 buf->v4lbuf.length = PAGE_ALIGN(cam->pix_format.sizeimage);
1615 cam->pix_format
[all...]

Completed in 146 milliseconds