Searched defs:clipcount (Results 1 - 4 of 4) sorted by relevance
/drivers/media/common/ |
H A D | saa7146_hlp.c | 348 int clipcount = fh->ov.nclips; local 365 for(i = 0; i < clipcount; i++) { 403 cnt_line = cnt_pixel = 2*clipcount; 421 for(j = 0; j < clipcount; j++) { 493 /* check clipcount, disable clipping if clipcount == 0*/
|
/drivers/media/video/ |
H A D | v4l2-compat-ioctl32.c | 44 __u32 clipcount; member in struct:v4l2_window32 54 get_user(kp->clipcount, &up->clipcount)) 56 if (kp->clipcount > 2048) 58 if (kp->clipcount) { 61 int n = kp->clipcount; 87 put_user(kp->clipcount, &up->clipcount))
|
/drivers/media/video/zoran/ |
H A D | zoran_driver.c | 1135 struct v4l2_clip __user *clips, int clipcount, void __user *bitmap) 1193 fh->overlay_settings.clipcount = clipcount; 1215 fh->overlay_settings.clipcount = 1; 1221 } else if (clipcount > 0) { 1223 vcp = vmalloc(sizeof(struct v4l2_clip) * (clipcount + 4)); 1232 (vcp, clips, sizeof(struct v4l2_clip) * clipcount)) { 1236 write_overlay_mask(fh, vcp, clipcount); 1792 fmt->fmt.win.clipcount, 1798 fmt->fmt.win.clipcount, fm 1134 setup_window(struct zoran_fh *fh, int x, int y, int width, int height, struct v4l2_clip __user *clips, int clipcount, void __user *bitmap) argument [all...] |
H A D | zoran.h | 156 int clipcount; /* position and number of clips */ member in struct:zoran_overlay_settings
|
Completed in 207 milliseconds