Searched refs:GetOutputLevel (Results 1 – 5 of 5) sorted by relevance
180 int GetOutputLevel() override;233 int GetOutputLevel(int channel);
2070 int level = GetOutputLevel(ch.second->channel()); in GetActiveStreams()2078 int WebRtcVoiceMediaChannel::GetOutputLevel() { in GetOutputLevel() function in cricket::WebRtcVoiceMediaChannel2082 highest = std::max(GetOutputLevel(ch.second->channel()), highest); in GetOutputLevel()2426 int WebRtcVoiceMediaChannel::GetOutputLevel(int channel) { in GetOutputLevel() function in cricket::WebRtcVoiceMediaChannel
304 virtual int GetOutputLevel() { return 0; } in GetOutputLevel() function
1019 virtual int GetOutputLevel() = 0;
1453 return media_channel()->GetOutputLevel(); in GetOutputLevel_w()