Home
last modified time | relevance | path

Searched refs:current_header_type (Results 1 – 4 of 4) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-nogui0.h57 mus_header_t current_header_type; member
H A Dsnd-x0.h86 mus_header_t current_header_type; member
H A Dsnd-motif.c10577 fdat->current_header_type = (*header_type); in get_file_dialog_sound_attributes()
10588 (*sample_type) = position_to_sample_type(fdat->current_header_type, ns[0] - 1); in get_file_dialog_sound_attributes()
10625 fdat->current_header_type = header_type; in set_file_dialog_sound_attributes()
10626 else fdat->current_header_type = MUS_RAW; in set_file_dialog_sound_attributes()
10806 if (position_to_header_type(pos) != fd->current_header_type) in file_data_type_callback()
10810 fd->current_header_type, in file_data_type_callback()
10823 …fd->current_sample_type = position_to_sample_type(fd->current_header_type, cbs->item_position - 1); in file_sample_type_callback()
10884 fdat->current_header_type = header_type; in make_file_data_panel()
12182 sd->panel_data->current_header_type, in make_sound_save_as_dialog_1()
12239 sd->panel_data->current_header_type, in make_selection_save_as_dialog()
[all …]
H A Dsnd-file.c2270 fdat->current_header_type = h_pos_to_type[pos]; in position_to_header_type_and_sample_type()