Lines Matching defs:channel
1955 * spec/channel map/device/suspend status back to the
1992 uint32_t channel;
1997 if (pa_tagstruct_getu32(t, &channel) < 0 ||
2009 if (!(s = pa_idxset_get_by_index(c->output_streams, channel)) || !playback_stream_isinstance(s)) {
2020 if (!(s = pa_idxset_get_by_index(c->record_streams, channel))) {
2032 if (!(s = pa_idxset_get_by_index(c->output_streams, channel)) || !upload_stream_isinstance(s)) {
2271 * spec/channel map/device/suspend status back to the
2890 uint32_t channel;
2897 if (pa_tagstruct_getu32(t, &channel) < 0 ||
2905 s = pa_idxset_get_by_index(c->output_streams, channel);
4915 static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) {
4923 if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) {