Searched refs:nclips (Results 1 - 14 of 14) sorted by relevance

/drivers/media/video/
H A Dbtcx-risc.h25 void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips);
28 const struct v4l2_clip *clips, unsigned int nclips);
H A Dbtcx-risc.c165 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) argument
170 if (nclips < 2)
172 for (i = nclips-2; i >= 0; i--) {
189 const struct v4l2_clip *clips, unsigned int nclips)
196 for (clip = 0; clip < nclips; clip++) {
187 btcx_calc_skips(int line, int width, int *maxy, struct btcx_skiplist *skips, unsigned int *nskips, const struct v4l2_clip *clips, unsigned int nclips) argument
/drivers/media/common/
H A Dsaa7146_video.c904 fh->ov.nclips = f->fmt.win.clipcount;
905 if (fh->ov.nclips > 16)
906 fh->ov.nclips = 16;
908 sizeof(struct v4l2_clip) * fh->ov.nclips)) {
H A Dsaa7146_hlp.c348 int clipcount = fh->ov.nclips;
494 if( fh->ov.nclips == 0 ) {
/drivers/media/video/bt8xx/
H A Dbttvp.h184 int nclips; member in struct:bttv_overlay
H A Dbttv-risc.c258 if (NULL == (skips = kmalloc(sizeof(*skips) * ov->nclips,GFP_KERNEL)))
263 dwords = (3 * ov->nclips + 2) *
294 skips, &nskips, ov->clips, ov->nclips);
H A Dbttv-driver.c2365 fh->ov.nclips = n;
2798 fh->ov.nclips = 0;
/drivers/media/video/saa7134/
H A Dsaa7134-video.c798 int nclips, int interlace)
806 for (i = 0; i < nclips && i < 8; i++) {
888 setup_clipping(dev,fh->clips,fh->nclips,
1704 fh->nclips = f->fmt.win.clipcount;
1706 if (fh->nclips > 8)
1707 fh->nclips = 8;
1710 sizeof(struct v4l2_clip)*fh->nclips)) {
797 setup_clipping(struct saa7134_dev *dev, struct v4l2_clip *clips, int nclips, int interlace) argument
H A Dsaa7134.h476 unsigned int nclips; member in struct:saa7134_fh
/drivers/media/video/cx25821/
H A Dcx25821.h137 unsigned int nclips; member in struct:cx25821_fh
/drivers/media/dvb/ngene/
H A Dngene.h603 int nclips; member in struct:ngene_overlay
/drivers/media/video/cx23885/
H A Dcx23885.h149 unsigned int nclips; member in struct:cx23885_fh
/drivers/media/video/cx88/
H A Dcx88.h442 unsigned int nclips; member in struct:cx8800_fh
/drivers/media/video/cx231xx/
H A Dcx231xx.h447 unsigned int nclips; member in struct:cx231xx_fh

Completed in 154 milliseconds