Lines Matching refs:voe_channel

1829                   << voe_channel();
1831 ConfigureSendChannel(voe_channel());
1836 << voe_channel();
1852 DeleteChannel(voe_channel());
1887 voe_channel(), rx_auto_gain_control,
1906 voe_channel(), config) != 0) {
1908 << "channel " << voe_channel() << ". Since not all rx "
1923 voe_channel(), config) == -1) {
1924 LOG_RTCERR4(SetRxAgcConfig, voe_channel(), config.targetLeveldBOv,
1997 voe_channel(), voe_codec) == -1) {
1998 LOG_RTCERR2(SetRecPayloadType, voe_channel(), ToString(voe_codec));
2312 if (!SetChannelRecvRtpHeaderExtensions(voe_channel(), extensions)) {
2358 if (!SetChannelSendRtpHeaderExtensions(voe_channel(), extensions)) {
2419 result = SetPlayout(voe_channel(), playout);
2545 channel = voe_channel();
2665 new WebRtcVoiceChannelRenderer(voe_channel(), audio_transport)));
2666 if (!SetupSharedBweOnChannel(voe_channel())) {
2669 return SetPlayout(voe_channel(), playout_);
2705 if (rtp->GetLocalSSRC(voe_channel(), send_ssrc) == -1) {
2724 voe_channel(), voe_codec) != -1) {
2736 // To be in par with the video, voe_channel() is not used for receiving in
2746 SetPlayout(voe_channel(), false);
2784 SetPlayout(voe_channel(), false);
2812 SetPlayout(voe_channel(), true);
2879 int highest = GetOutputLevel(voe_channel());
2922 channels.push_back(voe_channel());
2969 int channel = (0 == ssrc) ? voe_channel() : GetReceiveChannelNum(ssrc);
3014 int channel = (ssrc == 0) ? voe_channel() : GetReceiveChannelNum(ssrc);
3067 channel = voe_channel();
3107 which_channel = voe_channel();
3180 int channel = (ssrc == 0) ? voe_channel() : GetSendChannelNum(ssrc);
3376 channels.push_back(voe_channel());
3453 FindSsrc(voe_channel(), ssrc);
3514 return (ssrc == default_receive_ssrc_) ? voe_channel() : -1;
3530 if (!SetupSharedBweOnChannel(voe_channel())) {
3596 // engine()->voe().EnableVQMon(voe_channel(), true);
3597 // engine()->voe().EnableRTCP_XR(voe_channel(), true);
3691 bool WebRtcVoiceMediaChannel::SetupSharedBweOnChannel(int voe_channel) {
3699 if (engine()->voe()->rtp()->SetVideoEngineBWETarget(voe_channel, vie_network,
3701 LOG_RTCERR3(SetVideoEngineBWETarget, voe_channel, vie_network, vie_channel);