Home
last modified time | relevance | path

Searched refs:PA_STREAM_IS_GOOD (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Ddef.h77 static inline int PA_STREAM_IS_GOOD(pa_stream_state_t x) { in PA_STREAM_IS_GOOD() function
89 #define PA_STREAM_IS_GOOD PA_STREAM_IS_GOOD macro
H A Dsimple.c71 !(p)->stream || !PA_STREAM_IS_GOOD(pa_stream_get_state((p)->stream))) { \
229 if (!PA_STREAM_IS_GOOD(state)) { in pa_simple_new()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c71 !(p)->stream || !PA_STREAM_IS_GOOD(pa_stream_get_state((p)->stream))) { \
244 if (!PA_STREAM_IS_GOOD(state)) { in pulse_read_header()
H A Dpulse_audio_enc.c649 if (!PA_STREAM_IS_GOOD(pa_stream_get_state(s->stream))) { in pulse_write_packet()
/third_party/pulseaudio/src/tests/
H A Dpassthrough-test.c311 fail_unless(PA_STREAM_IS_GOOD(pa_stream_get_state(stream))); in START_TEST()

Completed in 11 milliseconds