Searched refs:cropcap (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c44 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69,
45 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
80 .cropcap = {
H A Dsn9c102_tas5110c1b.c62 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69,
63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
112 .cropcap = {
H A Dsn9c102_tas5130d1b.c62 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 104,
63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 12;
123 .cropcap = {
H A Dsn9c102_pas202bcb.c178 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3;
183 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4;
186 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 3;
272 .cropcap = {
H A Dsn9c102_hv7131d.c123 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 2,
124 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2;
220 .cropcap = {
H A Dsn9c102_pas106b.c142 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4,
143 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3;
249 .cropcap = {
H A Dsn9c102_mi0343.c196 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 0,
197 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2;
308 .cropcap = {
H A Dsn9c102_sensor.h206 struct v4l2_cropcap cropcap; member in struct:sn9c102_sensor
220 specified in the cropcap substructures 'bounds' and 'defrect'.
234 (struct cropcap.bounds) you must not change them.anymore.
266 of cropcap.defrect.width and cropcap.defrect.height. I
H A Dsn9c102_hv7131r.c213 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1,
214 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1;
319 .cropcap = {
H A Dsn9c102_ov7630.c230 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1,
231 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1;
377 .cropcap = {
H A Dsn9c102_mi0360.c266 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1;
270 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 0;
274 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1;
395 .cropcap = {
H A Dsn9c102_ov7660.c370 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1,
371 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1;
494 .cropcap = {
H A Dsn9c102_core.c123 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds);
1589 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left),
1590 v_start = (u8)(rect->top - s->cropcap.bounds.top),
1621 rect = &(s->cropcap.defrect);
1700 memcpy(&(s->_rect), &(s->cropcap.defrect),
2266 struct v4l2_cropcap* cc = &(cam->sensor.cropcap);
2302 struct v4l2_rect* bounds = &(s->cropcap.bounds);
2436 frmsize.stepwise.max_width = cam->sensor.cropcap.bounds.width;
2437 frmsize.stepwise.max_height = cam->sensor.cropcap.bounds.height;
2525 struct v4l2_rect* bounds = &(s->cropcap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-vbi.c186 if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top)
187 min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top;
255 max_end = (tvnorm->cropcap.bounds.top
256 + tvnorm->cropcap.bounds.height) >> 1;
391 max_end = (tvnorm->cropcap.bounds.top
392 + tvnorm->cropcap.bounds.height) >> 1;
438 real_count = ((tvnorm->cropcap.defrect.top >> 1)
H A Dbttv-driver.c234 .cropcap.bounds.left = minhdelayx1, \
237 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
239 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \
240 .cropcap.bounds.height = (sheight) + (vdelay) - MIN_VDELAY, \
241 .cropcap.defrect.left = hdelayx1, \
242 .cropcap.defrect.top = (videostart0) * 2, \
243 .cropcap.defrect.width = swidth, \
244 .cropcap.defrect.height = sheight, \
245 .cropcap.pixelaspect.numerator = totalwidth, \
246 .cropcap
[all...]
H A Dbttv-risc.c385 if ((crop->left == tvnorm->cropcap.defrect.left
386 && crop->top == tvnorm->cropcap.defrect.top
387 && crop->width == tvnorm->cropcap.defrect.width
388 && crop->height == tvnorm->cropcap.defrect.height
407 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
H A Dbttvp.h104 is determined by cropcap.bounds. */
109 struct v4l2_cropcap cropcap; member in struct:bttv_tvnorm
180 /* A cropping rectangle in struct bttv_tvnorm.cropcap units. */
441 cropping parameters in bttv_tvnorm.cropcap units. Protected
446 bttv_tvnorm.cropcap line units. Set by check_alloc_btres()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_sensor.h98 struct v4l2_cropcap cropcap; member in struct:et61x251_sensor
H A Det61x251_tas5130d1b.c104 .cropcap = {
H A Det61x251_core.c123 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds);
1071 u16 fmw_sx = (u16)(rect->left - s->cropcap.bounds.left +
1073 fmw_sy = (u16)(rect->top - s->cropcap.bounds.top +
1108 rect = &(s->cropcap.defrect);
1171 memcpy(&(s->_rect), &(s->cropcap.defrect),
1710 struct v4l2_cropcap* cc = &(cam->sensor.cropcap);
1746 struct v4l2_rect* bounds = &(s->cropcap.bounds);
1870 frmsize.stepwise.max_width = cam->sensor.cropcap.bounds.width;
1871 frmsize.stepwise.max_height = cam->sensor.cropcap.bounds.height;
1945 struct v4l2_rect* bounds = &(s->cropcap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_sensor.h104 struct v4l2_cropcap cropcap; member in struct:zc0301_sensor
H A Dzc0301_core.c126 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds);
578 rect = &(s->cropcap.defrect);
628 memcpy(&(s->_rect), &(s->cropcap.defrect),
1159 struct v4l2_cropcap* cc = &(cam->sensor.cropcap);
1195 struct v4l2_rect* bounds = &(s->cropcap.bounds);
1309 frmsize.discrete.width = cam->sensor.cropcap.defrect.width;
1310 frmsize.discrete.height = cam->sensor.cropcap.defrect.height;
1381 struct v4l2_rect* bounds = &(s->cropcap.bounds);
H A Dzc0301_pb0330.c141 .cropcap = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c798 struct v4l2_cropcap *cropcap = arg; local
800 if (cropcap->type != V4L2_BUF_TYPE_VIDEO_CAPTURE &&
801 cropcap->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
803 cropcap->bounds.top = cropcap->bounds.left = 0;
804 cropcap->bounds.width = 720;
805 if (cropcap->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
806 cropcap->bounds.height = itv->is_50hz ? 576 : 480;
807 cropcap->pixelaspect.numerator = itv->is_50hz ? 59 : 10;
808 cropcap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c3900 struct v4l2_cropcap *cropcap = arg; local
3901 int type = cropcap->type, res = 0;
3904 ZR_DEVNAME(zr), cropcap->type);
3906 memset(cropcap, 0, sizeof(*cropcap));
3907 cropcap->type = type;
3911 if (cropcap->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
3912 (cropcap->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
3922 cropcap->bounds.top = cropcap
[all...]

Completed in 292 milliseconds

12