Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc660 LOG_RTCERR2(SetEcStatus, *options.echo_cancellation, ec_mode); in ApplyOptions()
676 LOG_RTCERR2(SetAecmMode, aecm_mode, cn); in ApplyOptions()
695 LOG_RTCERR2(SetAgcStatus, *options.auto_gain_control, agc_mode); in ApplyOptions()
742 LOG_RTCERR2(SetNsStatus, *options.noise_suppression, ns_mode); in ApplyOptions()
1448 LOG_RTCERR2(SetRecPayloadType, ch.second->channel(), in SetRecvCodecs()
1566 LOG_RTCERR2(SetFECStatus, channel, true); in SetSendCodecs()
1581 LOG_RTCERR2(SetOpusDtx, channel, enable_opus_dtx); in SetSendCodecs()
1594 LOG_RTCERR2(SetOpusMaxPlaybackRate, channel, opus_max_playback_rate); in SetSendCodecs()
1660 LOG_RTCERR2(SetVADStatus, channel, true); in SetSendCodecs()
1724 LOG_RTCERR2(SetSendCodec, channel, ToString(send_codec)); in SetSendCodec()
[all …]
Dwebrtccommon.h43 #define LOG_RTCERR2(func, a1, a2) \ macro