Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-dac.c1036 static void start_dac(int srate, int channels, play_process_t background, mus_float_t decay) in start_dac()
1186 void play_region_1(int region, play_process_t background, Xen stop_proc) in play_region_1()
1215 void play_region(int region, play_process_t background) in play_region()
1323 static dac_info *play_channel_1(chan_info *cp, mus_long_t start, mus_long_t end, play_process_t bac… in play_channel_1()
1353 static dac_info *play_sound_1(snd_info *sp, mus_long_t start, mus_long_t end, play_process_t backgr… in play_sound_1()
1390 …_1(chan_info **cps, int chans, mus_long_t *starts, mus_long_t *ur_ends, play_process_t background, in play_channels_1()
1448 play_process_t background, Xen edpos, bool selection, const char *caller, int arg_pos) in play_channels()
1484 static dac_info *play_selection_1(play_process_t background, Xen stop_proc) in play_selection_1()
1512 void play_selection(play_process_t background) in play_selection()
2882 play_process_t background;
[all …]
H A Dsnd-1.h1226 Xen g_play_region(Xen n, play_process_t back, Xen stop_proc);
1287 void play_region(int n, play_process_t background);
1288 void play_region_1(int region, play_process_t background, Xen stop_proc);
1293 play_process_t background, Xen edpos, bool selection, const char *caller, int arg_pos);
1294 void play_selection(play_process_t background);
H A Dsnd-0.h87 typedef enum {NOT_IN_BACKGROUND, IN_BACKGROUND} play_process_t; typedef
H A Dsnd-region.c1852 Xen g_play_region(Xen n, play_process_t back, Xen stop_proc) in g_play_region()