Home
last modified time | relevance | path

Searched refs:Dataformat (Results 26 – 50 of 102) sorted by relevance

12345

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drawdialog.h27 Dataformat *rawdialog_execute(gchar *filename, gint filesize, guint *offset);
H A Ddocumentlist.c41 memcpy(&(dl->format),&(d->chunk->format),sizeof(Dataformat)); in document_list_changed()
182 sizeof(Dataformat)); in document_list_setup()
H A Dfiletypes.c452 Dataformat fmt; in wav_load()
549 Dataformat *fmt,cfmt; in wav_save()
670 Dataformat *fmt; in raw_load()
678 memcpy(&(ds->format),fmt,sizeof(Dataformat)); in raw_load()
723 Dataformat f; in sndfile_load()
868 Dataformat fmt; in sndfile_save_main()
1083 Dataformat fmt; in ogg_save()
1091 memcpy(&fmt,&(chunk->format),sizeof(Dataformat)); in ogg_save()
1335 static gboolean wav_regular_format(Dataformat *fmt) in wav_regular_format()
1346 Dataformat fmt; in mp3_save()
[all …]
H A Ddocumentlist.h40 Dataformat format;
H A Dplayer.c35 Dataformat player_fallback_format = { DATAFORMAT_PCM, 44100, 2, 2, 4, TRUE,
240 Dataformat fmt; in player_play_main()
246 memcpy(&fmt,&(chk->format),sizeof(Dataformat)); in player_play_main()
251 memcpy(&fmt,&player_fallback_format,sizeof(Dataformat)); in player_play_main()
H A Dsandwichdialog.c35 Dataformat fmt; in sandwich_dialog_apply()
65 memcpy(&fmt,&(c1->format),sizeof(Dataformat)); in sandwich_dialog_apply()
H A Dsoxdialog.h52 void sox_dialog_format_string(gchar *buf, guint bufsize, Dataformat *fmt);
H A Drateconv.h39 Dataformat *format, guint32 outrate, int dither_mode,
H A Dplayer.h39 extern Dataformat player_fallback_format;
H A Drecorddialog.h51 Dataformat *current_format;
H A Dsound-oss.c116 static gint oss_try_format(Dataformat *format, gboolean input, gboolean silent) in oss_try_format()
198 static gint oss_output_select_format(Dataformat *format, gboolean silent, in oss_output_select_format()
204 static gint oss_input_select_format(Dataformat *format, gboolean silent, in oss_input_select_format()
H A Drecorddialog.c133 static void set_preset(gchar *name, Dataformat *fmt) in set_preset()
151 memcpy(&(rf->fmt),fmt,sizeof(Dataformat)); in set_preset()
177 static gboolean compare_preset(gchar *name, Dataformat *fmt) in compare_preset()
377 Dataformat df; in other_dialog_ok()
395 Dataformat df; in other_dialog_addpreset()
677 Dataformat *df; in record_dialog_set_format()
855 Dataformat df,*dfp; in record_dialog_init()
1001 dfp = (Dataformat *)list_object_get(obj->driver_presets,0); in record_dialog_init()
H A Dsound-sdl.c62 static gint sdl_output_select_format(Dataformat *format, gboolean silent, in sdl_output_select_format()
H A Dcombinechannelsdialog.c36 Dataformat *format) in combine_channels_dialog_apply_proc()
H A Dladspacore.c296 Dataformat *format) in ladspa_filter_proc()
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/core_essentials/
H A Dce__datacontrols.lst2 # Name Dataformat Visible Explanation
/dports/games/pcgen/pcgen/data/pathfinder/paizo/campaign_setting/inner_sea_gods/
H A Disg__datacontrols.lst3 # Name Dataformat Visible Explanation
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/pathfinder_unchained/
H A Dpu_datacontrols.lst3 # Name Dataformat Required Selectable Visible
/dports/games/pcgen/pcgen/data/modern/wizards_of_the_coast/msrd/basics/modern_basics/
H A Dmodernbasics__datacontrol.lst11 # Name Dataformat Selectable Visible
/dports/games/pcgen/pcgen/data/gaslight/battlefield_press/gaslight/gaslight_players_guide_2nd/
H A Dgaslight__datacontrols.lst13 # Name Dataformat Selectable Visible
/dports/games/pcgen/pcgen/data/3e/wizards_of_the_coast/srd/basics/
H A Dsrd__datacontrols.lst13 # Name Dataformat Selectable Visible
/dports/games/pcgen/pcgen/data/35e/wizards_of_the_coast/rsrd/basics/
H A Drsrd__datacontrols.lst13 # Name Dataformat Selectable Visible
/dports/games/pcgen/pcgen/data/5e/wizards_of_the_coast/srd5/
H A Dsrd5__datacontrols.lst16 # Name Dataformat Selectable Visible
/dports/dns/p5-Net-LibIDN/Net-LibIDN-0.12/
H A DChanges44 - Adapting to Dataformat changes in actual Libidn 0.4.0 release
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dfltopen.m78 HDR.SPR = HDR.FLT.Dataformat.number_of_samples;
160 if HDR.FLT.Dataformat.type(1)<10;
165 switch mod(HDR.FLT.Dataformat.type(1),10)
363 fprintf(fid,'\n[Dataformat]\n');

12345