Searched refs:nclips (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/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 | 154 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) in btcx_sort_clips() argument 158 if (nclips < 2) in btcx_sort_clips() 160 for (i = nclips-2; i >= 0; i--) { in btcx_sort_clips() 175 const struct v4l2_clip *clips, unsigned int nclips) in btcx_calc_skips() argument 182 for (clip = 0; clip < nclips; clip++) { in btcx_calc_skips()
|
D | bttv-risc.c | 247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay() 253 dwords = (3 * ov->nclips + 2) * in bttv_risc_overlay() 284 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay()
|
D | bttvp.h | 173 int nclips; member
|
D | bttv-driver.c | 2169 fh->ov.nclips = n; in setup_window_lock() 2620 fh->ov.nclips = 0; in bttv_s_fbuf()
|
/Linux-v5.15/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-v5.15/include/media/drv-intf/ |
D | saa7146_vv.h | 83 int nclips; member
|
/Linux-v5.15/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 626 int nclips, int interlace) in setup_clipping() argument 634 for (i = 0; i < nclips && i < 8; i++) { in setup_clipping() 717 setup_clipping(dev, dev->clips, dev->nclips, in start_preview() 1283 if (dev->nclips < clipcount) in saa7134_g_fmt_vid_overlay() 1284 clipcount = dev->nclips; in saa7134_g_fmt_vid_overlay() 1398 dev->nclips = f->fmt.win.clipcount; in saa7134_s_fmt_vid_overlay() 1401 sizeof(struct v4l2_clip) * dev->nclips); in saa7134_s_fmt_vid_overlay()
|
D | saa7134.h | 598 unsigned int nclips; member
|
/Linux-v5.15/drivers/media/common/saa7146/ |
D | saa7146_video.c | 770 vv->ov.nclips = f->fmt.win.clipcount; in vidioc_s_fmt_vid_overlay() 771 if (vv->ov.nclips > 16) in vidioc_s_fmt_vid_overlay() 772 vv->ov.nclips = 16; in vidioc_s_fmt_vid_overlay() 774 sizeof(struct v4l2_clip) * vv->ov.nclips); in vidioc_s_fmt_vid_overlay()
|
D | saa7146_hlp.c | 346 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect() 493 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
|
/Linux-v5.15/drivers/media/pci/ngene/ |
D | ngene.h | 605 int nclips; member
|