HomeSort by relevance Sort by last modified time
    Searched refs:LS_ERROR (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/webrtc/video_engine/
vie_impl.cc 39 LOG(LS_ERROR) << "ViEBase ref count > 0: " << vie_base->GetCount();
45 LOG(LS_ERROR) << "ViECapture ref count > 0: " << vie_capture->GetCount();
52 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount();
59 LOG(LS_ERROR) << "ViEExternalCodec ref count > 0: "
67 LOG(LS_ERROR) << "ViEFile ref count > 0: " << vie_file->GetCount();
74 LOG(LS_ERROR) << "ViEImageProcess ref count > 0: "
81 LOG(LS_ERROR) << "ViENetwork ref count > 0: " << vie_network->GetCount();
87 LOG(LS_ERROR) << "ViERender ref count > 0: " << vie_render->GetCount();
94 LOG(LS_ERROR) << "ViERTP_RTCP ref count > 0: " << vie_rtp_rtcp->GetCount();
vie_render_manager.cc 55 LOG_F(LS_ERROR) << "A render module is already registered for this window.";
70 LOG(LS_ERROR) << "There are still " << n_streams
84 LOG(LS_ERROR) << "Module not registered.";
99 LOG(LS_ERROR) << "Render stream already exists";
136 LOG(LS_ERROR) << "No renderer found for render_id: " << render_id;
  /external/chromium_org/third_party/webrtc/sound/
platformsoundsystemfactory.cc 29 LOG(LS_ERROR) << "Can't initialize platform's sound system";
alsasoundsystem.cc 100 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
110 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
123 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
142 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
166 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
176 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err);
188 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err);
193 LOG(LS_ERROR) << "snd_pcm_close(): " << GetError(err);
300 LOG(LS_ERROR) << "snd_pcm_readi(): " << GetError(read);
305 LOG(LS_ERROR) << "No data?"
    [all...]
pulseaudiosoundsystem.cc 141 LOG(LS_ERROR) << "Can't disconnect stream";
163 LOG(LS_ERROR) << "Can't query latency";
281 LOG(LS_ERROR) << "Did not receive GetVolumeCallback";
341 LOG(LS_ERROR) << "Did not receive GetSourceChannelCountCallback";
356 LOG(LS_ERROR) << "pa_context_set_source_volume_by_index()";
426 LOG(LS_ERROR) << "Can't read data!";
456 LOG(LS_ERROR) << "Can't ack read data";
470 LOG(LS_ERROR) << "Can't read data!";
563 LOG(LS_ERROR) << "Failed to change capture volume";
623 LOG(LS_ERROR) << "Unable to write"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
executablehelpers.h 51 LOG(LS_ERROR) << "Copied length is zero";
55 LOG(LS_ERROR) << "Buffer too small";
70 LOG(LS_ERROR) << "Buffer too small";
80 LOG_ERR(LS_ERROR) << "Error reading link " << proc_exe_link;
84 LOG(LS_ERROR) << "Probably truncated result when reading link "
  /external/chromium_org/third_party/webrtc/base/
posix.cc 49 LOG_ERR(LS_ERROR) << "fork()";
98 LOG_ERR(LS_ERROR) << "Error in waitpid()";
103 LOG(LS_ERROR) << "waitpid() chose wrong child???";
107 LOG(LS_ERROR) << "Intermediate child killed uncleanly"; // Probably crashed
124 LOG(LS_ERROR) << "Failed to daemonize";
unittest_main.cc 34 LOG(LS_ERROR) << "InvalidParameter Handler called. Exiting.";
35 LOG(LS_ERROR) << expression << std::endl << function << std::endl << file
40 LOG(LS_ERROR) << "Purecall Handler called. Exiting.";
44 LOG(LS_ERROR) << "CrtReport Handler called...";
45 LOG(LS_ERROR) << msg;
worker.cc 39 LOG(LS_ERROR) << "Automatically switching threads is not supported";
54 LOG(LS_ERROR) << "Stopping from a different thread is not supported";
latebindingsymboltable.cc 47 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
52 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
90 LOG(LS_ERROR) << "We know there are undefined symbols";
142 LOG(LS_ERROR) << GetDllError();
dbus.cc 155 LOG(LS_ERROR) << "DBus monitoring setup failed.";
178 LOG(LS_ERROR) << "g_idle_source_new() failed.";
195 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
206 LOG(LS_ERROR) << "dbus_connection_add_filter() failed."
222 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
240 LOG(LS_ERROR) << "dbus_g_bus_get_private() unable to get connection.";
244 LOG(LS_ERROR) << "dbus_g_connection_get_connection() returns NULL. "
352 LOG(LS_ERROR) << "g_main_context_new() failed.";
358 LOG(LS_ERROR) << "g_main_loop_new() failed.";
366 LOG(LS_ERROR) << "Failed to create DBus monitoring thread."
    [all...]
cpumonitor.cc 127 LOG_ERR(LS_ERROR) << "open proc/stat failed:";
131 LOG_ERR(LS_ERROR) << "could not disable buffering for proc/stat";
150 LOG(LS_ERROR) << "Inconsistent time values are passed. ignored";
186 LOG(LS_ERROR) << "::GetSystemTimes() failed: " << ::GetLastError();
207 LOG(LS_ERROR) << "NtQuerySystemInformation has unexpected size";
236 LOG(LS_ERROR) << "::host_statistics() failed";
248 LOG(LS_ERROR) << "Invalid handle for proc/stat";
254 LOG_ERR(LS_ERROR) << "Could not read proc/stat file";
265 LOG_ERR(LS_ERROR) << "Could not parse cpu info";
300 LOG(LS_ERROR) << "::GetProcessTimes() failed: " << ::GetLastError()
    [all...]
macutils.cc 82 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")";
165 LOG(LS_ERROR) << "Failed opening Apple Script component";
171 LOG(LS_ERROR) << "Failed creating Apple Script description";
182 LOG(LS_ERROR) << "Error compiling Apple Script";
190 LOG(LS_ERROR) << "Error when executing Apple Script: " << script;
197 LOG(LS_ERROR) << "Script error: " << data;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 45 LOG(LS_ERROR) << "Unable to open file " << filename << " err=" << err;
57 LOG(LS_ERROR) << "File not opened yet";
63 LOG(LS_ERROR) << "Unable to calculate the data size of the frame";
84 LOG(LS_ERROR) << "Failed to write frame header";
93 LOG(LS_ERROR) << "Failed to write frame data";
180 LOG(LS_ERROR) << "The file video capturer is already running";
186 LOG(LS_ERROR) << "Unable to open the file " << filename << " err=" << err;
192 LOG(LS_ERROR) << "Failed to read the first frame header";
198 LOG(LS_ERROR) << "Failed to seek back to beginning of the file";
229 LOG(LS_ERROR) << "The file video capturer is already running"
    [all...]
libudevsymboltable.cc 52 LOG(LS_ERROR) << "libudev.so.0 and libudev.so.1 unsafely point to the"
v4llookup.cc 52 LOG_ERRNO(LS_ERROR) << "VIDIOC_QUERYCAP failed for " << device_path;
55 LOG_ERRNO(LS_ERROR) << "Failed to open " << device_path;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframefactory.cc 40 LOG(LS_ERROR) <<
webrtcvideocapturer.cc 148 LOG(LS_ERROR) << "The capturer is already initialized";
201 LOG(LS_ERROR) << "Failed to find usable formats for id: " << device.id;
207 LOG(LS_ERROR) << "Failed to create capturer for id: " << device.id;
220 LOG(LS_ERROR) << "The capturer is already initialized";
224 LOG(LS_ERROR) << "Invalid VCM supplied";
254 LOG(LS_ERROR) << "The capturer has not been initialized";
261 LOG(LS_ERROR) << "The capturer is already running";
269 LOG(LS_ERROR) << "Invalid capture format specified";
277 LOG(LS_ERROR) << "Camera '" << camera_id << "' failed to start";
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 28 LOG(LS_ERROR) << "CGDisplayRegisterReconfigurationCallback " << err;
41 LOG(LS_ERROR) << "CGDisplayRemoveReconfigurationCallback " << err;
47 LOG_F(LS_ERROR) << "Event wait timed out.";
76 LOG_F(LS_ERROR) << "Event wait timed out.";
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
desktop.cc 25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError();
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
101 LOG(LS_ERROR) << "Failed to retrieve the handle of the desktop assigned to "
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_resampler.cc 47 LOG_FERR3(LS_ERROR, InitializeIfNeeded, in_freq_hz, out_freq_hz,
55 LOG_FERR4(LS_ERROR,
  /external/chromium_org/jingle/glue/
logging_unittest.cc 30 case rtc::LS_ERROR:
31 return "LS_ERROR";
78 LOG_V(rtc::LS_ERROR) << AsString(rtc::LS_ERROR);
90 EXPECT_FALSE(ContainsString(contents_of_file, AsString(rtc::LS_ERROR)));
105 LOG_V(rtc::LS_ERROR) << AsString(rtc::LS_ERROR);
117 EXPECT_TRUE(ContainsString(contents_of_file, AsString(rtc::LS_ERROR)));
136 LOG_V(rtc::LS_ERROR) << AsString(rtc::LS_ERROR);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.cc 45 LOG(LS_ERROR) << "Invalid state for change of RTCP mux offer";
57 LOG(LS_ERROR) << "Invalid state for RTCP mux provisional answer";
87 LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 73 LOG(LS_ERROR) << "UDP bind failed with error "
86 LOG(LS_ERROR) << "TLS support currently is not available.";
98 LOG(LS_ERROR) << "TCP bind failed with error "
131 LOG(LS_ERROR) << "TCP bind failed with error "
170 LOG(LS_ERROR) << "TCP connect failed with error "
  /external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.cc 101 LOG(LS_ERROR) << "Failed to open file.";
113 LOG(LS_ERROR) << "Error writing to file.";
128 LOG(LS_ERROR) << "Error writing to file.";
196 LOG(LS_ERROR) << "Error writing to file.";
201 LOG(LS_ERROR) << "Error writing to file.";

Completed in 263 milliseconds

1 2 3 4 5 6 7 8