Searched refs:bounds (Results 1 - 25 of 37) 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;
81 .bounds = {
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;
113 .bounds = {
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;
124 .bounds = {
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;
273 .bounds = {
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;
221 .bounds = {
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;
250 .bounds = {
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;
309 .bounds = {
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),
2302 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
2334 if (rect->width > bounds->width)
2335 rect->width = bounds->width;
2336 if (rect->height > bounds->height)
2337 rect->height = bounds->height;
2338 if (rect->left < bounds
2525 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
[all...]
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;
320 .bounds = {
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;
378 .bounds = {
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;
396 .bounds = {
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;
495 .bounds = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c126 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds);
1195 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
1230 if (rect->width > bounds->width)
1231 rect->width = bounds->width;
1232 if (rect->height > bounds->height)
1233 rect->height = bounds->height;
1234 if (rect->left < bounds->left)
1235 rect->left = bounds->left;
1236 if (rect->top < bounds
1381 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
[all...]
H A Dzc0301_pb0330.c142 .bounds = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-vbi.c183 bounds.top is the corresponding first field line number
186 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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
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 +
1746 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
1778 if (rect->width > bounds->width)
1779 rect->width = bounds->width;
1780 if (rect->height > bounds->height)
1781 rect->height = bounds->height;
1782 if (rect->left < bounds
1945 struct v4l2_rect* bounds = &(s->cropcap.bounds); local
[all...]
H A Det61x251_tas5130d1b.c105 .bounds = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dhpfs.h188 unsigned bounds; /* matches corresponding word member in struct:code_page_directory::__anon7454
206 unsigned bounds[3]; /* looks a bit like member in struct:code_page_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c803 cropcap->bounds.top = cropcap->bounds.left = 0;
804 cropcap->bounds.width = 720;
806 cropcap->bounds.height = itv->is_50hz ? 576 : 480;
810 cropcap->bounds.height = itv->is_out_50hz ? 576 : 480;
814 cropcap->defrect = cropcap->bounds;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c183 /* Validate a computed cycle counter result against the known bounds for
192 static struct bounds { struct
223 /* If index out of bounds, no way to validate. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c57 asmlinkage void bounds(void);
637 DO_ERROR( 5, SIGSEGV, "bounds", bounds)
1076 set_intr_gate(5,&bounds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c76 asmlinkage void bounds(void);
557 DO_VM86_ERROR( 5, SIGSEGV, "bounds", bounds)
1128 set_trap_gate(5,&bounds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c1204 cc->bounds.left = 0;
1205 cc->bounds.top = 0;
1206 cc->bounds.width = dev->width;
1207 cc->bounds.height = dev->height;
1208 cc->defrect = cc->bounds;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c975 c->bounds.left = 0;
976 c->bounds.top = 0;
977 c->bounds.width = cam->vw.width;
978 c->bounds.height = cam->vw.height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dscale.S55 movew ETEMP(%a6),%d0 |check src bounds

Completed in 102 milliseconds

12