Searched refs:LOG (Results 226 - 250 of 2400) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender.cc134 LOG(LS_ERROR) << "Failed to initialize the encoder with payload name "
370 LOG(LS_ERROR) << "Failed to encode frame. Error code: " << ret;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Ddeflickering.cc111 LOG(LS_ERROR) << "Invalid frame size.";
151 LOG(LS_ERROR) << "Subsampled number of pixels too large.";
H A Dvideo_processing_impl.cc85 LOG(LS_ERROR) << "Zero size frame.";
117 LOG(LS_WARNING) << "Invalid frame stats.";
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h52 // LOG(LS_ERROR) << "LibraryFunc returned: "
190 #undef LOG macro
191 #define LOG(sev) DIAGNOSTIC_LOG(rtc::sev, NONE, 0) macro
195 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
197 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc100 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
110 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
117 LOG(LS_WARNING) << "Timeout while waiting on stream";
123 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
129 LOG(LS_WARNING) << "Spurious wake-up";
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_ERRO
[all...]
H A Dautomaticallychosensoundsystem.h62 LOG(LS_ERROR) << "Failed to find a usable sound system";
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
H A Dnullsoundsystem.cc78 LOG(LS_VERBOSE) << "Got " << size << " bytes of playback samples";
H A Dplatformsoundsystemfactory.cc29 LOG(LS_ERROR) << "Can't initialize platform's sound system";
H A Dpulseaudiosoundsystem.cc79 LOG(LS_VERBOSE) << "Configuring latency = " << attr->tlength << ", minreq = "
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!";
494 LOG(LS_WARNIN
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h22 // LOG(...) an ostream target that can be used to send formatted
29 // There are several variations on the LOG macro which facilitate logging
32 // LOG(sev) logs the given stream at severity "sev", which must be a
35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
94 #ifndef LOG
123 #define LOG(sev) \ macro
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
147 #define LOG_FERR0(sev, func) LOG(se
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogcat_trace_context.cc39 LOG(LS_ERROR) << "Unexpected log level" << webrtc_level;
H A Dlogging_unittest.cc70 LOG(LS_WARNING) << msg;
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_receive_stream.cc105 LOG(LS_ERROR) << "Could not set ULPFEC codec. This shouldn't happen.";
116 LOG(LS_ERROR) << "Could not set RED codec. This shouldn't happen.";
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc549 LOG(LS_VERBOSE) << " Frame stats: capture avg: " << capture_deltas_.Mean()
H A Dstream_synchronization.cc99 LOG(LS_VERBOSE) << "Audio delay: " << current_audio_delay_ms
195 LOG(LS_VERBOSE) << "Sync video delay " << new_video_delay_ms
H A Dvie_base_impl.cc52 LOG(LS_WARNING) << "ViEBase released too many times.";
167 LOG(LS_INFO) << "Video channel created: " << video_channel;
205 LOG(LS_INFO) << "Channel deleted " << video_channel;
H A Dvie_capture_impl.cc51 LOG(LS_WARNING) << "ViECapture released too many times.";
83 LOG(LS_INFO) << "AllocateCaptureDevice " << unique_idUTF8;
106 LOG(LS_INFO) << "External capture device allocated: " << capture_id;
118 LOG(LS_INFO) << "External capture device, by module, allocated: "
125 LOG(LS_INFO) << "ReleaseCaptureDevice " << capture_id;
139 LOG(LS_INFO) << "Connect capture id " << capture_id
152 LOG(LS_ERROR) << "Channel doesn't exist.";
157 LOG(LS_ERROR) << "Can't connect capture device to a receive device.";
163 LOG(LS_ERROR) << "Channel already connected to capture device.";
181 LOG(LS_INF
[all...]
H A Dvie_capturer.cc363 LOG(LS_INFO) << "Capture delayed change to " << delay
589 LOG(LS_WARNING) << "OnNoPictureAlarm " << id;
H A Dvie_channel.cc664 LOG(LS_ERROR) << "Invalid send buffer value.";
685 LOG(LS_ERROR) << "Invalid receive buffer delay value.";
816 LOG(LS_ERROR) << "No ViECodecObserver set.";
933 LOG(LS_ERROR) << "Couldn't get RTP state for ssrc: " << ssrc;
991 LOG(LS_ERROR) << "Invalid input length.";
1273 LOG(LS_ERROR) << "No transport set.";
1623 LOG(LS_ERROR) << "Could not start decode thread.";
1665 LOG(LS_ERROR) << "Effect filter already registered.";
1708 LOG(LS_INFO) << "OnInitializeDecoder " << payload_type << " "
H A Dvie_channel_group.cc111 LOG(LS_INFO) <<
122 LOG(LS_INFO) << "WrappingBitrateEstimator: Switching to transmission "
H A Dvie_channel_manager.cc271 LOG(LS_VERBOSE) << "ViEEncoder deleted for channel " << channel_id;
278 LOG(LS_VERBOSE) << "Channel group deleted for channel " << channel_id;
281 LOG(LS_VERBOSE) << "Channel deleted " << channel_id;
472 LOG(LS_ERROR) << "Channel doesn't exist " << channel_id;
497 LOG(LS_ERROR) << "Max number of channels reached.";
H A Dvie_codec_impl.cc31 LOG(LS_INFO) << "CodecType " << codec.codecType
43 LOG(LS_INFO) << "VP8 specific settings";
44 LOG(LS_INFO) << "pictureLossIndicationOn "
58 LOG(LS_INFO) << "Stream " << codec.simulcastStream[idx].width
60 LOG(LS_INFO) << "Temporal layers "
73 LOG(LS_INFO) << "H264 specific settings";
74 LOG(LS_INFO) << "profile: "
104 LOG(LS_INFO) << "ViECodec::Release.";
110 LOG(LS_WARNING) << "ViECodec released too many times.";
150 LOG(LS_INF
[all...]
H A Dvie_encoder.cc290 LOG(LS_WARNING) << "Failed to get the current encoder target bitrate.";
315 LOG(LS_INFO) << "De-registered the currently used external encoder ("
836 LOG(LS_VERBOSE) << "OnNetworkChanged, bitrate" << bitrate_bps
899 LOG(LS_INFO) << "Video suspended " << video_is_suspended
H A Dvie_external_codec_impl.cc45 LOG(LS_WARNING) << "ViEExternalCodec released too many times.";
64 LOG(LS_INFO) << "Register external encoder for channel " << video_channel
84 LOG(LS_INFO) << "Deregister external encoder for channel " << video_channel;
106 LOG(LS_INFO) << "Register exrernal decoder for channel " << video_channel
129 LOG(LS_INFO) << "DeRegisterExternalReceiveCodec for channel " << video_channel
H A Dvie_frame_provider_base.cc82 LOG(LS_WARNING) << "Too long time delivering frame " << process_time;

Completed in 290 milliseconds

1234567891011>>