Searched refs:skips (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbtcx-risc.c188 struct btcx_skiplist *skips, unsigned int *nskips,
216 if (0 == skip || clips[clip].c.left > skips[skip-1].end) {
218 skips[skip].start = clips[clip].c.left;
219 if (skips[skip].start < 0)
220 skips[skip].start = 0;
221 skips[skip].end = clips[clip].c.left + clips[clip].c.width;
222 if (skips[skip].end > width)
223 skips[skip].end = width;
228 if (skips[skip-1].end < end)
229 skips[ski
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
[all...]
H A Dbtcx-risc.h27 struct btcx_skiplist *skips, unsigned int *nskips,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsvideo1enc.c76 int skips = 0; local
191 skips++;
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){
195 bytestream_put_le16(&dst, skips | SKIP_PREFIX);
196 skips = 0;
237 if(skips)
238 bytestream_put_le16(&dst, skips | SKIP_PREFIX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.h128 atomic_t skips; member in struct:hpsb_iso
H A Draw1394.c2366 int skips = atomic_read(&iso->skips); local
2374 stat->overflows = ((skips & 0xFFFF) << 16) | ((overflows & 0xFFFF));
2450 atomic_set(&iso->skips, 0);
H A Dohci1394.c1698 atomic_t skips; member in struct:ohci_iso_xmit
1736 atomic_set(&iso->skips, 0);
1848 atomic_add(skip, &iso->skips);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c250 struct btcx_skiplist *skips; local
256 if (NULL == (skips = kmalloc(sizeof(*skips) * ov->nclips,GFP_KERNEL)))
265 kfree(skips);
292 skips, &nskips, ov->clips, ov->nclips);
299 } else if (start < skips[skip].start) {
301 end = skips[skip].start;
304 end = skips[skip].end;
327 kfree(skips);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex86 only skips some number of hops.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex252 decode', decode skips vector 1 during the decode loop. However, even
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Devthand.tex256 the function skips to step (6).
H A Dgrid.tex1310 Moves the grid cursor down in the current column such that it skips to the beginning or
1323 Moves the grid cursor left in the current row such that it skips to the beginning or
1336 Moves the grid cursor right in the current row such that it skips to the beginning or
1349 Moves the grid cursor up in the current column such that it skips to the beginning or
H A Dtevent.tex137 the function skips to step (6).
H A Ddb.tex341 been done previously, the new connection skips querying the datasource for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm851 Like skip(), only it skips all the rest of the tests you plan to run
854 If you're running under no_plan, it skips once and terminates the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4482 % Take care of unwanted page breaks/skips around a whatsit:
4499 % Avoid page breaks due to these extra skips, too.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4240 % Take care of unwanted page breaks/skips around a whatsit:
4257 % Avoid page breaks due to these extra skips, too.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex4270 % Take care of unwanted page breaks/skips around a whatsit:
4287 % Avoid page breaks due to these extra skips, too.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex4270 % Take care of unwanted page breaks/skips around a whatsit:
4287 % Avoid page breaks due to these extra skips, too.

Completed in 361 milliseconds