Home
last modified time | relevance | path

Searched refs:class_gen (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/java/apache-bcel/bcel-6.4.1/src/examples/Mini/
H A DASTProgram.java206 public void byte_code(final ClassGen class_gen, final ConstantPoolGen cp) { in byte_code() argument
209 class_gen.addField(new Field(ACC_PRIVATE | ACC_STATIC, in byte_code()
216 final String class_name = class_gen.getClassName(); in byte_code()
248 class_gen.addMethod(method.getMethod()); in byte_code()
283 class_gen.addMethod(method.getMethod()); in byte_code()
299 class_gen.addMethod(method.getMethod()); in byte_code()
322 class_gen.addMethod(method.getMethod()); in byte_code()
325 fun_decls[i].byte_code(class_gen, cp); in byte_code()
H A DMiniC.java117 final ClassGen class_gen = new ClassGen(base_name, "java.lang.Object", in main() local
121 final ConstantPoolGen cp = class_gen.getConstantPool(); in main()
123 program.byte_code(class_gen, cp); in main()
124 final JavaClass clazz = class_gen.getJavaClass(); in main()
H A DASTFunDecl.java214 public void byte_code(final ClassGen class_gen, final ConstantPoolGen cp) { in byte_code() argument
217 final String class_name = class_gen.getClassName(); in byte_code()
290 class_gen.addMethod(method.getMethod()); in byte_code()
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dsputext_decoder.c1051 sputext_class_t *class = (sputext_class_t *)class_gen; in update_vertical_offset()
1056 static void update_osd_font(void *class_gen, xine_cfg_entry_t *entry) in update_osd_font() argument
1058 sputext_class_t *class = (sputext_class_t *)class_gen; in update_osd_font()
1071 sputext_class_t *class = (sputext_class_t *)class_gen; in update_osd_font_ft()
1083 sputext_class_t *class = (sputext_class_t *)class_gen; in update_osd_use_font_ft()
1093 sputext_class_t *class = (sputext_class_t *)class_gen; in update_subtitle_size()
1100 sputext_class_t *class = (sputext_class_t *)class_gen; in update_use_unscaled()
1107 sputext_class_t *class = (sputext_class_t *)class_gen; in sputext_class_open_plugin()
1127 static void sputext_class_dispose (spu_decoder_class_t *class_gen) { in sputext_class_dispose() argument
1128 sputext_class_t *this = (sputext_class_t *)class_gen; in sputext_class_dispose()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dxine_goom.c127 static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs,
130 static void goom_class_dispose(post_class_t *class_gen);
213 static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs, in goom_open_plugin() argument
218 post_class_goom_t *class = (post_class_goom_t*) class_gen; in goom_open_plugin()
282 static void goom_class_dispose(post_class_t *class_gen) in goom_class_dispose() argument
284 post_class_goom_t *this = (post_class_goom_t*) class_gen; in goom_class_dispose()
288 free(class_gen); in goom_class_dispose()
/dports/multimedia/libxine/xine-lib-1.2.11/src/vdr/
H A Dpost_vdr_audio.c62 static post_plugin_t *vdr_audio_open_plugin(post_class_t *class_gen, int inputs,
94 static post_plugin_t *vdr_audio_open_plugin(post_class_t *class_gen, int inputs, in vdr_audio_open_plugin() argument
111 (void)class_gen; in vdr_audio_open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/planar/
H A Dfill.c89 static post_plugin_t *fill_open_plugin(post_class_t *class_gen, int inputs, in fill_open_plugin() argument
103 (void)class_gen; in fill_open_plugin()
H A Dinvert.c94 static post_plugin_t *invert_open_plugin(post_class_t *class_gen, int inputs, in invert_open_plugin() argument
108 (void)class_gen; in invert_open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/deinterlace/
H A Dxine_plugin.c262 static post_plugin_t *deinterlace_open_plugin(post_class_t *class_gen, int inputs,
265 static void deinterlace_class_dispose(post_class_t *class_gen);
348 static post_plugin_t *deinterlace_open_plugin(post_class_t *class_gen, int inputs, in deinterlace_open_plugin() argument
387 (void)class_gen; in deinterlace_open_plugin()
396 this->class = (post_class_deinterlace_t *)class_gen; in deinterlace_open_plugin()
424 static void deinterlace_class_dispose(post_class_t *class_gen) in deinterlace_class_dispose() argument
426 post_class_deinterlace_t *class = (post_class_deinterlace_t *)class_gen; in deinterlace_class_dispose()
433 free(class_gen); in deinterlace_class_dispose()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2/
H A Dxine_mpeg2_decoder.c116 static video_decoder_t *open_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream) { in open_plugin() argument
119 (void)class_gen; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_shn.c175 static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *stream, in open_plugin() argument
207 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_vox.c179 static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *stream, in open_plugin() argument
212 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_yuv_frames.c177 static demux_plugin_t *open_plugin (demux_class_t *class_gen, in open_plugin() argument
225 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_image.c185 static demux_plugin_t *open_plugin (demux_class_t *class_gen, in open_plugin() argument
234 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_aac.c250 static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *stream, in open_plugin() argument
281 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_elem.c189 static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *stream, in open_plugin() argument
249 this->demux_plugin.demux_class = class_gen; in open_plugin()
H A Ddemux_cdda.c189 static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *stream, in open_plugin() argument
225 this->demux_plugin.demux_class = class_gen; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_out/
H A Daudio_none_out.c190 static ao_driver_t *ao_none_open_plugin (audio_driver_class_t *class_gen, in ao_none_open_plugin() argument
193 ao_none_class_t *class = (ao_none_class_t *) class_gen; in ao_none_open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/
H A Dfoovideo.c209 static video_decoder_t *open_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream) { in open_plugin() argument
223 this->class = (foovideo_class_t *) class_gen; in open_plugin()
H A Dlibopenhevc.c198 static video_decoder_t *open_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream) in open_plugin() argument
202 (void)class_gen; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dnsf_decoder.c206 static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stream_t *stream) { in open_plugin() argument
210 (void)class_gen; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/mosaico/
H A Dswitch.c161 static post_plugin_t *switch_open_plugin(post_class_t *class_gen, int inputs, in switch_open_plugin() argument
190 (void)class_gen; in switch_open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_dec/
H A Dxine_a52_spdif.c270 static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stream_t *stream) { in open_plugin() argument
274 (void)class_gen; in open_plugin()
H A Dgsm610.c229 static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stream_t *stream) { in open_plugin() argument
233 (void)class_gen; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/opengl/
H A Dxine_glx.c169 static xine_module_t *_glx_get_instance(xine_module_class_t *class_gen, const void *data) in _glx_get_instance() argument
189 (void)class_gen; in _glx_get_instance()

12345678