/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioEffects.java | 21 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 …]
|
D | WebRtcAudioRecord.java | 25 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 …]
|
D | WebRtcAudioTrack.java | 23 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 …]
|
D | WebRtcAudioManager.java | 22 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()
|
D | WebRtcAudioUtils.java | 22 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/ |
D | bwe_test_logging.cc | 28 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 …]
|
D | bwe_test_logging.h | 132 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/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoEncoder.java | 41 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 …]
|
D | MediaCodecVideoDecoder.java | 40 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 …]
|
D | PeerConnectionFactory.java | 205 Logging.d(TAG, threadName + " stacks trace:"); in printStackTrace() 207 Logging.d(TAG, stackTrace.toString()); in printStackTrace() 220 Logging.d(TAG, "onWorkerThreadReady"); in onWorkerThreadReady() 225 Logging.d(TAG, "onSignalingThreadReady"); in onSignalingThreadReady()
|
D | CallSessionFileRotatingLogSink.java | 42 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | VideoCapturerAndroid.java | 39 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 …]
|
D | VideoRendererGui.java | 45 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 …]
|
D | CameraEnumerator.java | 33 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()
|
D | SurfaceViewRenderer.java | 40 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 …]
|
D | GlShader.java | 32 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()
|
D | Camera2Enumerator.java | 43 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()
|
D | CameraEnumerationAndroid.java | 38 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);
|
D | EglBase14.java | 40 import org.webrtc.Logging; 59 Logging.d(TAG, "SDK version: " + CURRENT_SDK_VERSION in isEGL14Supported()
|
/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 42 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/ |
D | ViESurfaceRenderer.java | 28 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()
|
D | ViEAndroidGLES20.java | 27 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/autotest/client/site_tests/hardware_ProbeComponents/ |
D | control | 10 TEST_CATEGORY = "Logging"
|
/external/autotest/client/site_tests/power_UiResume/ |
D | control | 11 TEST_CATEGORY = "Logging"
|
/external/autotest/client/site_tests/logging_UdevCrash/ |
D | control | 22 'components': ['Internals>Logging', 'OS>Systems'],
|