Lines Matching refs:pulsed

1543           ((prefs->audio_src == AUDIO_SRC_INT && mainw->pulsed && mainw->pulsed->in_use &&  in lives_get_current_playback_ticks()
1544 …IS_VALID_CLIP(mainw->pulsed->playing_file) && mainw->files[mainw->pulsed->playing_file]->achans > … in lives_get_current_playback_ticks()
1549 else current = lives_pulse_get_time(mainw->pulsed); in lives_get_current_playback_ticks()
1822 …if (prefs->audio_player == AUD_PLAYER_PULSE && mainw->pulsed && mainw->pulsed->playing_file == fil… in check_for_audio_stop()
1855 …if (prefs->audio_player == AUD_PLAYER_PULSE && ((mainw->pulsed && mainw->pulsed->playing_file == f… in calc_aframeno()
1859 else mainw->aframeno = lives_pulse_get_pos(mainw->pulsed) * cfile->fps + 1.; in calc_aframeno()
1911 if (mainw->pulsed) aplay_file = mainw->pulsed->playing_file; in calc_new_playback_position()
3853 if (mainw->pulsed) { in switch_aud_to_jack()
3854 pulse_close_client(mainw->pulsed); in switch_aud_to_jack()
3855 mainw->pulsed = NULL; in switch_aud_to_jack()
3890 if (!mainw->pulsed) { in switch_aud_to_pulse()
3893 mainw->pulsed = pulse_get_driver(TRUE); in switch_aud_to_pulse()
3894 mainw->pulsed->whentostop = &mainw->whentostop; in switch_aud_to_pulse()
3895 mainw->pulsed->cancelled = &mainw->cancelled; in switch_aud_to_pulse()
3896 mainw->pulsed->in_use = FALSE; in switch_aud_to_pulse()
3897 pulse_driver_activate(mainw->pulsed); in switch_aud_to_pulse()
3991 if (mainw->pulsed) { in switch_aud_to_sox()
3992 pulse_close_client(mainw->pulsed); in switch_aud_to_sox()
3993 mainw->pulsed = NULL; in switch_aud_to_sox()
4046 if (mainw->pulsed) { in switch_aud_to_none()
4047 pulse_close_client(mainw->pulsed); in switch_aud_to_none()
4048 mainw->pulsed = NULL; in switch_aud_to_none()