Home | History | Annotate | Download | only in webrtc

Lines Matching refs:LS_INFO

281     LOG(LS_INFO) << "WebRtc VoiceEngine codecs:";
308 LOG(LS_INFO) << ToString(codec);
506 LOG(LS_INFO) << "WebRtcVoiceEngine::Init";
509 LOG(LS_INFO) << "WebRtcVoiceEngine::Init Done!";
521 LOG(LS_INFO) << webrtc::VoiceEngine::GetVersionString();
536 LOG(LS_INFO) << "WebRtc VoiceEngine codecs:";
538 LOG(LS_INFO) << ToString(codec);
549 LOG(LS_INFO) << "WebRtcVoiceEngine::Terminate";
571 LOG(LS_INFO) << "ApplyOptions: " << options_in.ToString();
608 LOG(LS_INFO) << "Always disable AEC and AGC on iOS. Use built-in instead.";
656 LOG(LS_INFO) << "Disabling EC since built-in EC will be used instead";
663 LOG(LS_INFO) << "Echo control set to " << *options.echo_cancellation
691 LOG(LS_INFO) << "Disabling AGC since built-in AGC will be used instead";
698 LOG(LS_INFO) << "Auto gain set to " << *options.auto_gain_control
738 LOG(LS_INFO) << "Disabling NS since built-in NS will be used instead";
745 LOG(LS_INFO) << "Noise suppression set to " << *options.noise_suppression
751 LOG(LS_INFO) << "High pass filter enabled? " << *options.highpass_filter;
759 LOG(LS_INFO) << "Stereo swapping enabled? " << *options.stereo_swapping;
768 LOG(LS_INFO) << "NetEq capacity is "
776 LOG(LS_INFO) << "NetEq fast mode? "
784 LOG(LS_INFO) << "Typing detection is enabled? "
793 LOG(LS_INFO) << "Adjust agc delta is " << *options.adjust_agc_delta;
800 LOG(LS_INFO) << "Aec dump is enabled? " << *options.aec_dump;
812 LOG(LS_INFO) << "Delay agnostic aec is enabled? " << *delay_agnostic_aec_;
821 LOG(LS_INFO) << "Extended filter aec is enabled? " << *extended_filter_aec_;
830 LOG(LS_INFO) << "Experimental ns is enabled? " << *experimental_ns_;
843 LOG(LS_INFO) << "Recording sample rate is "
852 LOG(LS_INFO) << "Playout sample rate is " << *options.playout_sample_rate;
867 LOG(LS_INFO) << "Setting microphone to (id=" << in_id
886 LOG(LS_INFO) << "Set microphone to (id=" << in_id
950 sev = rtc::LS_INFO;
952 sev = rtc::LS_INFO;
986 LOG(LS_INFO) << "Adjusting AGC level from default -"
1305 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::SetSendParameters: "
1336 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::SetRecvParameters: "
1363 LOG(LS_INFO) << "Setting voice channel options: "
1395 LOG(LS_INFO) << "Set voice channel options. Current options: "
1405 LOG(LS_INFO) << "Setting receive voice codecs.";
1443 LOG(LS_INFO) << ToString(codec);
1516 LOG(LS_INFO) << "Enabling RED on channel " << channel;
1562 LOG(LS_INFO) << "Attempt to enable codec internal FEC on channel "
1576 LOG(LS_INFO) << "Attempt to "
1588 LOG(LS_INFO) << "Attempt to set maximum playback rate to "
1658 LOG(LS_INFO) << "Enabling VAD";
1703 LOG(LS_INFO) << "Enabling NACK for channel " << channel;
1706 LOG(LS_INFO) << "Disabling NACK for channel " << channel;
1713 LOG(LS_INFO) << "Send channel " << channel << " selected voice codec "
1860 LOG(LS_INFO) << "AddSendStream: " << sp.ToString();
1903 LOG(LS_INFO) << "VoiceEngine channel #" << recv_channel
1913 LOG(LS_INFO) << "RemoveSendStream: " << ssrc;
1926 LOG(LS_INFO) << "Removing audio send stream " << ssrc
1941 LOG(LS_INFO) << "AddRecvStream: " << sp.ToString();
2000 LOG(LS_INFO) << "VoiceEngine channel #" << channel
2017 LOG(LS_INFO) << "RemoveRecvStream: " << ssrc;
2034 LOG(LS_INFO) << "Removing audio receive stream " << ssrc
2132 LOG(LS_INFO) << "SetOutputVolume to " << volume
2144 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::InsertDtmf";
2182 LOG(LS_INFO) << "Creating default receive stream for SSRC=" << ssrc << ".";
2298 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::SetMaxSendBandwidth.";
2303 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::SetSendBitrateInternal.";
2309 LOG(LS_INFO) << "The send codec has not been set up yet. "
2328 LOG(LS_INFO) << "Failed to set codec " << codec.plname
2339 LOG(LS_INFO) << "Failed to set codec " << codec.plname
2496 LOG(LS_INFO) << "Starting playout for channel #" << channel;
2502 LOG(LS_INFO) << "Stopping playout for channel #" << channel;