Home
last modified time | relevance | path

Searched refs:AUDIO_PLAYER_PULSE (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dstartup.c488 set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_PULSE); in on_init_aplayer_toggled()
605 set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_PULSE); in do_audio_choice_dialog()
H A Dpreferences.h51 #define AUDIO_PLAYER_PULSE "pulse" ///< used in pref and for external players (e.g -ao pulse, -apla… macro
H A Dmain.c3400 fprintf(stderr, "'%s'", AUDIO_PLAYER_PULSE); in print_opthelp()
3698 } else if (!strcmp(buff, AUDIO_PLAYER_PULSE) || !strcmp(buff, AUDIO_PLAYER_PULSE_AUDIO)) { in lives_startup()
3700 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_PULSE); in lives_startup()
3714 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_PULSE); in lives_startup()
3715 set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_PULSE); in lives_startup()
4717 if (!strcmp(buff, AUDIO_PLAYER_PULSE) || !strcmp(buff, AUDIO_PLAYER_PULSE_AUDIO)) { in real_main()
4720 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_PULSE); in real_main()
H A Dutils.c3906 if (set_in_prefs) set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_PULSE); in switch_aud_to_pulse()
3907 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_PULSE); in switch_aud_to_pulse()
H A Dpreferences.c623 …if ((!lives_strcmp(audio_player, AUDIO_PLAYER_PULSE) || !lives_strcmp(audio_player, AUDIO_PLAYER_P… in pref_factory_string()
1680 AUDIO_PLAYER_PULSE); in apply_prefs()
H A Daudio.c66 if (!strcmp(aplayer, AUDIO_PLAYER_PULSE)) return AUDIO_PLAYER_PULSE_AUDIO; in audio_player_get_display_name()
H A Deffects-weed.c469 weed_set_string_value(hinfo, WEED_LEAF_HOST_AUDIO_PLAYER, AUDIO_PLAYER_PULSE); in update_host_info()