Home
last modified time | relevance | path

Searched refs:Logging (Results 1 – 25 of 164) sorted by relevance

1234567

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioEffects.java21 import org.webrtc.Logging;
94 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AEC usage!"); in isAcousticEchoCancelerBlacklisted()
105 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AGC usage!"); in isAutomaticGainControlBlacklisted()
116 Logging.w(TAG, Build.MODEL + " is blacklisted for HW NS usage!"); in isNoiseSuppressorBlacklisted()
169 Logging.d(TAG, "canUseAcousticEchoCanceler: " in canUseAcousticEchoCanceler()
184 Logging.d(TAG, "canUseAutomaticGainControl: " in canUseAutomaticGainControl()
199 Logging.d(TAG, "canUseNoiseSuppressor: " + canUseNoiseSuppressor); in canUseNoiseSuppressor()
207 Logging.w(TAG, "API level 16 or higher is required!"); in create()
214 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioEffects()
222 Logging.d(TAG, "setAEC(" + enable + ")"); in setAEC()
[all …]
DWebRtcAudioRecord.java25 import org.webrtc.Logging;
73 Logging.d(TAG, "AudioRecordThread" + WebRtcAudioUtils.getThreadInfo()); in run()
83 Logging.e(TAG,"AudioRecord.read failed: " + bytesRead); in run()
93 Logging.d(TAG, "bytesRead[" + durationInMs + "] " + bytesRead); in run()
100 Logging.e(TAG,"AudioRecord.stop failed: " + e.getMessage()); in run()
117 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioRecord()
127 Logging.d(TAG, "enableBuiltInAEC(" + enable + ')'); in enableBuiltInAEC()
129 Logging.e(TAG,"Built-in AEC is not supported on this platform"); in enableBuiltInAEC()
136 Logging.d(TAG, "enableBuiltInAGC(" + enable + ')'); in enableBuiltInAGC()
138 Logging.e(TAG,"Built-in AGC is not supported on this platform"); in enableBuiltInAGC()
[all …]
DWebRtcAudioTrack.java23 import org.webrtc.Logging;
65 Logging.d(TAG, "AudioTrackThread" + WebRtcAudioUtils.getThreadInfo()); in run()
75 Logging.e(TAG, "AudioTrack.play failed: " + e.getMessage()); in run()
99 Logging.e(TAG, "AudioTrack.write failed: " + bytesWritten); in run()
117 Logging.e(TAG, "AudioTrack.stop failed: " + e.getMessage()); in run()
145 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioTrack()
156 Logging.d(TAG, "initPlayout(sampleRate=" + sampleRate + ", channels=" in initPlayout()
161 Logging.d(TAG, "byteBuffer.capacity: " + byteBuffer.capacity()); in initPlayout()
175 Logging.d(TAG, "AudioTrack.getMinBufferSize: " + minBufferSizeInBytes); in initPlayout()
193 Logging.d(TAG, e.getMessage()); in initPlayout()
[all …]
DWebRtcAudioManager.java22 import org.webrtc.Logging;
90 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioManager()
106 Logging.d(TAG, "init" + WebRtcAudioUtils.getThreadInfo()); in init()
110 Logging.d(TAG, "audio mode is: " + AUDIO_MODES[audioManager.getMode()]); in init()
116 Logging.d(TAG, "dispose" + WebRtcAudioUtils.getThreadInfo()); in dispose()
131 Logging.e(TAG, Build.MODEL + " is blacklisted for OpenSL ES usage!"); in isDeviceBlacklistedForOpenSLESUsage()
180 Logging.d(TAG, "Running emulator, overriding sample rate to 8 kHz."); in getNativeOutputSampleRate()
186 Logging.d(TAG, "Default sample rate is overriden to " + in getNativeOutputSampleRate()
198 Logging.d(TAG, "Sample rate is set to " + sampleRateHz + " Hz"); in getNativeOutputSampleRate()
DWebRtcAudioUtils.java22 import org.webrtc.Logging;
87 Logging.w(TAG, "Overriding default behavior; now using WebRTC AEC!"); in useWebRtcBasedAcousticEchoCanceler()
93 Logging.w(TAG, "Overriding default behavior; now using WebRTC AGC!"); in useWebRtcBasedAutomaticGainControl()
99 Logging.w(TAG, "Overriding default behavior; now using WebRTC NS!"); in useWebRtcBasedNoiseSuppressor()
184 Logging.d(tag, "Android SDK: " + Build.VERSION.SDK_INT + ", " in logDeviceInfo()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc28 Logging Logging::g_Logging;
36 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { in Context()
37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); in Context()
40 Logging::Context::Context(const std::string& name, int64_t timestamp_ms, in Context()
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
45 Logging::Context::Context(const char* name, int64_t timestamp_ms, in Context()
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
50 Logging::Context::~Context() { in ~Context()
51 Logging::GetInstance()->PopState(); in ~Context()
54 Logging* Logging::GetInstance() { in GetInstance()
[all …]
Dbwe_test_logging.h132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
137 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
142 webrtc::testing::bwe::Logging::Context \
157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
167 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
172 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
178 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
186 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value); \
193 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value, \
[all …]
/external/tensorflow/tensorflow/core/platform/s3/
Daws_logging.cc28 AWSLogSystem::AWSLogSystem(Aws::Utils::Logging::LogLevel log_level) in AWSLogSystem()
31 void AWSLogSystem::Log(Aws::Utils::Logging::LogLevel log_level, const char* tag, in Log()
43 void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level, in LogStream()
49 void AWSLogSystem::LogMessage(Aws::Utils::Logging::LogLevel log_level, in LogMessage()
53 case Aws::Utils::Logging::LogLevel::Info: in LogMessage()
56 case Aws::Utils::Logging::LogLevel::Warn: in LogMessage()
59 case Aws::Utils::Logging::LogLevel::Error: in LogMessage()
62 case Aws::Utils::Logging::LogLevel::Fatal: in LogMessage()
92 Aws::Utils::Logging::LogLevel ParseLogLevelFromEnv() { in ParseLogLevelFromEnv()
93 Aws::Utils::Logging::LogLevel log_level = Aws::Utils::Logging::LogLevel::Info; in ParseLogLevelFromEnv()
[all …]
Daws_logging.h28 class AWSLogSystem : public Aws::Utils::Logging::LogSystemInterface {
33 explicit AWSLogSystem(Aws::Utils::Logging::LogLevel log_level);
37 virtual Aws::Utils::Logging::LogLevel GetLogLevel(void) const override { in GetLogLevel()
42 void SetLogLevel(Aws::Utils::Logging::LogLevel log_level) { in SetLogLevel()
50 virtual void Log(Aws::Utils::Logging::LogLevel log_level, const char* tag,
54 virtual void LogStream(Aws::Utils::Logging::LogLevel log_level,
59 void LogMessage(Aws::Utils::Logging::LogLevel log_level,
61 std::atomic<Aws::Utils::Logging::LogLevel> log_level_;
/external/libchrome/ipc/
Dipc_logging.cc44 LogFunctionMap* Logging::log_function_map_;
46 Logging::Logging() in Logging() function in IPC::Logging
79 Logging::~Logging() { in ~Logging()
82 Logging* Logging::GetInstance() { in GetInstance()
83 return base::Singleton<Logging>::get(); in GetInstance()
86 void Logging::SetConsumer(Consumer* consumer) { in SetConsumer()
90 void Logging::Enable() { in Enable()
94 void Logging::Disable() { in Disable()
98 void Logging::OnSendLogs() { in OnSendLogs()
110 void Logging::SetIPCSender(IPC::Sender* sender) { in SetIPCSender()
[all …]
Dipc_logging.h38 class COMPONENT_EXPORT(IPC) Logging { in COMPONENT_EXPORT()
51 ~Logging(); in COMPONENT_EXPORT()
52 static Logging* GetInstance(); in COMPONENT_EXPORT()
103 friend struct base::DefaultSingletonTraits<Logging>; in COMPONENT_EXPORT()
104 Logging(); in COMPONENT_EXPORT()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java41 import org.webrtc.Logging;
137 Logging.d(TAG, "Set error callback"); in setErrorCallback()
163 Logging.w(TAG, "Model: " + Build.MODEL + " has black listed H.264 encoder."); in findHwEncoder()
183 Logging.v(TAG, "Found candidate encoder " + name); in findHwEncoder()
199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findHwEncoder()
206 Logging.d(TAG, "Found target encoder for mime " + mime + " : " + name + in findHwEncoder()
255 Logging.d(TAG, "MediaCodecVideoEncoder stacks trace:"); in printStackTrace()
257 Logging.d(TAG, stackTrace.toString()); in printStackTrace()
276 Logging.d(TAG, "Java initEncode: " + type + " : " + width + " x " + height + in initEncode()
308 Logging.d(TAG, "Color format: " + colorFormat); in initEncode()
[all …]
DMediaCodecVideoDecoder.java40 import org.webrtc.Logging;
128 Logging.d(TAG, "Set error callback"); in setErrorCallback()
147 Logging.d(TAG, "Trying to find HW decoder for mime " + mime); in findDecoder()
163 Logging.d(TAG, "Found candidate decoder " + name); in findDecoder()
181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findDecoder()
187 Logging.d(TAG, "Found target decoder " + name + in findDecoder()
194 Logging.d(TAG, "No HW decoder found for mime " + mime); in findDecoder()
214 Logging.d(TAG, "MediaCodecVideoDecoder stacks trace:"); in printStackTrace()
216 Logging.d(TAG, stackTrace.toString()); in printStackTrace()
255 Logging.d(TAG, "Java initDecode: " + type + " : "+ width + " x " + height + in initDecode()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java39 import org.webrtc.Logging;
120 Logging.e(TAG, errorMessage);
136 Logging.d(TAG, "Camera fps: " + cameraFps +".");
141 Logging.e(TAG, "Camera freezed.");
228 Logging.d(TAG, "VideoCapturerAndroid stacks trace:"); in printStackTrace()
230 Logging.d(TAG, stackTrace.toString()); in printStackTrace()
249 Logging.w(TAG, "Ignoring camera switch request."); in switchCamera()
340 Logging.d(TAG, "VideoCapturerAndroid isCapturingToTexture : " + isCapturingToTexture); in VideoCapturerAndroid()
352 Logging.d(TAG, "lookupDeviceName: " + deviceName); in lookupDeviceName()
370 Logging.d(TAG, "release"); in release()
[all …]
DVideoRendererGui.java45 import org.webrtc.Logging;
161 Logging.d(TAG, "YuvImageRenderer.Create id: " + id); in YuvImageRenderer()
188 Logging.d(TAG, " YuvImageRenderer.createTextures " + id + " on GL thread:" + in createTextures()
211 Logging.d(TAG, "ID: " + id + ". AdjustTextureCoords. Allowed display size: " in updateLayoutMatrix()
222 Logging.d(TAG, " Adjusted display size: " + displayLayout.width() + " x " in updateLayoutMatrix()
227 Logging.d(TAG, " AdjustTextureCoords done"); in updateLayoutMatrix()
301 Logging.d(TAG, "ID: " + id + ". Type: " + rendererType + in logStatistics()
305 Logging.d(TAG, "Duration: " + (int)(timeSinceFirstFrameNs / 1e6) + in logStatistics()
307 Logging.d(TAG, "Draw time: " + in logStatistics()
318 Logging.d(TAG, "ID: " + id + ". YuvImageRenderer.setScreenSize: " + in setScreenSize()
[all …]
DCameraEnumerator.java33 import org.webrtc.Logging;
60 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
65 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
69 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
93 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
97 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
DSurfaceViewRenderer.java40 import org.webrtc.Logging;
173 Logging.d(TAG, getResourceName() + "Initializing."); in init()
214 Logging.d(TAG, getResourceName() + "Already released"); in release()
301 Logging.d(TAG, getResourceName() in renderFrame()
374 Logging.d(TAG, getResourceName() + "Surface created."); in surfaceCreated()
383 Logging.d(TAG, getResourceName() + "Surface destroyed."); in surfaceDestroyed()
398 Logging.d(TAG, getResourceName() + "Surface changed: " + width + "x" + height); in surfaceChanged()
467 Logging.d(TAG, getResourceName() + "No surface to draw on"); in renderFrameOnRenderThread()
520 Logging.d(TAG, getResourceName() + "Reporting first rendered frame."); in renderFrameOnRenderThread()
550 Logging.d(TAG, getResourceName() + "Reporting frame resolution changed to " in updateFrameDimensionsAndReportEvents()
[all …]
DGlShader.java32 import org.webrtc.Logging;
49 Logging.e(TAG, "Could not compile shader " + shaderType + ":" + in compileShader()
76 Logging.e(TAG, "Could not link program: " + in GlShader()
128 Logging.d(TAG, "Deleting shader."); in release()
DCamera2Enumerator.java43 import org.webrtc.Logging;
75 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
82 Logging.e(TAG, "getCameraCharacteristics(): " + ex); in getSupportedFormats()
117 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
DCameraEnumerationAndroid.java38 import org.webrtc.Logging;
136 Logging.e(TAG, "getCameraInfo failed on index " + index,e); in getDeviceName()
168 Logging.d(TAG, "Supported formats for camera " + id + ": " in getSupportedFormatsAsJson()
188 Logging.w(TAG, "No supported preview fps range"); in getFramerateRange()
222 Logging.e(TAG, "getCameraInfo() failed on index " + i, e);
/external/grpc-grpc/src/ruby/spec/
Dspec_helper.rb43 extend Logging.globally
45 Logging.logger.root.appenders = Logging.appenders.stdout
46 Logging.logger.root.level = :info
47 Logging.logger['GRPC'].level = :info
48 Logging.logger['GRPC::ActiveCall'].level = :info
49 Logging.logger['GRPC::BidiCall'].level = :info
/external/clang/tools/libclang/
DARCMigrate.cpp42 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappings()
45 if (Logging) in clang_getRemappings()
51 if (Logging) { in clang_getRemappings()
65 if (Logging) { in clang_getRemappings()
85 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappingsFromFileList()
90 if (Logging) in clang_getRemappingsFromFileList()
97 if (Logging) in clang_getRemappingsFromFileList()
110 if (Logging) { in clang_getRemappingsFromFileList()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java28 import org.webrtc.Logging;
62 Logging.d(TAG, "ViESurfaceRender::surfaceChanged"); in surfaceChanged()
66 Logging.d(TAG, "ViESurfaceRender::surfaceChanged" + in surfaceChanged()
84 Logging.d(TAG, "ViESurfaceRender::surfaceCreated" + in surfaceCreated()
103 Logging.d(TAG, "ViESurfaceRenderer::surfaceDestroyed"); in surfaceDestroyed()
109 Logging.d(TAG, "CreateByteBitmap " + width + ":" + height); in CreateBitmap()
127 Logging.d(TAG, "CreateByteBuffer " + width + ":" + height); in CreateByteBuffer()
137 Logging.d(TAG, "SetCoordinates " + left + "," + top + ":" + in SetCoordinates()
DViEAndroidGLES20.java27 import org.webrtc.Logging;
89 Logging.w(TAG, "creating OpenGL ES 2.0 context"); in createContext()
106 Logging.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error)); in checkEglError()
197 Logging.w(TAG, String.format("%d configurations", numConfigs)); in printConfigs()
199 Logging.w(TAG, String.format("Configuration %d:\n", i)); in printConfigs()
281 Logging.w(TAG, String.format(" %s: %d\n", name, value[0])); in printConfig()
/external/catch2/docs/
Dlist-of-examples.md31 - Logging: [CAPTURE - Capture expression](../examples/140-Log-Capture.cpp)
32 - Logging: [INFO - Provide information with failure](../examples/150-Log-Info.cpp)
33 - Logging: [WARN - Issue warning](../examples/160-Log-Warn.cpp)
34 - Logging: [FAIL, FAIL_CHECK - Issue message and force failure/continue](../examples/170-Log-Fail.c…
35 - Logging: [SUCCEED - Issue message and continue](../examples/180-Log-Succeed.cpp)

1234567