Searched refs:LOG (Results 1 - 25 of 1915) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webrtc/webrtc/video/
H A Doveruse_frame_detector.cc129 LOG(LS_WARNING) << "Max size reached, removed oldest frame.";
337 LOG(LS_VERBOSE) << " Frame stats: "
H A Dsend_statistics_proxy.cc255 LOG(LS_ERROR) << "Encoded image outside simulcast range (" << simulcast_idx
H A Dstream_synchronization.cc100 LOG(LS_VERBOSE) << "Audio delay: " << current_audio_delay_ms
196 LOG(LS_VERBOSE) << "Sync video delay " << new_video_delay_ms
H A Dvideo_capture_input.cc101 LOG(LS_WARNING) << "Same/old NTP timestamp ("
H A Dvideo_decoder.cc69 LOG(LS_WARNING) << "Decoder falling back to software decoding.";
73 LOG(LS_ERROR) << "Failed to initialize software-decoder fallback.";
H A Dvideo_encoder.cc66 LOG(LS_ERROR) << "Failed to initialize software-encoder fallback.";
H A Dvideo_receive_stream.cc154 LOG(LS_INFO) << "VideoReceiveStream: " << config_.ToString();
290 LOG(LS_INFO) << "~VideoReceiveStream: " << config_.ToString();
H A Dvideo_send_stream.cc132 LOG(LS_INFO) << "VideoSendStream: " << config_.ToString();
246 LOG(LS_INFO) << "~VideoSendStream: " << config_.ToString();
300 LOG(LS_INFO) << "(Re)configureVideoEncoder: " << config.ToString();
562 LOG(LS_ERROR) << "Failed to set encoder.";
567 LOG(LS_ERROR) << "Failed to set send codec.";
H A Dvie_channel.cc552 LOG(LS_ERROR) << "Invalid send buffer value.";
732 LOG(LS_ERROR) << "Couldn't get RTP state for ssrc: " << ssrc;
1189 LOG(LS_INFO) << "OnInitializeDecoder " << static_cast<int>(payload_type)
H A Dvie_encoder.cc573 LOG(LS_VERBOSE) << "OnNetworkChanged, bitrate" << bitrate_bps
600 LOG(LS_INFO) << "Video suspend state changed " << video_is_suspended
H A Dvie_receiver.cc297 LOG(LS_INFO) << ss.str();
366 LOG(LS_WARNING) << "Multiple RTX headers detected, dropping packet.";
372 LOG(LS_WARNING) << "Incoming RTX packet: Invalid RTP header";
387 LOG(LS_WARNING) << "Failed to get last media payload type.";
398 LOG(LS_WARNING) << "Failed to get payload specifics.";
H A Dvie_sync_module.cc168 LOG(LS_ERROR) << "Error setting voice delay.";
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc559 LOG(LS_ERROR) << "ProcessStream() error: " << err;
1148 LOG(LS_ERROR) << "noise_suppression()->set_level(kDefaultNsMode) failed.";
1152 LOG(LS_ERROR) << "gain_control()->set_mode(kDefaultRxAgcMode) failed.";
H A Dtransmit_mixer.cc1249 LOG(LS_ERROR) << "set_stream_analog_level failed: current_mic_level = "
1263 LOG(LS_ERROR) << "ProcessStream() error: " << err;
H A Dutility.cc55 LOG(LS_ERROR) << "InitializeIfNeeded failed: sample_rate_hz = "
66 LOG(LS_ERROR) << "Resample failed: audio_ptr = " << audio_ptr
H A Dvoe_base_impl.cc331 LOG(LS_ERROR) << "Failed to create AudioProcessing.";
/external/webrtc/talk/app/webrtc/
H A Dandroidvideocapturer.cc138 LOG(LS_INFO) << json_string;
143 LOG(LS_ERROR) << "Failed to parse formats.";
173 LOG(LS_INFO) << " AndroidVideoCapturer::Start " << capture_format.width << "x"
187 LOG(LS_INFO) << " AndroidVideoCapturer::Stop ";
H A Ddatachannel.cc164 LOG(LS_ERROR) << "Failed to initialize the RTP data channel due to "
173 LOG(LS_ERROR) << "Failed to initialize the SCTP data channel due to "
178 LOG(LS_ERROR) <<
355 LOG(LS_WARNING) << "DataChannel received unexpected CONTROL message, "
362 LOG(LS_INFO) << "DataChannel received OPEN_ACK message, sid = "
365 LOG(LS_WARNING) << "DataChannel failed to parse OPEN_ACK message, sid = "
374 LOG(LS_VERBOSE) << "DataChannel received DATA message, sid = " << params.ssrc;
389 LOG(LS_ERROR) << "Queued received data exceeds the max buffer size.";
552 LOG(LS_VERBOSE) << "Sending data as ordered for unordered DataChannel "
582 LOG(LS_ERRO
[all...]
H A Ddtlsidentitystore.cc70 LOG(LS_INFO) << "Generating identity, using keytype " << key_type_;
181 LOG(LS_VERBOSE) << "Using a free DTLS identity.";
226 LOG(LS_VERBOSE) << "A free DTLS identity was saved.";
228 LOG(LS_WARNING) << "Failed to generate DTLS identity (preemptively).";
232 LOG(LS_VERBOSE) << "A DTLS identity is returned to an observer.";
235 LOG(LS_WARNING) << "Failed to generate DTLS identity.";
H A Ddtlsidentitystore_unittest.cc51 LOG(LS_WARNING) << "The string version of OnSuccess is called unexpectedly";
H A Ddtmfsender.cc140 LOG(LS_ERROR) << "InsertDtmf is called with invalid duration or tones gap. "
148 LOG(LS_ERROR)
222 LOG(LS_ERROR) << "The DtmfProvider has been destroyed.";
228 LOG(LS_ERROR) << "The DtmfProvider can no longer send DTMF.";
248 LOG(LS_INFO) << "The Dtmf provider is deleted. Clear the sending queue.";
H A Ddtmfsender_unittest.cc54 LOG(LS_VERBOSE) << "FakeDtmfObserver::OnToneChange '" << tone << "'.";
108 LOG(LS_VERBOSE) << "FakeDtmfProvider::InsertDtmf code=" << code
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc534 LOG(LS_ERROR) << "Wrong color format.";
H A Dandroidvideocapturer_jni.cc65 LOG(LS_INFO) << "AndroidVideoCapturerJni ctor";
70 LOG(LS_INFO) << "AndroidVideoCapturerJni dtor";
79 LOG(LS_INFO) << "AndroidVideoCapturerJni start";
107 LOG(LS_INFO) << "AndroidVideoCapturerJni stop";
119 LOG(LS_INFO) << "AndroidVideoCapturerJni stop done";
129 LOG(LS_WARNING) << method_name << "() called for closed capturer.";
146 LOG(LS_INFO) << "AndroidVideoCapturerJni capture started: " << success;
221 LOG(LS_INFO) << "NativeObserver_nativeCapturerStarted";
229 LOG(LS_INFO) << "NativeObserver_nativeOnOutputFormatRequest";

Completed in 935 milliseconds

1234567891011>>