Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h1054 #define PA_STREAM_EVENT_FORMAT_LOST "format-lost" macro
Dstream.c811 if (pa_streq(event, PA_STREAM_EVENT_FORMAT_LOST)) { in pa_command_stream_event()
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c1596 pa_source_output_send_event(o, PA_STREAM_EVENT_FORMAT_LOST, p); in pa_source_output_finish_move()
Dsink-input.c2171 pa_sink_input_send_event(i, PA_STREAM_EVENT_FORMAT_LOST, p); in pa_sink_input_finish_move()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c810 } else if (!strcmp (name, PA_STREAM_EVENT_FORMAT_LOST)) { in gst_pulsering_stream_event_cb()