Home
last modified time | relevance | path

Searched refs:SWFVideoStream (Results 1 – 25 of 131) sorted by path

123456

/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags483 SWFVideoStream�1�([string $file = ''])
813 __construct�128�([string $file = ''])��SWFVideoStream
4662 getNumFrames�128�()�int�SWFVideoStream
9389 setDimension�128�(int $x, int $y)�void�SWFVideoStream
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.php.tags483 SWFVideoStream�1�([string $file = ''])
813 __construct�128�([string $file = ''])��SWFVideoStream
4662 getNumFrames�128�()�int�SWFVideoStream
9389 setDimension�128�(int $x, int $y)�void�SWFVideoStream
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php161273 class SWFVideoStream { class
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php97608 class SWFVideoStream { class
97629 * @return SWFVideoStream
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php97608 class SWFVideoStream { class
97629 * @return SWFVideoStream
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DNetStream-SquareTest.c49 SWFVideoStream stream; in main()
H A DVideo-EmbedSquareTest.c53 SWFVideoStream stream; in main()
/dports/graphics/ming/libming-ming-0_4_8/
H A DNEWS74 * SWFVideoStream allow manual frame control
H A Dming.i72 *SWFFont, *SWFText, *SWFTextField, *SWFVideoStream, *SWFBrowserFont, typedef
571 SWFVideoStream newSWFVideoStream_fromFile(FILE *f);
572 SWFVideoStream newSWFVideoStream_fromInput(SWFInput input);
573 SWFVideoStream newSWFVideoStream(void);
574 void SWFVideoStream_setDimension(SWFVideoStream stream, int width, int height);
575 int SWFVideoStream_getNumFrames(SWFVideoStream stream);
576 int SWFVideoStream_hasAudio(SWFVideoStream stream);
577 int SWFVideoStream_setFrameMode(SWFVideoStream stream, int mode);
578 int SWFVideoStream_nextFrame(SWFVideoStream stream);
579 int SWFVideoStream_seek(SWFVideoStream stream, int frame, int whence);
[all …]
H A Dmingpp.h63 #define SWFVideoStream c_SWFVideoStream macro
109 #undef SWFVideoStream
1793 class SWFVideoStream : public SWFCharacter
1798 SWFVideoStream() in SWFVideoStream() function
1806 SWFVideoStream(const char *path) in SWFVideoStream() function
1813 SWFVideoStream(FILE *file) in SWFVideoStream() function
1820 virtual ~SWFVideoStream() in ~SWFVideoStream()
1844 SWF_DECLAREONLY(SWFVideoStream);
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dvideostream.h36 int SWFVideoStream_getNumFrames(SWFVideoStream stream);
38 SWFVideoStream newSWFVideoStream_fromFile(FILE *f);
39 SWFVideoStream newSWFVideoStream(void);
41 SWFBlock SWFVideoStream_getVideoFrame(SWFVideoStream stream);
42 void SWFVideoStream_setDimension(SWFVideoStream stream, int width, int height);
71 typedef struct SWFVideoStream_s *SWFVideoStream; typedef
81 SWFVideoStream newSWFVideoStream(FILE *f);
82 SWFBlock SWFVideoStream_getVideoFrame(SWFVideoStream stream);
83 void SWFVideoStream_setDimension(SWFVideoStream stream, int width, int height);
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DMANIFEST40 SWFVideoStream.java
60 native/SWFVideoStream.h
H A DMakefile44 SWFVideoStream.java
H A DSWFVideoStream.java6 public class SWFVideoStream extends SWFObject { class
8 public SWFVideoStream (String file) in SWFVideoStream() method in SWFVideoStream
14 public SWFVideoStream() throws SWFException in SWFVideoStream() method in SWFVideoStream
/dports/graphics/ming/libming-ming-0_4_8/java_ext/native/
H A DSWFNative.cc968 SWFVideoStream_setDimension((SWFVideoStream)handle, width, height); in Java_SWFVideoStream_nSetDimension()
973 return SWFVideoStream_getNumFrames((SWFVideoStream)handle); in Java_SWFVideoStream_nGetNumFrames()
/dports/graphics/ming/libming-ming-0_4_8/perl_ext/
H A Dperl_swf.h34 typedef SWFVideoStream SWF__VideoStream;
/dports/graphics/ming/libming-ming-0_4_8/php_ext/
H A Dconfig.m482 …AC_DEFINE(HAVE_SWFVIDEOSTREAM_SETFRAMEMODE, 1, [Have SWFVideoStream_setFrameMode(SWFVideoStream, i…
91 AC_DEFINE(HAVE_SWFVIDEOSTREAM_NEXTFRAME, 1, [Have SWFVideoStream_nextFrame(SWFVideoStream)])
100 …AC_DEFINE(HAVE_SWFVIDEOSTREAM_SEEK, 1, [Have SWFVideoStream_seek(SWFVideoStream, int frame, int wh…
H A Dming.c79 static SWFVideoStream getVideoStream(zval *id TSRMLS_DC);
3989 SWFVideoStream stream;
4055 destroySWFVideoStream((SWFVideoStream)resource->ptr);
4061 static SWFVideoStream getVideoStream(zval *id TSRMLS_DC)
4066 return (SWFVideoStream)stream;
4076 SWFVideoStream stream = getVideoStream(getThis() TSRMLS_CC);
4128 SWFVideoStream stream = getVideoStream(getThis() TSRMLS_CC);
4146 SWFVideoStream stream = getVideoStream(getThis() TSRMLS_CC);
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dming.py1206 class SWFVideoStream(SWFBase): class
H A Dming_wrap.c8847 SWFVideoStream result; in _wrap_newSWFVideoStream_fromFile()
8871 SWFVideoStream result; in _wrap_newSWFVideoStream_fromInput()
8895 SWFVideoStream result; in _wrap_newSWFVideoStream()
8898 result = (SWFVideoStream)newSWFVideoStream(); in _wrap_newSWFVideoStream()
8908 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_setDimension()
8945 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_getNumFrames()
8965 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_hasAudio()
8985 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_setFrameMode()
9014 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_nextFrame()
9034 SWFVideoStream arg1 = (SWFVideoStream) 0 ; in _wrap_SWFVideoStream_seek()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dvideostream.c66 SWFVideoStream stream;
93 SWFVideoStream stream; in writeSWFVideoFrameToMethod()
313 SWFVideoStream stream = (SWFVideoStream)block; in writeSWFVideoStreamToMethod()
340 void destroySWFVideoStream(SWFVideoStream stream) { in destroySWFVideoStream()
431 SWFVideoStream stream = (SWFVideoStream)SWFDisplayItem_getCharacter(item); in onPlace()
443 SWFVideoStream stream; in onFrame()
528 int SWFVideoStream_nextFrame(SWFVideoStream stream) in SWFVideoStream_nextFrame()
582 SWFVideoStream
586 SWFVideoStream stream; in newSWFVideoStream_fromInput()
634 SWFVideoStream newSWFVideoStream() { in newSWFVideoStream()
[all …]
H A Dvideostream.h36 int SWFVideoStream_getNumFrames(SWFVideoStream stream);
38 SWFVideoStream newSWFVideoStream_fromFile(FILE *f);
39 SWFVideoStream newSWFVideoStream(void);
41 SWFBlock SWFVideoStream_getVideoFrame(SWFVideoStream stream);
42 void SWFVideoStream_setDimension(SWFVideoStream stream, int width, int height);
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dming.h.in90 typedef struct SWFVideoStream_s *SWFVideoStream; typedef
115 SWFVideoStream stream;
704 void destroySWFVideoStream(SWFVideoStream stream);
705 SWFVideoStream newSWFVideoStream_fromFile(FILE *f);
706 SWFVideoStream newSWFVideoStream_fromInput(SWFInput input);
707 SWFVideoStream newSWFVideoStream(void);
709 int SWFVideoStream_getNumFrames(SWFVideoStream stream);
710 int SWFVideoStream_hasAudio(SWFVideoStream stream);
711 int SWFVideoStream_setFrameMode(SWFVideoStream stream, int mode);
712 int SWFVideoStream_nextFrame(SWFVideoStream stream);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/test/Video/
H A Dtest01-cxx.C14 SWFVideoStream *stream = new SWFVideoStream(file); in main()
H A Dtest01.c6 SWFVideoStream stream; in main()

123456