Searched refs:nclips (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | btcx-risc.h | 23 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips); 26 const struct v4l2_clip *clips, unsigned int nclips);
|
H A D | btcx-risc.c | 161 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) btcx_sort_clips() argument 166 if (nclips < 2) btcx_sort_clips() 168 for (i = nclips-2; i >= 0; i--) { btcx_sort_clips() 185 const struct v4l2_clip *clips, unsigned int nclips) btcx_calc_skips() 192 for (clip = 0; clip < nclips; clip++) { btcx_calc_skips() 183 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 | bttv-risc.c | 258 if (NULL == (skips = kmalloc(sizeof(*skips) * ov->nclips,GFP_KERNEL))) bttv_risc_overlay() 263 dwords = (3 * ov->nclips + 2) * bttv_risc_overlay() 294 skips, &nskips, ov->clips, ov->nclips); bttv_risc_overlay()
|
H A D | bttvp.h | 185 int nclips; member in struct:bttv_overlay
|
H A D | bttv-driver.c | 2222 fh->ov.nclips = n; setup_window_lock() 2695 fh->ov.nclips = 0; bttv_s_fbuf()
|
/linux-4.1.27/drivers/media/common/ |
H A D | btcx-risc.h | 25 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips); 28 const struct v4l2_clip *clips, unsigned int nclips);
|
/linux-4.1.27/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 788 vv->ov.nclips = f->fmt.win.clipcount; vidioc_s_fmt_vid_overlay() 789 if (vv->ov.nclips > 16) vidioc_s_fmt_vid_overlay() 790 vv->ov.nclips = 16; vidioc_s_fmt_vid_overlay() 792 sizeof(struct v4l2_clip) * vv->ov.nclips)) { vidioc_s_fmt_vid_overlay()
|
H A D | saa7146_hlp.c | 348 int clipcount = vv->ov.nclips; calculate_clipping_registers_rect() 495 if (vv->ov.nclips == 0) { saa7146_set_clipping_rect()
|
/linux-4.1.27/include/media/ |
H A D | saa7146_vv.h | 83 int nclips; member in struct:saa7146_overlay
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 650 int nclips, int interlace) setup_clipping() 658 for (i = 0; i < nclips && i < 8; i++) { setup_clipping() 741 setup_clipping(dev, dev->clips, dev->nclips, start_preview() 1242 if (dev->nclips < clipcount) saa7134_g_fmt_vid_overlay() 1243 clipcount = dev->nclips; saa7134_g_fmt_vid_overlay() 1358 dev->nclips = f->fmt.win.clipcount; saa7134_s_fmt_vid_overlay() 1361 sizeof(struct v4l2_clip) * dev->nclips)) saa7134_s_fmt_vid_overlay() 649 setup_clipping(struct saa7134_dev *dev, struct v4l2_clip *clips, int nclips, int interlace) setup_clipping() argument
|
H A D | saa7134.h | 586 unsigned int nclips; member in struct:saa7134_dev
|
/linux-4.1.27/drivers/media/pci/ngene/ |
H A D | ngene.h | 603 int nclips; member in struct:ngene_overlay
|
Completed in 497 milliseconds