Searched refs:ch_id (Results 1 – 3 of 3) sorted by relevance
389 ch_id = self._channels[channel]398 self._iio[ch_id] = Popen([self._iiocapturebin, '-n',410 ch_id = self._channels[channel]412 self._iio[ch_id].poll()413 if self._iio[ch_id].returncode:420 out, _ = self._iio[ch_id].communicate()422 self._iio[ch_id] = None441 ch_id = self._channels[channel]443 if self._iio[ch_id] is None:446 self._iio[ch_id].poll()[all …]
213 ch_name, ch_id = ch.split(':')214 em['channel_map'][ch_name] = ch_id
2121 int ch_id = GetReceiveChannelId(ssrc); in SetOutputVolume() local2122 if (ch_id < 0) { in SetOutputVolume()2127 if (-1 == engine()->voe()->volume()->SetChannelOutputVolumeScaling(ch_id, in SetOutputVolume()2129 LOG_RTCERR2(SetChannelOutputVolumeScaling, ch_id, volume); in SetOutputVolume()2133 << " for channel " << ch_id << " and ssrc " << ssrc; in SetOutputVolume()