Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-jack.c507 static guint mhjack_ringbuffer_space(gboolean input, gboolean readspace) in mhjack_ringbuffer_space() function
611 writable = s = mhjack_ringbuffer_space(FALSE,FALSE) / sizeof(float); in mhjack_writable()
634 if ((pctrl&MHJACK_PLAY) == 0 && mhjack_ringbuffer_space(FALSE,TRUE)==0) in mhjack_output_play()
640 return mhjack_ringbuffer_space(FALSE,TRUE); in mhjack_output_play()
710 if (mhjack_ringbuffer_space(FALSE,TRUE) == 0) in mhjack_output_stop()
719 while (mhjack_ringbuffer_space(FALSE,TRUE) > 0) do_yield(FALSE); in mhjack_output_stop()
739 readable = mhjack_ringbuffer_space(TRUE,TRUE) / sizeof(float); in mhjack_input_store()