OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LS_ERROR
(Results
51 - 75
of
195
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/webrtc/video_engine/
vie_network_impl.cc
47
LOG(
LS_ERROR
) << "ViENetwork release too many times";
82
LOG_F(
LS_ERROR
) << "Already sending on channel: " << video_channel;
102
LOG_F(
LS_ERROR
) << "Actively sending on channel: " << video_channel;
vie_input_manager.cc
216
LOG(
LS_ERROR
) << "Capture device not found: " << device_unique_idUTF8;
222
LOG(
LS_ERROR
) << "All capture devices already allocated.";
243
LOG(
LS_ERROR
) << "All capture devices already allocated.";
269
LOG(
LS_ERROR
) << "No such capture device id: " << capture_id;
295
LOG(
LS_ERROR
) << "All capture devices already allocated.";
362
LOG(
LS_ERROR
) << "Capture device doesn't exist " << capture_id << ".";
vie_sync_module.cc
165
LOG(
LS_ERROR
) << "Error setting voice delay.";
174
LOG(
LS_ERROR
) << "voe_sync_interface_ NULL, can't set playout delay.";
vie_codec_impl.cc
168
LOG_F(
LS_ERROR
) << "Receive only channel.";
232
LOG_F(
LS_ERROR
) << "Could not get ssrc.";
240
LOG_F(
LS_ERROR
) << "Could not get ssrc for stream " << idx;
628
LOG_F(
LS_ERROR
) << "Invalid RED configuration.";
639
LOG_F(
LS_ERROR
) << "Invalid ULPFEC configuration.";
649
LOG(
LS_ERROR
) << "Codec type and name mismatch.";
654
LOG(
LS_ERROR
) << "Invalif payload type: " << video_codec.plType;
660
LOG(
LS_ERROR
) << "Invalid codec resolution " << video_codec.width
666
LOG(
LS_ERROR
) << "Invalid start bitrate.";
670
LOG(
LS_ERROR
) << "Invalid min bitrate."
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoCapturer.mm
49
LOG(
LS_ERROR
) << "GetVideoCaptureDevice failed";
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc
125
LOG(
LS_ERROR
) << kInvalidSdp;
162
LOG(
LS_ERROR
) << kInvalidSdp;
167
LOG(
LS_ERROR
) << "Session description must have ice ufrag and pwd.";
204
LOG(
LS_ERROR
) << "Audio not used in this call";
263
LOG(
LS_ERROR
) << desc.str();
896
LOG(
LS_ERROR
) << "ProcessIceMessage: ICE candidates can't be added
[
all
...]
datachannel.cc
126
LOG(
LS_ERROR
) << "Failed to initialize the RTP data channel due to "
133
LOG(
LS_ERROR
) << "Failed to initialize the SCTP data channel due to "
138
LOG(
LS_ERROR
) <<
334
LOG(
LS_ERROR
) << "Queued received data exceeds the max buffer size.";
499
LOG(
LS_ERROR
) << "Closing the DataChannel due to a failure to send data, "
509
LOG(
LS_ERROR
) << "Can't buffer any more data for the data channel.";
561
LOG(
LS_ERROR
) << "Closing the DataChannel due to a failure to send"
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.cc
110
LOG(
LS_ERROR
) << "Yuv Frame Generator is already running";
124
LOG(
LS_ERROR
) << "Yuv Frame Generator failed to start";
/external/chromium_org/third_party/webrtc/base/
win32window.cc
44
LOG_GLE(
LS_ERROR
) << "GetModuleHandleEx failed";
57
LOG_GLE(
LS_ERROR
) << "RegisterClassEx failed";
diskcache_win32.cc
70
LOG_F(
LS_ERROR
) << "Couldn't delete cache files";
linux.cc
242
LOG(
LS_ERROR
) << "Error when reading from stream";
244
LOG(
LS_ERROR
) << "Incorrect number of lines in stream";
275
LOG_ERR(
LS_ERROR
) << "Can't run lsb_release";
323
LOG_ERR(
LS_ERROR
) << "Can't call uname()";
macsocketserver.cc
266
LOG_E(
LS_ERROR
, OS, result) << "SendEventToEventTarget";
296
LOG_E(
LS_ERROR
, OS, result) << "PostEventToQueue";
347
LOG(
LS_ERROR
) << "Failed setting next fire time.";
372
LOG_E(
LS_ERROR
, OS, result) << "PostEventToQueue";
macwindowpicker.cc
53
LOG(
LS_ERROR
) << "Could not load CoreGraphics";
165
LOG(
LS_ERROR
) << "Failed getting process for pid";
170
LOG(
LS_ERROR
) << "Failed setting process to front";
188
LOG_E(
LS_ERROR
, OS, err) << "Failed to enumerate the active displays.";
safe_conversions.h
26
LOG(
LS_ERROR
) << "CHECK failed.";
thread.cc
261
LOG(
LS_ERROR
) << "pthread_attr_setschedpolicy";
265
LOG(
LS_ERROR
) << "pthread_attr_getschedparam";
275
LOG(
LS_ERROR
) << "pthread_attr_setschedparam";
284
LOG(
LS_ERROR
) << "Unable to create pthread, error " << error_code;
302
LOG_GLE(
LS_ERROR
) << "When unwrapping thread, failed to close handle.";
583
LOG_GLE(
LS_ERROR
) << "Unable to get handle to thread.";
619
LOG(
LS_ERROR
) << "CoInitialize failed, hr=" << hr;
opensslidentity.cc
137
LOG(
LS_ERROR
) << prefix << ": " << error_buf << "\n";
163
LOG_F(
LS_ERROR
) << "Failed to allocate temporary memory bio";
327
LOG(
LS_ERROR
) << "Failed to create OpenSSLCertificate from PEM string.";
333
LOG(
LS_ERROR
) << "Failed to create a new BIO buffer.";
342
LOG(
LS_ERROR
) << "Failed to create the private key from PEM string.";
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc
76
LOG(
LS_ERROR
) << "Failed to create depacketizer.";
103
LOG(
LS_ERROR
) << "Failed to created decoder for payload type: "
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
pingtask.cc
43
LOG(
LS_ERROR
) << "ping_period_millis should be >= ping_timeout_millis";
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor.cc
117
LOG_F(
LS_ERROR
) << "Unable to get cursor icon info. Error = "
133
LOG_F(
LS_ERROR
) << "Unable to get bitmap info. Error = "
161
LOG_F(
LS_ERROR
) << "Unable to get bitmap bits. Error = "
181
LOG_F(
LS_ERROR
) << "Unable to get bitmap bits. Error = "
/external/chromium_org/third_party/webrtc/system_wrappers/source/
logging_unittest.cc
83
LOG_FERR2(
LS_ERROR
, Foo, bar, baz);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc
141
LOG(
LS_ERROR
) << __FUNCTION__;
170
LOG(
LS_ERROR
) << "Failed to serialize candidate";
223
LOG(
LS_ERROR
) << "Failed to initialize our PeerConnection instance";
338
LOG(
LS_ERROR
) << "Can't create device manager";
343
LOG(
LS_ERROR
) << "Can't enumerate video devices";
377
LOG(
LS_ERROR
) << "Adding stream to PeerConnection failed";
431
LOG(
LS_ERROR
) << "SendToPeer failed";
/external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc
219
LOG(
LS_ERROR
) << "RestartVideoCapture: video_capturer is not registered.";
224
LOG(
LS_ERROR
) << "RestartVideoCapture: unable to start video capture with "
230
LOG(
LS_ERROR
) << "RestartVideoCapture: unable to stop video capture with "
248
LOG(
LS_ERROR
) << "RestartVideoCapture: Restart failed.";
262
LOG(
LS_ERROR
) << "Unknown/unimplemented RestartOption";
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc
48
LOG(
LS_ERROR
) << "Call to unimplemented function " << __FUNCTION__; \
143
LOG(
LS_ERROR
) << "RTP extensions are with incorrect or duplicate ids.";
174
LOG(
LS_ERROR
) << "Unsupported number of streams: " << num_streams;
319
LOG(
LS_ERROR
) << "Failed to start CPU monitor.";
342
LOG(
LS_ERROR
) << "SetDefaultEncoderConfig, codec not supported:"
647
LOG(
LS_ERROR
) << "RGB type not supported: " << to_fourcc;
750
LOG(
LS_ERROR
) << "Setting codecs without a video codec is invalid: "
781
LOG(
LS_ERROR
) << "SetRecvCodecs called without video codec payloads.";
789
LOG(
LS_ERROR
) << "SetRecvCodecs called with unsupported codec: '"
817
LOG(
LS_ERROR
) << "No video codecs supported by encoder factory."
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport.cc
66
LOG(
LS_ERROR
) << "Binding response missing mapped address.";
69
LOG(
LS_ERROR
) << "Binding address has bad family";
87
LOG(
LS_ERROR
) << "Bad allocate response error code";
89
LOG(
LS_ERROR
) << "Binding error response:"
106
LOG(
LS_ERROR
) << "Binding request timed out from "
271
LOG_J(
LS_ERROR
, this) << "UDP send of " << size
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc
168
LOG(
LS_ERROR
) << "Unable to get the root window";
175
LOG(
LS_ERROR
) << "Unable to get graphics context";
195
LOG(
LS_ERROR
) << "Failed to initialize pixel buffer.";
236
LOG(
LS_ERROR
) << "Unable to initialize XDamage.";
244
LOG(
LS_ERROR
) << "Unable to create XFixes region.";
460
LOG(
LS_ERROR
) << "Failed to initialize pixel buffer after screen "
Completed in 3303 milliseconds
1
2
3
4
5
6
7
8