Home
last modified time | relevance | path

Searched refs:SWFVideoStream (Results 76 – 100 of 131) sorted by relevance

123456

/dports/graphics/p5-ming/libming-ming-0_4_8/test/Video/
H A Dtest06.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.c6 SWFVideoStream video; in main()
H A Dtest01.c6 SWFVideoStream stream; in main()
H A Dtest06.py11 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.c6 SWFVideoStream stream; in main()
H A Dtest05.c6 SWFVideoStream stream; in main()
H A Dtest06.c6 SWFVideoStream stream; in main()
/dports/graphics/ming/libming-ming-0_4_8/test/Video/
H A Dtest06.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.c6 SWFVideoStream video; in main()
H A Dtest01.c6 SWFVideoStream stream; in main()
H A Dtest06.py11 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.c6 SWFVideoStream stream; in main()
H A Dtest05.c6 SWFVideoStream stream; in main()
H A Dtest06.c6 SWFVideoStream stream; in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/Video/
H A Dtest06.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.c6 SWFVideoStream video; in main()
H A Dtest01.c6 SWFVideoStream stream; in main()
H A Dtest06.py11 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.c6 SWFVideoStream stream; in main()
H A Dtest05.c6 SWFVideoStream stream; in main()
H A Dtest06.c6 SWFVideoStream stream; in main()
/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/p5-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/py-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/java_ext/
H A DMakefile44 SWFVideoStream.java

123456