Lines Matching refs:stream
428 memblockq_name = pa_sprintf_malloc("native protocol record stream memblockq [%u]", s->source_output->index);
699 /* So, the user asked us to adjust the latency of the stream
927 memblockq_name = pa_sprintf_malloc("native protocol playback stream memblockq [%u]", s->sink_input->index);
2506 /* All user process need to have the capability to connect and create pa stream,
4917 output_stream *stream;
4923 if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) {
4924 pa_log_debug("Client sent block for invalid stream.");
4933 if (playback_stream_isinstance(stream)) {
4934 playback_stream *ps = PLAYBACK_STREAM(stream);
4953 upload_stream *u = UPLOAD_STREAM(stream);