Searched refs:clips (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/
H A Dbtcx-risc.c94 struct v4l2_clip *clips, unsigned int n)
98 clips[n].c.left = 0;
99 clips[n].c.top = 0;
100 clips[n].c.width = -win->left;
101 clips[n].c.height = win->height;
106 clips[n].c.left = swidth - win->left;
107 clips[n].c.top = 0;
108 clips[n].c.width = win->width - clips[n].c.left;
109 clips[
93 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, struct v4l2_clip *clips, unsigned int n) argument
132 btcx_align(struct v4l2_rect *win, struct v4l2_clip *clips, unsigned int n, int mask) argument
166 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) argument
188 btcx_calc_skips(int line, int width, unsigned int *maxy, struct btcx_skiplist *skips, unsigned int *nskips, const struct v4l2_clip *clips, unsigned int nclips) argument
[all...]
H A Dbtcx-risc.h22 struct v4l2_clip *clips, unsigned int n);
23 int btcx_align(struct v4l2_rect *win, struct v4l2_clip *clips,
25 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips);
28 const struct v4l2_clip *clips, unsigned int nclips);
H A Dcompat_ioctl32.c108 compat_caddr_t clips; member in struct:video_window32
130 /* You get back everything except the clips... */
157 compat_caddr_t clips; /* actually struct v4l2_clip32 * */ member in struct:v4l2_window32
178 if (get_user(p, &up->clips))
182 kp->clips = kclips;
192 kp->clips = NULL;
585 get_user(n, &up->clips) || put_user(p, &vw->clips))
H A Dv4l1-compat.c443 win->clips = NULL;
459 win->clips = NULL;
494 fmt2->fmt.win.clips = (void __user *)win->clips;
H A Dzoran_driver.c1568 struct video_clip __user *clips,
1646 * Write the overlay mask if clips are wanted.
1650 /* fake value - it just means we want clips */
1658 /* write our own bitmap from the clips */
1668 (vcp, clips, sizeof(struct video_clip) * clipcount)) {
2239 vwin->height, vwin->clips,
2872 fmt->fmt.win.clips,
1563 setup_window(struct file *file, int x, int y, int width, int height, struct video_clip __user *clips, int clipcount, void __user *bitmap) argument
H A Dstradis.c1201 return; /* throw away bad clips */
1240 /* convert rectangular clips to a bitmap */
1364 * Do any clips.
1367 if (copy_from_user(saa->dmavid2, vw.clips,
1377 if (copy_from_user(vcp, vw.clips,
H A Dcpia.c3474 if (vw->clips != NULL) { /* clipping not supported */
3897 cam->vw.clips = NULL;
H A Dplanb.c1716 if (copy_from_user(&clip, vw.clips + i,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev.h132 struct video_clip __user *clips; /* Set only */ member in struct:video_window
H A Dvideodev2.h634 struct v4l2_clip __user *clips; member in struct:v4l2_window
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dsaa7146_vv.h81 struct v4l2_clip clips[16]; member in struct:saa7146_overlay
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c786 static int setup_clipping(struct saa7134_dev *dev, struct v4l2_clip *clips, argument
796 col[cols].position = clip_range(clips[i].c.left);
799 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width);
802 row[rows].position = clip_range(clips[i].c.top / div);
805 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height)
877 setup_clipping(dev,fh->clips,fh->nclips,
1614 if (copy_from_user(fh->clips,f->fmt.win.clips,
[all...]
H A Dsaa7134.h375 struct v4l2_clip clips[8]; member in struct:saa7134_fh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c2494 struct v4l2_clip *clips = NULL; local
2507 /* copy clips -- luckily v4l1 + v4l2 are binary
2510 size = sizeof(*clips)*(n+4);
2511 clips = kmalloc(size,GFP_KERNEL);
2512 if (NULL == clips)
2515 if (copy_from_user(clips,win->clips,sizeof(struct v4l2_clip)*n)) {
2516 kfree(clips);
2523 &win->w, clips, n);
2524 btcx_sort_clips(clips,
[all...]
H A Dbttvp.h160 struct v4l2_clip *clips; member in struct:bttv_overlay
H A Dbttv-risc.c287 skips, &nskips, ov->clips, ov->nclips);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c365 x[i] = fh->ov.clips[i].c.left;
366 y[i] = fh->ov.clips[i].c.top;
367 w[i] = fh->ov.clips[i].c.width;
368 h[i] = fh->ov.clips[i].c.height;
H A Dsaa7146_video.c388 if (copy_from_user(fh->ov.clips,f->fmt.win.clips,sizeof(struct v4l2_clip)*fh->ov.nclips)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88.h360 struct v4l2_clip *clips; member in struct:cx8800_fh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c555 if (vw->clips != NULL) /* clipping not supported */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dvicam.c637 vw.clips = NULL;

Completed in 197 milliseconds