Lines Matching refs:dll

46   libOggFLAC_dll_t *dll = (libOggFLAC_dll_t *) malloc ( sizeof(libOggFLAC_dll_t) );  in load_libOggFLAC_dll()  local
47 if ( dll == NULL ) return NULL; in load_libOggFLAC_dll()
48 dll->__h_dll = LoadLibrary ( path ); in load_libOggFLAC_dll()
49 if ( dll->__h_dll == NULL ) { free ( dll ); return NULL; }; in load_libOggFLAC_dll()
52dll->OggFLAC__stream_encoder_new = (libOggFLAC_func_OggFLAC__stream_encoder_new_t) GetProcAddress … in load_libOggFLAC_dll()
53 if ( dll->OggFLAC__stream_encoder_new == NULL ) err++; in load_libOggFLAC_dll()
56dll->OggFLAC__stream_encoder_delete = (libOggFLAC_func_OggFLAC__stream_encoder_delete_t) GetProcAd… in load_libOggFLAC_dll()
57 if ( dll->OggFLAC__stream_encoder_delete == NULL ) err++; in load_libOggFLAC_dll()
60dll->OggFLAC__stream_encoder_set_serial_number = (libOggFLAC_func_OggFLAC__stream_encoder_set_seri… in load_libOggFLAC_dll()
61 if ( dll->OggFLAC__stream_encoder_set_serial_number == NULL ) err++; in load_libOggFLAC_dll()
64dll->OggFLAC__stream_encoder_set_verify = (libOggFLAC_func_OggFLAC__stream_encoder_set_verify_t) G… in load_libOggFLAC_dll()
65 if ( dll->OggFLAC__stream_encoder_set_verify == NULL ) err++; in load_libOggFLAC_dll()
68dll->OggFLAC__stream_encoder_set_streamable_subset = (libOggFLAC_func_OggFLAC__stream_encoder_set_… in load_libOggFLAC_dll()
69 if ( dll->OggFLAC__stream_encoder_set_streamable_subset == NULL ) err++; in load_libOggFLAC_dll()
72dll->OggFLAC__stream_encoder_set_do_mid_side_stereo = (libOggFLAC_func_OggFLAC__stream_encoder_set… in load_libOggFLAC_dll()
73 if ( dll->OggFLAC__stream_encoder_set_do_mid_side_stereo == NULL ) err++; in load_libOggFLAC_dll()
76dll->OggFLAC__stream_encoder_set_loose_mid_side_stereo = (libOggFLAC_func_OggFLAC__stream_encoder_… in load_libOggFLAC_dll()
77 if ( dll->OggFLAC__stream_encoder_set_loose_mid_side_stereo == NULL ) err++; in load_libOggFLAC_dll()
80dll->OggFLAC__stream_encoder_set_channels = (libOggFLAC_func_OggFLAC__stream_encoder_set_channels_… in load_libOggFLAC_dll()
81 if ( dll->OggFLAC__stream_encoder_set_channels == NULL ) err++; in load_libOggFLAC_dll()
84dll->OggFLAC__stream_encoder_set_bits_per_sample = (libOggFLAC_func_OggFLAC__stream_encoder_set_bi… in load_libOggFLAC_dll()
85 if ( dll->OggFLAC__stream_encoder_set_bits_per_sample == NULL ) err++; in load_libOggFLAC_dll()
88dll->OggFLAC__stream_encoder_set_sample_rate = (libOggFLAC_func_OggFLAC__stream_encoder_set_sample… in load_libOggFLAC_dll()
89 if ( dll->OggFLAC__stream_encoder_set_sample_rate == NULL ) err++; in load_libOggFLAC_dll()
92dll->OggFLAC__stream_encoder_set_blocksize = (libOggFLAC_func_OggFLAC__stream_encoder_set_blocksiz… in load_libOggFLAC_dll()
93 if ( dll->OggFLAC__stream_encoder_set_blocksize == NULL ) err++; in load_libOggFLAC_dll()
96dll->OggFLAC__stream_encoder_set_max_lpc_order = (libOggFLAC_func_OggFLAC__stream_encoder_set_max_… in load_libOggFLAC_dll()
97 if ( dll->OggFLAC__stream_encoder_set_max_lpc_order == NULL ) err++; in load_libOggFLAC_dll()
100dll->OggFLAC__stream_encoder_set_qlp_coeff_precision = (libOggFLAC_func_OggFLAC__stream_encoder_se… in load_libOggFLAC_dll()
101 if ( dll->OggFLAC__stream_encoder_set_qlp_coeff_precision == NULL ) err++; in load_libOggFLAC_dll()
104dll->OggFLAC__stream_encoder_set_do_qlp_coeff_prec_search = (libOggFLAC_func_OggFLAC__stream_encod… in load_libOggFLAC_dll()
105 if ( dll->OggFLAC__stream_encoder_set_do_qlp_coeff_prec_search == NULL ) err++; in load_libOggFLAC_dll()
108dll->OggFLAC__stream_encoder_set_do_escape_coding = (libOggFLAC_func_OggFLAC__stream_encoder_set_d… in load_libOggFLAC_dll()
109 if ( dll->OggFLAC__stream_encoder_set_do_escape_coding == NULL ) err++; in load_libOggFLAC_dll()
112dll->OggFLAC__stream_encoder_set_do_exhaustive_model_search = (libOggFLAC_func_OggFLAC__stream_enc… in load_libOggFLAC_dll()
113 if ( dll->OggFLAC__stream_encoder_set_do_exhaustive_model_search == NULL ) err++; in load_libOggFLAC_dll()
116dll->OggFLAC__stream_encoder_set_min_residual_partition_order = (libOggFLAC_func_OggFLAC__stream_e… in load_libOggFLAC_dll()
117 if ( dll->OggFLAC__stream_encoder_set_min_residual_partition_order == NULL ) err++; in load_libOggFLAC_dll()
120dll->OggFLAC__stream_encoder_set_max_residual_partition_order = (libOggFLAC_func_OggFLAC__stream_e… in load_libOggFLAC_dll()
121 if ( dll->OggFLAC__stream_encoder_set_max_residual_partition_order == NULL ) err++; in load_libOggFLAC_dll()
124dll->OggFLAC__stream_encoder_set_rice_parameter_search_dist = (libOggFLAC_func_OggFLAC__stream_enc… in load_libOggFLAC_dll()
125 if ( dll->OggFLAC__stream_encoder_set_rice_parameter_search_dist == NULL ) err++; in load_libOggFLAC_dll()
128dll->OggFLAC__stream_encoder_set_total_samples_estimate = (libOggFLAC_func_OggFLAC__stream_encoder… in load_libOggFLAC_dll()
129 if ( dll->OggFLAC__stream_encoder_set_total_samples_estimate == NULL ) err++; in load_libOggFLAC_dll()
132dll->OggFLAC__stream_encoder_set_metadata = (libOggFLAC_func_OggFLAC__stream_encoder_set_metadata_… in load_libOggFLAC_dll()
133 if ( dll->OggFLAC__stream_encoder_set_metadata == NULL ) err++; in load_libOggFLAC_dll()
136dll->OggFLAC__stream_encoder_set_write_callback = (libOggFLAC_func_OggFLAC__stream_encoder_set_wri… in load_libOggFLAC_dll()
137 if ( dll->OggFLAC__stream_encoder_set_write_callback == NULL ) err++; in load_libOggFLAC_dll()
140dll->OggFLAC__stream_encoder_set_client_data = (libOggFLAC_func_OggFLAC__stream_encoder_set_client… in load_libOggFLAC_dll()
141 if ( dll->OggFLAC__stream_encoder_set_client_data == NULL ) err++; in load_libOggFLAC_dll()
144dll->OggFLAC__stream_encoder_get_state = (libOggFLAC_func_OggFLAC__stream_encoder_get_state_t) Get… in load_libOggFLAC_dll()
145 if ( dll->OggFLAC__stream_encoder_get_state == NULL ) err++; in load_libOggFLAC_dll()
148dll->OggFLAC__stream_encoder_get_FLAC_stream_encoder_state = (libOggFLAC_func_OggFLAC__stream_enco… in load_libOggFLAC_dll()
149 if ( dll->OggFLAC__stream_encoder_get_FLAC_stream_encoder_state == NULL ) err++; in load_libOggFLAC_dll()
152dll->OggFLAC__stream_encoder_get_verify_decoder_state = (libOggFLAC_func_OggFLAC__stream_encoder_g… in load_libOggFLAC_dll()
153 if ( dll->OggFLAC__stream_encoder_get_verify_decoder_state == NULL ) err++; in load_libOggFLAC_dll()
156dll->OggFLAC__stream_encoder_get_verify_decoder_error_stats = (libOggFLAC_func_OggFLAC__stream_enc… in load_libOggFLAC_dll()
157 if ( dll->OggFLAC__stream_encoder_get_verify_decoder_error_stats == NULL ) err++; in load_libOggFLAC_dll()
160dll->OggFLAC__stream_encoder_get_verify = (libOggFLAC_func_OggFLAC__stream_encoder_get_verify_t) G… in load_libOggFLAC_dll()
161 if ( dll->OggFLAC__stream_encoder_get_verify == NULL ) err++; in load_libOggFLAC_dll()
164dll->OggFLAC__stream_encoder_get_streamable_subset = (libOggFLAC_func_OggFLAC__stream_encoder_get_… in load_libOggFLAC_dll()
165 if ( dll->OggFLAC__stream_encoder_get_streamable_subset == NULL ) err++; in load_libOggFLAC_dll()
168dll->OggFLAC__stream_encoder_get_do_mid_side_stereo = (libOggFLAC_func_OggFLAC__stream_encoder_get… in load_libOggFLAC_dll()
169 if ( dll->OggFLAC__stream_encoder_get_do_mid_side_stereo == NULL ) err++; in load_libOggFLAC_dll()
172dll->OggFLAC__stream_encoder_get_loose_mid_side_stereo = (libOggFLAC_func_OggFLAC__stream_encoder_… in load_libOggFLAC_dll()
173 if ( dll->OggFLAC__stream_encoder_get_loose_mid_side_stereo == NULL ) err++; in load_libOggFLAC_dll()
176dll->OggFLAC__stream_encoder_get_channels = (libOggFLAC_func_OggFLAC__stream_encoder_get_channels_… in load_libOggFLAC_dll()
177 if ( dll->OggFLAC__stream_encoder_get_channels == NULL ) err++; in load_libOggFLAC_dll()
180dll->OggFLAC__stream_encoder_get_bits_per_sample = (libOggFLAC_func_OggFLAC__stream_encoder_get_bi… in load_libOggFLAC_dll()
181 if ( dll->OggFLAC__stream_encoder_get_bits_per_sample == NULL ) err++; in load_libOggFLAC_dll()
184dll->OggFLAC__stream_encoder_get_sample_rate = (libOggFLAC_func_OggFLAC__stream_encoder_get_sample… in load_libOggFLAC_dll()
185 if ( dll->OggFLAC__stream_encoder_get_sample_rate == NULL ) err++; in load_libOggFLAC_dll()
188dll->OggFLAC__stream_encoder_get_blocksize = (libOggFLAC_func_OggFLAC__stream_encoder_get_blocksiz… in load_libOggFLAC_dll()
189 if ( dll->OggFLAC__stream_encoder_get_blocksize == NULL ) err++; in load_libOggFLAC_dll()
192dll->OggFLAC__stream_encoder_get_max_lpc_order = (libOggFLAC_func_OggFLAC__stream_encoder_get_max_… in load_libOggFLAC_dll()
193 if ( dll->OggFLAC__stream_encoder_get_max_lpc_order == NULL ) err++; in load_libOggFLAC_dll()
196dll->OggFLAC__stream_encoder_get_qlp_coeff_precision = (libOggFLAC_func_OggFLAC__stream_encoder_ge… in load_libOggFLAC_dll()
197 if ( dll->OggFLAC__stream_encoder_get_qlp_coeff_precision == NULL ) err++; in load_libOggFLAC_dll()
200dll->OggFLAC__stream_encoder_get_do_qlp_coeff_prec_search = (libOggFLAC_func_OggFLAC__stream_encod… in load_libOggFLAC_dll()
201 if ( dll->OggFLAC__stream_encoder_get_do_qlp_coeff_prec_search == NULL ) err++; in load_libOggFLAC_dll()
204dll->OggFLAC__stream_encoder_get_do_escape_coding = (libOggFLAC_func_OggFLAC__stream_encoder_get_d… in load_libOggFLAC_dll()
205 if ( dll->OggFLAC__stream_encoder_get_do_escape_coding == NULL ) err++; in load_libOggFLAC_dll()
208dll->OggFLAC__stream_encoder_get_do_exhaustive_model_search = (libOggFLAC_func_OggFLAC__stream_enc… in load_libOggFLAC_dll()
209 if ( dll->OggFLAC__stream_encoder_get_do_exhaustive_model_search == NULL ) err++; in load_libOggFLAC_dll()
212dll->OggFLAC__stream_encoder_get_min_residual_partition_order = (libOggFLAC_func_OggFLAC__stream_e… in load_libOggFLAC_dll()
213 if ( dll->OggFLAC__stream_encoder_get_min_residual_partition_order == NULL ) err++; in load_libOggFLAC_dll()
216dll->OggFLAC__stream_encoder_get_max_residual_partition_order = (libOggFLAC_func_OggFLAC__stream_e… in load_libOggFLAC_dll()
217 if ( dll->OggFLAC__stream_encoder_get_max_residual_partition_order == NULL ) err++; in load_libOggFLAC_dll()
220dll->OggFLAC__stream_encoder_get_rice_parameter_search_dist = (libOggFLAC_func_OggFLAC__stream_enc… in load_libOggFLAC_dll()
221 if ( dll->OggFLAC__stream_encoder_get_rice_parameter_search_dist == NULL ) err++; in load_libOggFLAC_dll()
224dll->OggFLAC__stream_encoder_get_total_samples_estimate = (libOggFLAC_func_OggFLAC__stream_encoder… in load_libOggFLAC_dll()
225 if ( dll->OggFLAC__stream_encoder_get_total_samples_estimate == NULL ) err++; in load_libOggFLAC_dll()
228dll->OggFLAC__stream_encoder_init = (libOggFLAC_func_OggFLAC__stream_encoder_init_t) GetProcAddres… in load_libOggFLAC_dll()
229 if ( dll->OggFLAC__stream_encoder_init == NULL ) err++; in load_libOggFLAC_dll()
232dll->OggFLAC__stream_encoder_finish = (libOggFLAC_func_OggFLAC__stream_encoder_finish_t) GetProcAd… in load_libOggFLAC_dll()
233 if ( dll->OggFLAC__stream_encoder_finish == NULL ) err++; in load_libOggFLAC_dll()
236dll->OggFLAC__stream_encoder_process = (libOggFLAC_func_OggFLAC__stream_encoder_process_t) GetProc… in load_libOggFLAC_dll()
237 if ( dll->OggFLAC__stream_encoder_process == NULL ) err++; in load_libOggFLAC_dll()
240dll->OggFLAC__stream_encoder_process_interleaved = (libOggFLAC_func_OggFLAC__stream_encoder_proces… in load_libOggFLAC_dll()
241 if ( dll->OggFLAC__stream_encoder_process_interleaved == NULL ) err++; in load_libOggFLAC_dll()
244dll->OggFLAC__stream_decoder_new = (libOggFLAC_func_OggFLAC__stream_decoder_new_t) GetProcAddress … in load_libOggFLAC_dll()
245 if ( dll->OggFLAC__stream_decoder_new == NULL ) err++; in load_libOggFLAC_dll()
248dll->OggFLAC__stream_decoder_delete = (libOggFLAC_func_OggFLAC__stream_decoder_delete_t) GetProcAd… in load_libOggFLAC_dll()
249 if ( dll->OggFLAC__stream_decoder_delete == NULL ) err++; in load_libOggFLAC_dll()
252dll->OggFLAC__stream_decoder_set_read_callback = (libOggFLAC_func_OggFLAC__stream_decoder_set_read… in load_libOggFLAC_dll()
253 if ( dll->OggFLAC__stream_decoder_set_read_callback == NULL ) err++; in load_libOggFLAC_dll()
256dll->OggFLAC__stream_decoder_set_write_callback = (libOggFLAC_func_OggFLAC__stream_decoder_set_wri… in load_libOggFLAC_dll()
257 if ( dll->OggFLAC__stream_decoder_set_write_callback == NULL ) err++; in load_libOggFLAC_dll()
260dll->OggFLAC__stream_decoder_set_metadata_callback = (libOggFLAC_func_OggFLAC__stream_decoder_set_… in load_libOggFLAC_dll()
261 if ( dll->OggFLAC__stream_decoder_set_metadata_callback == NULL ) err++; in load_libOggFLAC_dll()
264dll->OggFLAC__stream_decoder_set_error_callback = (libOggFLAC_func_OggFLAC__stream_decoder_set_err… in load_libOggFLAC_dll()
265 if ( dll->OggFLAC__stream_decoder_set_error_callback == NULL ) err++; in load_libOggFLAC_dll()
268dll->OggFLAC__stream_decoder_set_client_data = (libOggFLAC_func_OggFLAC__stream_decoder_set_client… in load_libOggFLAC_dll()
269 if ( dll->OggFLAC__stream_decoder_set_client_data == NULL ) err++; in load_libOggFLAC_dll()
272dll->OggFLAC__stream_decoder_set_serial_number = (libOggFLAC_func_OggFLAC__stream_decoder_set_seri… in load_libOggFLAC_dll()
273 if ( dll->OggFLAC__stream_decoder_set_serial_number == NULL ) err++; in load_libOggFLAC_dll()
276dll->OggFLAC__stream_decoder_set_metadata_respond = (libOggFLAC_func_OggFLAC__stream_decoder_set_m… in load_libOggFLAC_dll()
277 if ( dll->OggFLAC__stream_decoder_set_metadata_respond == NULL ) err++; in load_libOggFLAC_dll()
280dll->OggFLAC__stream_decoder_set_metadata_respond_application = (libOggFLAC_func_OggFLAC__stream_d… in load_libOggFLAC_dll()
281 if ( dll->OggFLAC__stream_decoder_set_metadata_respond_application == NULL ) err++; in load_libOggFLAC_dll()
284dll->OggFLAC__stream_decoder_set_metadata_respond_all = (libOggFLAC_func_OggFLAC__stream_decoder_s… in load_libOggFLAC_dll()
285 if ( dll->OggFLAC__stream_decoder_set_metadata_respond_all == NULL ) err++; in load_libOggFLAC_dll()
288dll->OggFLAC__stream_decoder_set_metadata_ignore = (libOggFLAC_func_OggFLAC__stream_decoder_set_me… in load_libOggFLAC_dll()
289 if ( dll->OggFLAC__stream_decoder_set_metadata_ignore == NULL ) err++; in load_libOggFLAC_dll()
292dll->OggFLAC__stream_decoder_set_metadata_ignore_application = (libOggFLAC_func_OggFLAC__stream_de… in load_libOggFLAC_dll()
293 if ( dll->OggFLAC__stream_decoder_set_metadata_ignore_application == NULL ) err++; in load_libOggFLAC_dll()
296dll->OggFLAC__stream_decoder_set_metadata_ignore_all = (libOggFLAC_func_OggFLAC__stream_decoder_se… in load_libOggFLAC_dll()
297 if ( dll->OggFLAC__stream_decoder_set_metadata_ignore_all == NULL ) err++; in load_libOggFLAC_dll()
300dll->OggFLAC__stream_decoder_get_state = (libOggFLAC_func_OggFLAC__stream_decoder_get_state_t) Get… in load_libOggFLAC_dll()
301 if ( dll->OggFLAC__stream_decoder_get_state == NULL ) err++; in load_libOggFLAC_dll()
304dll->OggFLAC__stream_decoder_get_FLAC_stream_decoder_state = (libOggFLAC_func_OggFLAC__stream_deco… in load_libOggFLAC_dll()
305 if ( dll->OggFLAC__stream_decoder_get_FLAC_stream_decoder_state == NULL ) err++; in load_libOggFLAC_dll()
308dll->OggFLAC__stream_decoder_get_channels = (libOggFLAC_func_OggFLAC__stream_decoder_get_channels_… in load_libOggFLAC_dll()
309 if ( dll->OggFLAC__stream_decoder_get_channels == NULL ) err++; in load_libOggFLAC_dll()
312dll->OggFLAC__stream_decoder_get_channel_assignment = (libOggFLAC_func_OggFLAC__stream_decoder_get… in load_libOggFLAC_dll()
313 if ( dll->OggFLAC__stream_decoder_get_channel_assignment == NULL ) err++; in load_libOggFLAC_dll()
316dll->OggFLAC__stream_decoder_get_bits_per_sample = (libOggFLAC_func_OggFLAC__stream_decoder_get_bi… in load_libOggFLAC_dll()
317 if ( dll->OggFLAC__stream_decoder_get_bits_per_sample == NULL ) err++; in load_libOggFLAC_dll()
320dll->OggFLAC__stream_decoder_get_sample_rate = (libOggFLAC_func_OggFLAC__stream_decoder_get_sample… in load_libOggFLAC_dll()
321 if ( dll->OggFLAC__stream_decoder_get_sample_rate == NULL ) err++; in load_libOggFLAC_dll()
324dll->OggFLAC__stream_decoder_get_blocksize = (libOggFLAC_func_OggFLAC__stream_decoder_get_blocksiz… in load_libOggFLAC_dll()
325 if ( dll->OggFLAC__stream_decoder_get_blocksize == NULL ) err++; in load_libOggFLAC_dll()
328dll->OggFLAC__stream_decoder_init = (libOggFLAC_func_OggFLAC__stream_decoder_init_t) GetProcAddres… in load_libOggFLAC_dll()
329 if ( dll->OggFLAC__stream_decoder_init == NULL ) err++; in load_libOggFLAC_dll()
332dll->OggFLAC__stream_decoder_finish = (libOggFLAC_func_OggFLAC__stream_decoder_finish_t) GetProcAd… in load_libOggFLAC_dll()
333 if ( dll->OggFLAC__stream_decoder_finish == NULL ) err++; in load_libOggFLAC_dll()
336dll->OggFLAC__stream_decoder_flush = (libOggFLAC_func_OggFLAC__stream_decoder_flush_t) GetProcAddr… in load_libOggFLAC_dll()
337 if ( dll->OggFLAC__stream_decoder_flush == NULL ) err++; in load_libOggFLAC_dll()
340dll->OggFLAC__stream_decoder_reset = (libOggFLAC_func_OggFLAC__stream_decoder_reset_t) GetProcAddr… in load_libOggFLAC_dll()
341 if ( dll->OggFLAC__stream_decoder_reset == NULL ) err++; in load_libOggFLAC_dll()
344dll->OggFLAC__stream_decoder_process_single = (libOggFLAC_func_OggFLAC__stream_decoder_process_sin… in load_libOggFLAC_dll()
345 if ( dll->OggFLAC__stream_decoder_process_single == NULL ) err++; in load_libOggFLAC_dll()
348dll->OggFLAC__stream_decoder_process_until_end_of_metadata = (libOggFLAC_func_OggFLAC__stream_deco… in load_libOggFLAC_dll()
349 if ( dll->OggFLAC__stream_decoder_process_until_end_of_metadata == NULL ) err++; in load_libOggFLAC_dll()
352dll->OggFLAC__stream_decoder_process_until_end_of_stream = (libOggFLAC_func_OggFLAC__stream_decode… in load_libOggFLAC_dll()
353 if ( dll->OggFLAC__stream_decoder_process_until_end_of_stream == NULL ) err++; in load_libOggFLAC_dll()
356dll->OggFLAC__StreamEncoderStateString = (OggFLAC_API const char * const* ) GetProcAddress ( dll->… in load_libOggFLAC_dll()
357 if ( dll->OggFLAC__StreamEncoderStateString == NULL ) err++; in load_libOggFLAC_dll()
360dll->OggFLAC__StreamDecoderStateString = (OggFLAC_API const char * const* ) GetProcAddress ( dll->… in load_libOggFLAC_dll()
361 if ( dll->OggFLAC__StreamDecoderStateString == NULL ) err++; in load_libOggFLAC_dll()
363 if ( err > 0 ) { free ( dll ); return NULL; } in load_libOggFLAC_dll()
364 return dll; in load_libOggFLAC_dll()
367 void free_libOggFLAC_dll ( libOggFLAC_dll_t *dll ) in free_libOggFLAC_dll() argument
369 FreeLibrary ( (HMODULE) dll->__h_dll ); in free_libOggFLAC_dll()
370 free ( dll ); in free_libOggFLAC_dll()