Searched refs:nclips (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/ |
H A 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);
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A 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);
|
H A D | btcx-risc.c | 155 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) in btcx_sort_clips() argument 159 if (nclips < 2) in btcx_sort_clips() 161 for (i = nclips-2; i >= 0; i--) { in btcx_sort_clips() 176 const struct v4l2_clip *clips, unsigned int nclips) in btcx_calc_skips() 183 for (clip = 0; clip < nclips; clip++) { in btcx_calc_skips() 174 btcx_calc_skips(int line, int width, int *maxy, struct btcx_skiplist *skips, unsigned int *nskips, const struct v4l2_clip *clips, unsigned int nclips) btcx_calc_skips() argument
|
H A D | bttvp.h | 173 int nclips; member
|
H A 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()
|
H A D | bttv-driver.c | 2177 fh->ov.nclips = n; in setup_window_lock() 2628 fh->ov.nclips = 0; in bttv_s_fbuf()
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | saa7146_vv.h | 83 int nclips; member
|
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 626 int nclips, int interlace) in setup_clipping() 634 for (i = 0; i < nclips && i < 8; i++) { in setup_clipping() 717 setup_clipping(dev, dev->clips, dev->nclips, in start_preview() 1281 if (dev->nclips < clipcount) in saa7134_g_fmt_vid_overlay() 1282 clipcount = dev->nclips; in saa7134_g_fmt_vid_overlay() 1397 dev->nclips = f->fmt.win.clipcount; in saa7134_s_fmt_vid_overlay() 1400 sizeof(struct v4l2_clip) * dev->nclips)) in saa7134_s_fmt_vid_overlay() 625 setup_clipping(struct saa7134_dev *dev, struct v4l2_clip *clips, int nclips, int interlace) setup_clipping() argument
|
H A D | saa7134.h | 598 unsigned int nclips; member
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 605 int nclips; member
|
Completed in 19 milliseconds