Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc669 LOG_RTCERR1(SetEcMetricsStatus, *options.echo_cancellation); in ApplyOptions()
753 LOG_RTCERR1(SetHighpassFilterStatus, *options.highpass_filter); in ApplyOptions()
762 LOG_RTCERR1(EnableStereoChannelSwapping, *options.stereo_swapping); in ApplyOptions()
788 LOG_RTCERR1(SetTypingDetectionStatus, *options.typing_detection); in ApplyOptions()
847 LOG_RTCERR1(SetRecordingSampleRate, *options.recording_sample_rate); in ApplyOptions()
855 LOG_RTCERR1(SetPlayoutSampleRate, *options.playout_sample_rate); in ApplyOptions()
872 LOG_RTCERR1(SetRecordingDevice, in_id); in SetDefaultDevices()
881 LOG_RTCERR1(SetPlayoutDevice, out_id); in SetDefaultDevices()
896 LOG_RTCERR1(GetSpeakerVolume, level); in GetOutputVolume()
907 LOG_RTCERR1(SetSpeakerVolume, level); in SetOutputVolume()
[all …]
Dwebrtccommon.h41 #define LOG_RTCERR1(func, a1) \ macro