HomeSort by relevance Sort by last modified time
    Searched refs:LS_ERROR (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/webrtc/webrtc/video/
vie_sync_module.cc 168 LOG(LS_ERROR) << "Error setting voice delay.";
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 205 LOG(LS_ERROR) << "Setting codecs without a video codec is invalid: "
214 LOG(LS_ERROR) << "No SSRCs in stream parameters: " << sp.ToString();
231 LOG(LS_ERROR) << "RTX SSRC '" << rtx_ssrc
237 LOG(LS_ERROR)
776 LOG(LS_ERROR) << "SetRecvCodecs called without any video codecs.";
784 LOG(LS_ERROR) << "SetRecvCodecs called with unsupported video codecs.";
821 LOG(LS_ERROR) << "No video codecs supported.";
906 LOG(LS_ERROR) << "SetSend(true) called before setting codec.";
    [all...]
  /external/webrtc/talk/session/media/
channel.cc 587 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " "
634 LOG(LS_ERROR) << "Failed to protect " << content_name_
646 LOG(LS_ERROR) << "Failed to protect " << content_name_
656 LOG(LS_ERROR) << "Can't send outgoing " << PacketType(rtcp)
680 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " "
718 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
728 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
767 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
781 LOG(LS_ERROR) << "Failure in SetRemoteContent with action " << action;
883 LOG(LS_ERROR) << "No DTLS-SRTP selected crypto suite"
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc 284 LOG_J(LS_ERROR, this) << "Received non-STUN packet from unknown address ("
306 LOG_J(LS_ERROR, this) << "Received unexpected STUN message type ("
355 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I "
367 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
377 LOG_J(LS_ERROR, this) << "Received STUN request with bad M-I "
389 LOG_J(LS_ERROR, this) << "Received STUN binding error:"
396 LOG_J(LS_ERROR, this) << "Received STUN binding error without a error "
410 LOG_J(LS_ERROR, this) << "Received STUN packet with invalid type ("
572 LOG_J(LS_ERROR, this)
920 LOG_J(LS_ERROR, this
    [all...]
tcpport.cc 109 LOG_J(LS_ERROR, this) << "TCP socket creation failed.";
215 LOG_J(LS_ERROR, this) << "Attempted to send to an unknown destination, "
226 LOG_J(LS_ERROR, this) << "TCP send of " << size
  /external/webrtc/talk/media/devices/
devicemanager.cc 199 LOG(LS_ERROR) << "No video capturer factory for devices.";
258 LOG(LS_ERROR) << "No video capturer factory for screens.";
  /external/webrtc/webrtc/base/
httpclient.cc 311 LOG(LS_ERROR) << "Error " << error << " resolving name: "
406 LOG(LS_ERROR) << "RequestConnectedStream error: " << stream_err;
471 LOG_F(LS_ERROR) << "Couldn't open body cache";
490 LOG_F(LS_ERROR) << "Couldn't open header cache";
495 LOG_F(LS_ERROR) << "Couldn't write header cache";
514 LOG(LS_ERROR) << "Cache file error: " << error;
575 LOG_F(LS_ERROR) << "Error reading cache headers";
591 LOG_F(LS_ERROR) << "Unavailable cache body";
logging.h 76 // LOG(LS_ERROR) << "LibraryFunc returned: "
98 // LS_ERROR: Something that should not have occurred.
105 LS_ERROR,
109 LERROR = LS_ERROR
physicalsocketserver_unittest.cc 423 LOG(LS_ERROR) << "ExpectSignal(): No signal received";
427 LOG(LS_ERROR) << "ExpectSignal(): Received signal " <<
438 LOG(LS_ERROR) << "ExpectNone(): Received signal " << signals_received_[0]
event_tracer.cc 246 LOG(LS_ERROR) << "Failed to open trace file '" << filename
macconversion.cc 137 LOG(LS_ERROR) << "got unknown type.";
macifaddrs_converter.cc 222 LOG(LS_ERROR) << "ioctl returns " << errno;
proxyserver.cc 53 LOG(LS_ERROR) << "Unable to create external socket on proxy accept event";
win32socketserver.cc 218 LOG(LS_ERROR) << "EventSink hwnd is being destroyed, but the event sink"
342 LOG_F(LS_ERROR) << "WSAAsyncGetHostByName error: " << WSAGetLastError();
724 LOG_GLE(LS_ERROR) << "Failed to create message window.";
775 LOG_GLE(LS_ERROR) << "GetMessage failed.";
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 91 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
141 LOG(LS_ERROR) << "Send error: " << error;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc 295 LOG_F(LS_ERROR) << "length_ms = " << length_ms;
354 LOG_F(LS_ERROR) << "NULL pointers supplied as input";
neteq_impl.cc 104 LOG(LS_ERROR) << "Sample rate " << fs << " Hz not supported. " <<
214 LOG(LS_ERROR) << "Cannot register external decoder with NULL pointer";
455 LOG_F(LS_ERROR) << "payload is empty";
463 LOG_F(LS_ERROR) << "Sync-packet with an unacceptable payload type "
472 LOG_F(LS_ERROR)
497 LOG_F(LS_ERROR) << "Payload pointer is NULL.";
842 LOG(LS_ERROR) << "Invalid operation kUndefined.";
883 LOG(LS_ERROR) << "samples_from_sync (" << samples_from_sync
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_win.cc 154 LOG(LS_ERROR) << "Window hasn't been selected: " << GetLastError();
244 LOG(LS_ERROR) << "Both PrintWindow() and BitBlt() failed.";
screen_capturer_mac.mm 659 LOG(LS_ERROR) << "The selected screen cannot be found for capturing.";
813 LOG_F(LS_ERROR) << "Failed to open " << kApplicationServicesLibraryName;
819 LOG_F(LS_ERROR) << "Failed to open " << kOpenGlLibraryName;
833 LOG_F(LS_ERROR);
    [all...]
mouse_cursor_monitor_win.cc 89 LOG_F(LS_ERROR) << "Unable to get cursor info. Error = " << GetLastError();
  /external/webrtc/webrtc/modules/video_processing/
deflickering.cc 106 LOG(LS_ERROR) << "Invalid frame size.";
147 LOG(LS_ERROR) << "Subsampled number of pixels too large.";
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 147 LOG(LS_ERROR) << "HttpPortAllocator: maximum number of requests reached; "
153 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured.";
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 593 LOG_F(LS_ERROR) << "Unsupported number of channels: " << codec.channels;
600 LOG_F(LS_ERROR) << "Wrong codec params to be registered as receive codec";
608 LOG_F(LS_ERROR) << "Invalid payload type " << codec.pltype << " for "
631 LOG_F(LS_ERROR) << "Unsupported number of channels: " << num_channels;
637 LOG_F(LS_ERROR) << "Invalid payload-type " << rtp_payload_type
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 62 LOG(LS_ERROR) << "Can't register invalid receiver payload type: "
95 LOG(LS_ERROR) << "Payload type already registered: "
312 LOG(LS_ERROR) << "Invalid RTX payload type: " << payload_type;
  /external/webrtc/talk/app/webrtc/
remoteaudiosource.cc 137 LOG(LS_ERROR) << "Can't register sink as the source isn't live.";

Completed in 2125 milliseconds

1 2 3 45 6 7 8