Searched refs:LOG_RTCERR1 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 669 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 …]
|
D | webrtccommon.h | 41 #define LOG_RTCERR1(func, a1) \ macro
|