Home
last modified time | relevance | path

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

/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libout123/
H A Dlibout123.c24 #define SENSITIVE_OUTPUT(ao) \
555 debug1("pause without buffer, sensitive=%d", SENSITIVE_OUTPUT(ao));
557 if( SENSITIVE_OUTPUT(ao)
576 if(SENSITIVE_OUTPUT(ao) && aoopen(ao) < 0)
602 || (ao->state == play_paused && !SENSITIVE_OUTPUT(ao)) )
/dports/audio/mpg123/mpg123-1.29.3/src/libout123/
H A Dlibout123.c25 #define SENSITIVE_OUTPUT(ao) \ macro
596 debug1("pause without buffer, sensitive=%d", SENSITIVE_OUTPUT(ao)); in out123_pause()
598 if( SENSITIVE_OUTPUT(ao) in out123_pause()
617 if(SENSITIVE_OUTPUT(ao) && aoopen(ao) < 0) in out123_continue()
643 || (ao->state == play_paused && !SENSITIVE_OUTPUT(ao)) ) in out123_stop()