Home
last modified time | relevance | path

Searched refs:plug_get_output (Results 1 – 5 of 5) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c446 plug_get_output ()->stop (); in streamer_move_to_nextsong_real()
669 plug_get_output ()->stop (); in streamer_move_to_prevsong_real()
786 plug_get_output ()->stop (); in streamer_move_to_randomsong_real()
972 DB_output_t *output = plug_get_output (); in streamer_set_current()
1378 DB_output_t *output = plug_get_output (); in streamer_set_nextsong_real()
1430 DB_output_t *output = plug_get_output (); in streamer_start_new_song()
2290 DB_output_t *output = plug_get_output (); in streamer_set_output_format()
2362 DB_output_t *output = plug_get_output (); in streamer_read_async()
2578 DB_output_t *output = plug_get_output (); in streamer_read()
2762 DB_output_t *output = plug_get_output (); in streamer_ok_to_read()
[all …]
H A Dplugins.h110 plug_get_output (void);
H A Dmain.c570 DB_output_t *output = plug_get_output (); in save_resume_state()
604 DB_output_t *output = plug_get_output (); in player_mainloop()
618 DB_output_t *output = plug_get_output (); in player_mainloop()
714 DB_output_t *output = plug_get_output (); in restore_resume_state()
H A Dplugins.c129 .get_output = plug_get_output,
1281 plug_get_output (void) { in plug_get_output() function
1321 DB_output_t *prev = plug_get_output (); in plug_reinit_sound()
1345 DB_output_t *output = plug_get_output (); in plug_reinit_sound()
H A Dtf.c1718 (tmp_a && plug_get_output ()->state () == OUTPUT_STATE_PLAYING) in tf_eval_int()
1719 || (tmp_b && plug_get_output ()->state () == OUTPUT_STATE_PAUSED) in tf_eval_int()