Home
last modified time | relevance | path

Searched defs:STREAM_OK (Results 1 – 25 of 60) sorted by relevance

123

/dports/print/trueprint/trueprint-5.4/src/
H A Dtrueprint.h97 STREAM_OK = 0x0, enumerator
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Doutput.c52 # define STREAM_OK(_s) ((fcntl (fileno (_s), F_GETFD) != -1) || (errno != EBADF)) macro
54 # define STREAM_OK(_s) 1 macro
/dports/devel/gmake/make-4.3/src/
H A Doutput.c51 # define STREAM_OK(_s) ((fcntl (fileno (_s), F_GETFD) != -1) || (errno != EBADF)) macro
53 # define STREAM_OK(_s) 1 macro
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dstream.h60 #define STREAM_OK 1 macro
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream.h83 #define STREAM_OK 1 macro
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream.h83 #define STREAM_OK 1 macro
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/ext/pulse/
H A Dpulsesrc.c348 #define STREAM_OK(s) ((s) && PA_STREAM_IS_GOOD (pa_stream_get_state ((s)))) macro

123