Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc955 LOG_RTCERR1(SetTraceCallback, this); in Construct()
1370 LOG_RTCERR1(SetTraceFile, *tracefile); in SetTraceOptions()
1837 LOG_RTCERR1(StartRender, it->second->channel_id()); in SetRender()
1843 LOG_RTCERR1(StopRender, it->second->channel_id()); in SetRender()
1979 LOG_RTCERR1(DeregisterEncoderObserver, channel_id); in RemoveSendStream()
2014 LOG_RTCERR1(StartRender, default_channel_id_); in AddRecvStream()
2097 LOG_RTCERR1(StopRender, recv_channel->channel_id()); in RemoveRecvStreamInternal()
2118 LOG_RTCERR1(RemoveRenderer, channel_id); in RemoveRecvStreamInternal()
2122 LOG_RTCERR1(DeRegisterSendTransport, channel_id); in RemoveRecvStreamInternal()
2127 LOG_RTCERR1(DeregisterDecoderObserver, channel_id); in RemoveRecvStreamInternal()
[all …]
Dwebrtcvoiceengine.cc263 LOG_RTCERR1(DeleteChannel, webrtc_channel_); in ~WebRtcSoundclipMedia()
282 LOG_RTCERR1(StartPlayout, webrtc_channel_); in Enable()
290 LOG_RTCERR1(StopPlayout, webrtc_channel_); in Disable()
305 LOG_RTCERR1(StopPlayingFileLocally, webrtc_channel_); in PlaySound()
625 LOG_RTCERR1(SetDtmfFeedbackStatus, false); in InitInternal()
801 LOG_RTCERR1(SetEcMetricsStatus, echo_cancellation); in ApplyOptions()
868 LOG_RTCERR1(SetHighpassFilterStatus, highpass_filter); in ApplyOptions()
878 LOG_RTCERR1(EnableStereoChannelSwapping, stereo_swapping); in ApplyOptions()
888 LOG_RTCERR1(SetTypingDetectionStatus, typing_detection); in ApplyOptions()
944 LOG_RTCERR1(EnableExperimentalNs, experimental_ns); in ApplyOptions()
[all …]
Dwebrtccommon.h42 #define LOG_RTCERR1(func, a1) \ macro