Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc2121 int ch_id = GetReceiveChannelId(ssrc); in SetOutputVolume() local
2122 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()