Home
last modified time | relevance | path

Searched refs:nframe (Results 201 – 225 of 314) sorted by relevance

12345678910>>...13

/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dctype_tis620.test76 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
77 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dctype_tis620.test76 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
77 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dctype_tis620.test76 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
77 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Disosurf.h248 int nframe[ISODATA_MAXFILES][ISODATA_MAXSTACK]; /* number of frames in member
/dports/finance/R-cran-plm/plm/R/
H A Dest_plm.R297 nframe <- length(sys.calls()) functionVar
298 plmlist <- eval(plmlist, sys.frame(which = nframe))
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dframe.hpp122 void get_rect_in_frame_number(int nframe, GLfloat* output_rect, const frame_info*& info) const;
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dgraph.h224 int nframe; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_async.c1307 switch_frame_t *nframe; in record_callback() local
1367 nframe = switch_core_media_bug_get_native_read_frame(bug); in record_callback()
1368 len = nframe->datalen; in record_callback()
1406 len = nframe->datalen; in record_callback()
1855 switch_frame_t *nframe = NULL; in eavesdrop_callback() local
1901 nframe = switch_core_media_bug_get_native_write_frame(bug); in eavesdrop_callback()
1904 nframe = switch_core_media_bug_get_native_read_frame(bug); in eavesdrop_callback()
2002 if (nframe) { in eavesdrop_callback()
2003 switch_frame_t frame = *nframe; in eavesdrop_callback()
2007 frame.codec = nframe->codec; in eavesdrop_callback()
[all …]
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c1409 int nframe = frame; in main() local
1415 nframe++; in main()
1418 if(nframe == frame) in main()
1421 printf(" %d-%d (%s-%s)", frame+1, nframe+1, in main()
1423 timestring(nframe*(256.0/(swf.frameRate+0.1))) in main()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmdsprite.h22 #define IDMODEL_SHARED_DATA int32_t numframes, cframe, nframe, fpssc, usesalpha; \
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/waveedit/
H A Dwavecanvas.cpp1987 int nframe = (rasterize ? MusEGlobal::tempomap.tick2frame( in moveCanvasItems() local
1989 if(nframe < 0) in moveCanvasItems()
1990 nframe = 0; in moveCanvasItems()
1991 int diff = nframe + event.lenFrame() - part->lenFrame(); in moveCanvasItems()
2095 int nframe = in moveItem() local
2098 if (nframe < 0) in moveItem()
2099 nframe = 0; in moveItem()
2100 newEvent.setFrame(nframe); in moveItem()
2220 int nframe = qMax(0u, x - part->frame()); in resizeItem() local
2221 newEvent.setFrame(nframe); in resizeItem()
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Input/ffap/
H A Dffap.c1657 uint32_t nframe = newsample / decoder->ape_ctx->blocksperframe; in ffap_seek_sample() local
1658 if (nframe >= decoder->ape_ctx->totalframes) { in ffap_seek_sample()
1662 decoder->ape_ctx->currentframe = nframe; in ffap_seek_sample()
1663 decoder->ape_ctx->samplestoskip = newsample - nframe * decoder->ape_ctx->blocksperframe; in ffap_seek_sample()
1664 trace ("ffap: seek to sample %u at blockstart\n", nframe * decoder->ape_ctx->blocksperframe); in ffap_seek_sample()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dframeset.h489 int nframe; /* Number of Frames */ member
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst307 .. function:: start(nframe: int=1)
310 allocators. Collected tracebacks of traces will be limited to *nframe*
312 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
352 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libvdpau/
H A Dvdpau_mpeg4.c78 static int nframe; variable
841 …printf("%d: %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d\n", ++nframe, infos->vop_coding_type,i… in decode_render()
1153 nframe = 0; in open_plugin()
/dports/biology/molden/molden5.8/
H A Drdcpmd.f497 common /frwrk/ frthr,frmul,idirct,iframe,nframe,iloop,ifrq,normc local
508 nframe = 5
/dports/audio/julius/julius-4.1.2/libjulius/include/julius/
H A Drecog.h281 int nframe; ///< Length of rates member
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/game/
H A D__init__.py1590 nframe = 0
1591 while nframe < frames:
1594 ww = w - nframe*shrink_dx
1595 hh = h - nframe*shrink_dy
1605 nframe += 1
1617 nframe = 0
1618 while nframe < frames:
1621 ww = w - (frames-nframe-1)*shrink_dx
1622 hh = h - (frames-nframe-1)*shrink_dy
1632 nframe += 1
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ffap/
H A Dffap.c1822 int nframe = newsample / info->ape_ctx.blocksperframe; in ffap_seek_sample() local
1823 if (nframe >= info->ape_ctx.totalframes) { in ffap_seek_sample()
1827 info->ape_ctx.currentframe = nframe; in ffap_seek_sample()
1828 info->ape_ctx.samplestoskip = newsample - nframe * info->ape_ctx.blocksperframe; in ffap_seek_sample()
1829 trace ("seek to sample %d at blockstart\n", nframe * info->ape_ctx.blocksperframe); in ffap_seek_sample()

12345678910>>...13