Searched refs:nclips (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | btcx-risc.h | 24 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips); 27 const struct v4l2_clip *clips, unsigned int nclips);
|
D | btcx-risc.c | 167 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) in btcx_sort_clips() argument 171 if (nclips < 2) in btcx_sort_clips() 173 for (i = nclips-2; i >= 0; i--) { in btcx_sort_clips() 188 const struct v4l2_clip *clips, unsigned int nclips) in btcx_calc_skips() argument 195 for (clip = 0; clip < nclips; clip++) { in btcx_calc_skips()
|
D | bttv-risc.c | 259 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay() 265 dwords = (3 * ov->nclips + 2) * in bttv_risc_overlay() 296 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay()
|
D | bttvp.h | 186 int nclips; member
|
D | bttv-driver.c | 2208 fh->ov.nclips = n; in setup_window_lock() 2682 fh->ov.nclips = 0; in bttv_s_fbuf()
|
/Linux-v4.19/drivers/media/common/ |
D | btcx-risc.h | 26 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips); 29 const struct v4l2_clip *clips, unsigned int nclips);
|
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146_vv.h | 84 int nclips; member
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 649 int nclips, int interlace) in setup_clipping() argument 657 for (i = 0; i < nclips && i < 8; i++) { in setup_clipping() 740 setup_clipping(dev, dev->clips, dev->nclips, in start_preview() 1305 if (dev->nclips < clipcount) in saa7134_g_fmt_vid_overlay() 1306 clipcount = dev->nclips; in saa7134_g_fmt_vid_overlay() 1421 dev->nclips = f->fmt.win.clipcount; in saa7134_s_fmt_vid_overlay() 1424 sizeof(struct v4l2_clip) * dev->nclips)) in saa7134_s_fmt_vid_overlay()
|
D | saa7134.h | 604 unsigned int nclips; member
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_video.c | 791 vv->ov.nclips = f->fmt.win.clipcount; in vidioc_s_fmt_vid_overlay() 792 if (vv->ov.nclips > 16) in vidioc_s_fmt_vid_overlay() 793 vv->ov.nclips = 16; in vidioc_s_fmt_vid_overlay() 795 sizeof(struct v4l2_clip) * vv->ov.nclips)) { in vidioc_s_fmt_vid_overlay()
|
D | saa7146_hlp.c | 345 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect() 492 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 615 int nclips; member
|