Home
last modified time | relevance | path

Searched refs:ao_driver (Results 1 – 25 of 57) sorted by relevance

123

/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_out/
H A Daudio_fusionsound_out.c63 ao_driver_t ao_driver; member
92 static int ao_fusionsound_open(ao_driver_t *ao_driver, in ao_fusionsound_open() argument
223 static int ao_fusionsound_delay(ao_driver_t *ao_driver) { in ao_fusionsound_delay() argument
236 static int ao_fusionsound_write(ao_driver_t *ao_driver, in ao_fusionsound_write() argument
261 static void ao_fusionsound_close(ao_driver_t *ao_driver){ in ao_fusionsound_close() argument
295 static void ao_fusionsound_exit(ao_driver_t *ao_driver) { in ao_fusionsound_exit() argument
451 this->ao_driver.open = ao_fusionsound_open; in open_plugin()
454 this->ao_driver.delay = ao_fusionsound_delay; in open_plugin()
455 this->ao_driver.write = ao_fusionsound_write; in open_plugin()
457 this->ao_driver.exit = ao_fusionsound_exit; in open_plugin()
[all …]
H A Daudio_directx_out.c80 ao_driver_t ao_driver; member
527 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_open()
579 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_num_channels()
585 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_bytes_per_frame()
594 static int ao_directx_delay( ao_driver_t * ao_driver ) in ao_directx_delay() argument
599 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_delay()
619 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_write()
690 static void ao_directx_close( ao_driver_t * ao_driver ) in ao_directx_close() argument
692 ao_directx_t *ao_directx = ( ao_directx_t * ) ao_driver; in ao_directx_close()
709 static void ao_directx_exit( ao_driver_t * ao_driver ) in ao_directx_exit() argument
[all …]
H A Daudio_none_out.c49 ao_driver_t ao_driver; member
209 this->ao_driver.get_property = ao_none_get_property; in ao_none_open_plugin()
210 this->ao_driver.set_property = ao_none_set_property; in ao_none_open_plugin()
211 this->ao_driver.open = ao_none_open; in ao_none_open_plugin()
212 this->ao_driver.num_channels = ao_none_num_channels; in ao_none_open_plugin()
214 this->ao_driver.delay = ao_none_delay; in ao_none_open_plugin()
215 this->ao_driver.write = ao_none_write; in ao_none_open_plugin()
216 this->ao_driver.close = ao_none_close; in ao_none_open_plugin()
217 this->ao_driver.exit = ao_none_exit; in ao_none_open_plugin()
219 this->ao_driver.control = ao_none_ctrl; in ao_none_open_plugin()
[all …]
H A Daudio_sndio_out.c49 ao_driver_t ao_driver; member
342 this->ao_driver.get_property = ao_sndio_get_property; in open_plugin()
343 this->ao_driver.set_property = ao_sndio_set_property; in open_plugin()
344 this->ao_driver.open = ao_sndio_open; in open_plugin()
345 this->ao_driver.num_channels = ao_sndio_num_channels; in open_plugin()
347 this->ao_driver.delay = ao_sndio_delay; in open_plugin()
348 this->ao_driver.write = ao_sndio_write; in open_plugin()
349 this->ao_driver.close = ao_sndio_close; in open_plugin()
350 this->ao_driver.exit = ao_sndio_exit; in open_plugin()
352 this->ao_driver.control = ao_sndio_ctrl; in open_plugin()
[all …]
H A Daudio_irixal_out.c60 ao_driver_t ao_driver;
393 this->ao_driver.get_property = ao_irixal_get_property;
394 this->ao_driver.set_property = ao_irixal_set_property;
395 this->ao_driver.open = ao_irixal_open;
396 this->ao_driver.num_channels = ao_irixal_num_channels;
397 this->ao_driver.bytes_per_frame = ao_irixal_bytes_per_frame;
398 this->ao_driver.delay = ao_irixal_delay;
399 this->ao_driver.write = ao_irixal_write;
400 this->ao_driver.close = ao_irixal_close;
401 this->ao_driver.exit = ao_irixal_exit;
[all …]
H A Daudio_file_out.c78 ao_driver_t ao_driver; member
366 this->ao_driver.get_property = ao_file_get_property; in ao_file_open_plugin()
367 this->ao_driver.set_property = ao_file_set_property; in ao_file_open_plugin()
368 this->ao_driver.open = ao_file_open; in ao_file_open_plugin()
369 this->ao_driver.num_channels = ao_file_num_channels; in ao_file_open_plugin()
371 this->ao_driver.delay = ao_file_delay; in ao_file_open_plugin()
372 this->ao_driver.write = ao_file_write; in ao_file_open_plugin()
373 this->ao_driver.close = ao_file_close; in ao_file_open_plugin()
374 this->ao_driver.exit = ao_file_exit; in ao_file_open_plugin()
376 this->ao_driver.control = ao_file_ctrl; in ao_file_open_plugin()
[all …]
H A Daudio_esd_out.c48 ao_driver_t ao_driver; member
552 this->ao_driver.get_property = ao_esd_get_property; in open_plugin()
553 this->ao_driver.set_property = ao_esd_set_property; in open_plugin()
554 this->ao_driver.open = ao_esd_open; in open_plugin()
555 this->ao_driver.num_channels = ao_esd_num_channels; in open_plugin()
558 this->ao_driver.delay = ao_esd_delay; in open_plugin()
559 this->ao_driver.write = ao_esd_write; in open_plugin()
560 this->ao_driver.close = ao_esd_close; in open_plugin()
561 this->ao_driver.exit = ao_esd_exit; in open_plugin()
562 this->ao_driver.control = ao_esd_ctrl; in open_plugin()
[all …]
H A Daudio_coreaudio_out.c66 ao_driver_t ao_driver; member
544 this->ao_driver.get_property = ao_coreaudio_get_property; in open_plugin()
545 this->ao_driver.set_property = ao_coreaudio_set_property; in open_plugin()
546 this->ao_driver.open = ao_coreaudio_open; in open_plugin()
547 this->ao_driver.num_channels = ao_coreaudio_num_channels; in open_plugin()
549 this->ao_driver.delay = ao_coreaudio_delay; in open_plugin()
550 this->ao_driver.write = ao_coreaudio_write; in open_plugin()
551 this->ao_driver.close = ao_coreaudio_close; in open_plugin()
552 this->ao_driver.exit = ao_coreaudio_exit; in open_plugin()
554 this->ao_driver.control = ao_coreaudio_ctrl; in open_plugin()
[all …]
H A Daudio_jack_out.c50 ao_driver_t ao_driver; member
454 ao_jack_close (&this->ao_driver); in ao_jack_open_int()
839 this->ao_driver.get_property = ao_jack_get_property; in open_jack_plugin()
840 this->ao_driver.set_property = ao_jack_set_property; in open_jack_plugin()
841 this->ao_driver.open = ao_jack_open; in open_jack_plugin()
844 this->ao_driver.delay = ao_jack_delay; in open_jack_plugin()
845 this->ao_driver.write = ao_jack_write; in open_jack_plugin()
846 this->ao_driver.close = ao_jack_close; in open_jack_plugin()
847 this->ao_driver.exit = ao_jack_exit; in open_jack_plugin()
849 this->ao_driver.control = ao_jack_ctrl; in open_jack_plugin()
[all …]
H A Daudio_sun_out.c83 ao_driver_t ao_driver; member
996 this->ao_driver.get_property = ao_sun_get_property; in ao_sun_open_plugin()
997 this->ao_driver.set_property = ao_sun_set_property; in ao_sun_open_plugin()
998 this->ao_driver.open = ao_sun_open; in ao_sun_open_plugin()
999 this->ao_driver.num_channels = ao_sun_num_channels; in ao_sun_open_plugin()
1001 this->ao_driver.delay = ao_sun_delay; in ao_sun_open_plugin()
1002 this->ao_driver.write = ao_sun_write; in ao_sun_open_plugin()
1003 this->ao_driver.close = ao_sun_close; in ao_sun_open_plugin()
1004 this->ao_driver.exit = ao_sun_exit; in ao_sun_open_plugin()
1006 this->ao_driver.control = ao_sun_ctrl; in ao_sun_open_plugin()
[all …]
H A Daudio_oss_out.c117 ao_driver_t ao_driver; member
1077 this->ao_driver.get_property = ao_oss_get_property; in open_plugin()
1078 this->ao_driver.set_property = ao_oss_set_property; in open_plugin()
1079 this->ao_driver.open = ao_oss_open; in open_plugin()
1080 this->ao_driver.num_channels = ao_oss_num_channels; in open_plugin()
1082 this->ao_driver.delay = ao_oss_delay; in open_plugin()
1083 this->ao_driver.write = ao_oss_write; in open_plugin()
1084 this->ao_driver.close = ao_oss_close; in open_plugin()
1085 this->ao_driver.exit = ao_oss_exit; in open_plugin()
1087 this->ao_driver.control = ao_oss_ctrl; in open_plugin()
[all …]
H A Daudio_pulse_out.c57 ao_driver_t ao_driver; member
592 this->ao_driver.set_property(&this->ao_driver, AO_PROP_MIXER_VOL, entry->num_value); in ao_pulse_open()
1036 this->ao_driver.get_property = ao_pulse_get_property; in open_plugin()
1037 this->ao_driver.set_property = ao_pulse_set_property; in open_plugin()
1038 this->ao_driver.open = ao_pulse_open; in open_plugin()
1041 this->ao_driver.delay = ao_pulse_delay; in open_plugin()
1042 this->ao_driver.write = ao_pulse_write; in open_plugin()
1043 this->ao_driver.close = ao_pulse_close; in open_plugin()
1044 this->ao_driver.exit = ao_pulse_exit; in open_plugin()
1046 this->ao_driver.control = ao_pulse_ctrl; in open_plugin()
[all …]
H A Daudio_directx2_out.c112 ao_driver_t ao_driver; member
907 this->ao_driver.get_property = ao_dx2_get_property; in open_plugin()
908 this->ao_driver.set_property = ao_dx2_set_property; in open_plugin()
909 this->ao_driver.open = ao_dx2_open; in open_plugin()
910 this->ao_driver.num_channels = ao_dx2_num_channels; in open_plugin()
912 this->ao_driver.delay = ao_dx2_delay; in open_plugin()
913 this->ao_driver.write = ao_dx2_write; in open_plugin()
914 this->ao_driver.close = ao_dx2_close; in open_plugin()
915 this->ao_driver.exit = ao_dx2_exit; in open_plugin()
917 this->ao_driver.control = ao_dx2_control; in open_plugin()
[all …]
/dports/graphics/gimageview/gimageview-0.2.27/plugins/image_view/
H A Dprefs_mplayer.c54 gchar *ao_driver; member
215 g_free (mconf.ao_driver); in cb_ao_combo_changed()
216 mconf.ao_driver = NULL; in cb_ao_combo_changed()
239 mconf.ao_driver = mconf.ao_driver ? g_strdup(mconf.ao_driver) in prefs_mplayer_page()
241 mconf_pre.ao_driver = g_strdup(mconf.ao_driver); in prefs_mplayer_page()
377 ao_driver = mconf.ao_driver; in prefs_mplayer_apply()
384 ao_driver = mconf_pre.ao_driver; in prefs_mplayer_apply()
417 g_free(mconf.ao_driver); in prefs_mplayer_apply()
418 g_free(mconf_pre.ao_driver); in prefs_mplayer_apply()
420 mconf_pre.ao_driver = NULL; in prefs_mplayer_apply()
[all …]
H A Dgimv_xine_post.c71 if (gxine->private->ao_driver) { in post_init()
84 &gxine->private->ao_driver, in post_init()
117 &gxine->private->ao_driver, &gxine->private->vo_driver); in post_init()
142 &gxine->private->ao_driver, in post_init()
173 0, &gxine->private->ao_driver, &gxine->private->vo_driver); in post_init()
186 xine_post_wire_audio_port (audio_source, gxine->private->ao_driver); in post_rewire_visual_anim()
195 &gxine->private->ao_driver, &gxine->private->vo_driver); in post_rewire_visual_anim()
219 0, &gxine->private->ao_driver, &gxine->private->vo_driver); in post_rewire_video_post()
231 return xine_post_wire_audio_port (audio_source, gxine->private->ao_driver); in post_rewire_audio_port_to_stream()
H A Dxine_image_loader.c62 xine_ao_driver_t *ao_driver; in gimv_xine_image_loader_load_file() local
65 xine_audio_port_t *ao_driver; in gimv_xine_image_loader_load_file() local
99 ao_driver = xine_open_audio_driver (xine, in gimv_xine_image_loader_load_file()
102 stream = xine_stream_new (xine, ao_driver, vo_driver); in gimv_xine_image_loader_load_file()
142 xine_close_audio_driver(xine, ao_driver); in gimv_xine_image_loader_load_file()
H A Dgimv_xine_priv.h102 xine_ao_driver_t *ao_driver; member
105 xine_audio_port_t *ao_driver; member
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao.c38 extern const struct ao_driver audio_out_oss;
43 extern const struct ao_driver audio_out_rsound;
44 extern const struct ao_driver audio_out_sndio;
45 extern const struct ao_driver audio_out_pulse;
46 extern const struct ao_driver audio_out_jack;
47 extern const struct ao_driver audio_out_openal;
49 extern const struct ao_driver audio_out_null;
50 extern const struct ao_driver audio_out_alsa;
52 extern const struct ao_driver audio_out_pcm;
53 extern const struct ao_driver audio_out_lavc;
[all …]
H A Dinternal.h40 const struct ao_driver *driver;
129 struct ao_driver { struct
/dports/games/openbor/openbor-3caaddd5/tools/borplay/source/
H A Dborplay.c85 int ao_driver; // not used, this tool is very simple variable
310 ao_driver = (ao_driver < 0) ? atoi(driver) : ao_driver_id(driver); in aoinit()
312 ao_driver = ao_default_driver_id(); in aoinit()
314 if(ao_driver < 0) ao_error(driver); in aoinit()
324 device = ao_open_live(ao_driver, &format, NULL); in aoinit_fmt()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c213 static char * ao_driver[3]; variable
412 if ( !ao_driver[0] ) break; in prButton()
1243 if ( !strncmp( ao_driver[0],"oss",3 ) || in ShowPreferences()
1245 !strncmp( ao_driver[0],"esd",3 ) || in ShowPreferences()
1246 !strncmp( ao_driver[0],"sdl",3 ) ) in ShowPreferences()
1700 if (strncmp(ao_driver[0], "oss", 3) == 0) in CreateAudioConfig()
1704 if (strncmp(ao_driver[0], "alsa", 4) == 0) in CreateAudioConfig()
1708 if (strncmp(ao_driver[0], "sdl", 3) == 0) in CreateAudioConfig()
1712 if (strncmp(ao_driver[0], "esd", 3) == 0) in CreateAudioConfig()
1729 if (strncmp(ao_driver[0], "oss", 3) == 0) in CreateAudioConfig()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c213 static char * ao_driver[3]; variable
412 if ( !ao_driver[0] ) break; in prButton()
1243 if ( !strncmp( ao_driver[0],"oss",3 ) || in ShowPreferences()
1245 !strncmp( ao_driver[0],"esd",3 ) || in ShowPreferences()
1246 !strncmp( ao_driver[0],"sdl",3 ) ) in ShowPreferences()
1700 if (strncmp(ao_driver[0], "oss", 3) == 0) in CreateAudioConfig()
1704 if (strncmp(ao_driver[0], "alsa", 4) == 0) in CreateAudioConfig()
1708 if (strncmp(ao_driver[0], "sdl", 3) == 0) in CreateAudioConfig()
1712 if (strncmp(ao_driver[0], "esd", 3) == 0) in CreateAudioConfig()
1729 if (strncmp(ao_driver[0], "oss", 3) == 0) in CreateAudioConfig()
[all …]
/dports/audio/shairplay/shairplay-498bc5b/src/
H A Dshairplay.c48 char ao_driver[56]; member
130 if (strlen(opt->ao_driver)) { in audio_open_device()
131 driver_id = ao_driver_id(opt->ao_driver); in audio_open_device()
283 strncpy(opt->ao_driver, arg+12, sizeof(opt->ao_driver)-1); in parse_options()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/win32/
H A Dpreferences.c81 static HWND vo_driver, ao_driver, prio; in PrefsWndProc() local
143 ao_driver = CreateWindow("combobox", NULL, in PrefsWndProc()
380 SendMessage(ao_driver, WM_SETFONT, (WPARAM) GetStockObject(DEFAULT_GUI_FONT), 0); in PrefsWndProc()
398 (WPARAM)SendMessage(ao_driver, CB_FINDSTRING, -1, in PrefsWndProc()
522 … (WPARAM)SendMessage(ao_driver, CB_FINDSTRING, -1, (LPARAM)"dsound"), 0); in PrefsWndProc()
564 idx = SendMessage(ao_driver, CB_GETCURSEL, 0, 0); in PrefsWndProc()
565 strl = SendMessage(ao_driver, CB_GETLBTEXTLEN, (WPARAM)idx, 0); in PrefsWndProc()
567 SendMessage(ao_driver, CB_GETLBTEXT, (WPARAM)idx, (LPARAM)driver); in PrefsWndProc()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/win32/
H A Dpreferences.c81 static HWND vo_driver, ao_driver, prio; in PrefsWndProc() local
143 ao_driver = CreateWindow("combobox", NULL, in PrefsWndProc()
380 SendMessage(ao_driver, WM_SETFONT, (WPARAM) GetStockObject(DEFAULT_GUI_FONT), 0); in PrefsWndProc()
398 (WPARAM)SendMessage(ao_driver, CB_FINDSTRING, -1, in PrefsWndProc()
522 … (WPARAM)SendMessage(ao_driver, CB_FINDSTRING, -1, (LPARAM)"dsound"), 0); in PrefsWndProc()
564 idx = SendMessage(ao_driver, CB_GETCURSEL, 0, 0); in PrefsWndProc()
565 strl = SendMessage(ao_driver, CB_GETLBTEXTLEN, (WPARAM)idx, 0); in PrefsWndProc()
567 SendMessage(ao_driver, CB_GETLBTEXT, (WPARAM)idx, (LPARAM)driver); in PrefsWndProc()

123