Home
last modified time | relevance | path

Searched refs:SWFInput (Results 1 – 25 of 124) sorted by relevance

12345

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dinput.c303 SWFInput
306 SWFInput input;
348 SWFInput
352 SWFInput input;
421 SWFInput
424 SWFInput input = (SWFInput) malloc(sizeof(struct SWFInput_s));
461 SWFInput
473 SWFInput
476 SWFInput input;
644 SWFInput
[all …]
H A Dinput.h15 int SWFInput_read(SWFInput input, unsigned char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
24 void SWFInput_byteAlign(SWFInput input);
25 int SWFInput_readBits(SWFInput input, int number);
[all …]
H A Dmp3.h52 int nextMP3Frame(SWFInput input);
53 int readMP3Header(SWFInput input, struct mp3_header *mp3h);
54 int getMP3Flags(SWFInput input, byte *flags);
55 int getMP3Samples(SWFInput input, int flags, int *wanted);
56 unsigned int getMP3Duration(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput;
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
H A Djpeg.c36 SWFInput input;
49 SWFInput input; /* leave these here so that we */
57 SWFInput alpha;
96 SWFInput input, SWFByteOutputMethod method, void *data)
114 skipJpegBlock(SWFInput input)
125 methodWriteJpegFile(SWFInput input, SWFByteOutputMethod method, void *data)
264 scanJpegFile(SWFInput input)
372 newSWFJpegBitmap_fromInput(SWFInput input)
452 newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha)
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dinput.c303 SWFInput
306 SWFInput input; in newSWFInput_file()
348 SWFInput
352 SWFInput input; in newSWFInput_filename()
422 SWFInput
425 SWFInput input = (SWFInput) malloc(sizeof(struct SWFInput_s)); in newSWFInput_buffer()
462 SWFInput
474 SWFInput
477 SWFInput input; in newSWFInput_bufferCopy()
645 SWFInput
[all …]
H A Dinput.h15 int SWFInput_read(SWFInput input, unsigned char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
24 void SWFInput_byteAlign(SWFInput input);
25 int SWFInput_readBits(SWFInput input, int number);
[all …]
H A Dmp3.h52 int nextMP3Frame(SWFInput input);
53 int readMP3Header(SWFInput input, struct mp3_header *mp3h);
54 int getMP3Flags(SWFInput input, byte *flags);
55 int getMP3Samples(SWFInput input, int flags, int *wanted);
56 unsigned int getMP3Duration(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput;
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
H A Djpeg.c36 SWFInput input;
49 SWFInput input; /* leave these here so that we */
57 SWFInput alpha;
96 SWFInput input, SWFByteOutputMethod method, void *data) in dumpJpegBlock()
114 skipJpegBlock(SWFInput input) in skipJpegBlock()
125 methodWriteJpegFile(SWFInput input, SWFByteOutputMethod method, void *data) in methodWriteJpegFile()
264 scanJpegFile(SWFInput input) in scanJpegFile()
372 newSWFJpegBitmap_fromInput(SWFInput input) in newSWFJpegBitmap_fromInput()
452 newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha) in newSWFJpegWithAlpha_fromInput()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dinput.c303 SWFInput
306 SWFInput input; in newSWFInput_file()
348 SWFInput
352 SWFInput input; in newSWFInput_filename()
422 SWFInput
425 SWFInput input = (SWFInput) malloc(sizeof(struct SWFInput_s)); in newSWFInput_buffer()
462 SWFInput
474 SWFInput
477 SWFInput input; in newSWFInput_bufferCopy()
645 SWFInput
[all …]
H A Dinput.h15 int SWFInput_read(SWFInput input, unsigned char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
24 void SWFInput_byteAlign(SWFInput input);
25 int SWFInput_readBits(SWFInput input, int number);
[all …]
H A Dmp3.h52 int nextMP3Frame(SWFInput input);
53 int readMP3Header(SWFInput input, struct mp3_header *mp3h);
54 int getMP3Flags(SWFInput input, byte *flags);
55 int getMP3Samples(SWFInput input, int flags, int *wanted);
56 unsigned int getMP3Duration(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput;
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
H A Djpeg.c36 SWFInput input;
49 SWFInput input; /* leave these here so that we */
57 SWFInput alpha;
96 SWFInput input, SWFByteOutputMethod method, void *data)
114 skipJpegBlock(SWFInput input)
125 methodWriteJpegFile(SWFInput input, SWFByteOutputMethod method, void *data)
264 scanJpegFile(SWFInput input)
372 newSWFJpegBitmap_fromInput(SWFInput input)
452 newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha)
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dinput.c303 SWFInput
306 SWFInput input; in newSWFInput_file()
348 SWFInput
352 SWFInput input; in newSWFInput_filename()
422 SWFInput
425 SWFInput input = (SWFInput) malloc(sizeof(struct SWFInput_s)); in newSWFInput_buffer()
462 SWFInput
474 SWFInput
477 SWFInput input; in newSWFInput_bufferCopy()
645 SWFInput
[all …]
H A Dinput.h15 int SWFInput_read(SWFInput input, unsigned char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
24 void SWFInput_byteAlign(SWFInput input);
25 int SWFInput_readBits(SWFInput input, int number);
[all …]
H A Dmp3.h52 int nextMP3Frame(SWFInput input);
53 int readMP3Header(SWFInput input, struct mp3_header *mp3h);
54 int getMP3Flags(SWFInput input, byte *flags);
55 int getMP3Samples(SWFInput input, int flags, int *wanted);
56 unsigned int getMP3Duration(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput;
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dinput.h15 int SWFInput_read(SWFInput input, char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput; typedef
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dinput.h15 int SWFInput_read(SWFInput input, char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput;
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dinput.h15 int SWFInput_read(SWFInput input, char* buffer, int count);
17 int SWFInput_getChar(SWFInput input);
18 int SWFInput_getUInt16(SWFInput input);
19 int SWFInput_getUInt16_BE(SWFInput input);
20 int SWFInput_getSInt16(SWFInput input);
21 unsigned long SWFInput_getUInt24_BE(SWFInput input);
22 unsigned long SWFInput_getUInt32(SWFInput input);
23 unsigned long SWFInput_getUInt32_BE(SWFInput input);
H A Dswf.h69 typedef struct SWFInput_s *SWFInput; typedef
71 int SWFInput_length(SWFInput input);
72 void SWFInput_rewind(SWFInput input);
73 int SWFInput_tell(SWFInput input);
75 int SWFInput_eof(SWFInput input);
77 SWFInput newSWFInput_file(FILE *f);
78 SWFInput newSWFInput_stream(FILE *f);
138 SWFBitmap newSWFBitmap_fromInput(SWFInput input);
146 SWFDBLBitmap newSWFDBLBitmap_fromInput(SWFInput input);
157 SWFJpegWithAlpha newSWFJpegWithAlpha_fromInput(SWFInput input, SWFInput alpha);
[all …]

12345