/external/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | NDKExtractor.cpp | 29 LOGD("Using NDK decoder"); in decode() 50 LOGD("Source sample rate %d", sampleRate); in decode() 65 LOGD("Got channel count %d", channelCount); in decode() 78 LOGD("Output format %s", formatStr); in decode() 82 LOGD("Got mime type %s", mimeType); in decode() 135 LOGD("End of extractor data stream"); in decode() 155 LOGD("Reached end of decoding stream"); in decode() 178 LOGD("dequeueOutputBuffer: try again later"); in decode() 181 LOGD("dequeueOutputBuffer: output buffers changed"); in decode() 184 LOGD("dequeueOutputBuffer: output outputFormat changed"); in decode() [all …]
|
D | FFMpegExtractor.cpp | 205 LOGD("Channel layout %d", outChannelLayout); in decode() 236 LOGD("Bytes per sample %d", bytesPerSample); in decode() 238 LOGD("DECODE START"); in decode() 298 LOGD("DECODE END"); in decode() 308 LOGD("Stream properties"); in printCodecParameters() 309 LOGD("Channels: %d", params->channels); in printCodecParameters() 310 LOGD("Channel layout: %" PRId64, params->channel_layout); in printCodecParameters() 311 LOGD("Sample rate: %d", params->sample_rate); in printCodecParameters() 312 LOGD("Format: %s", av_get_sample_fmt_name((AVSampleFormat)params->format)); in printCodecParameters() 313 LOGD("Frame size: %d", params->frame_size); in printCodecParameters()
|
D | AAssetDataSource.cpp | 48 LOGD("Opened %s, size %ld", filename, assetSize); in newFromCompressedAsset()
|
/external/walt/android/WALT/app/src/main/jni/ |
D | sync_clock.c | 36 #define LOGD(...) __android_log_print(ANDROID_LOG_VERBOSE, "ClockSyncNative", __VA_ARGS__) macro 38 #define LOGD(...) printf(__VA_ARGS__) macro 173 LOGD("Error, bad reply for R%d: %s", i+1, clk->buffer); in read_remote_timestamps() 194 LOGD("Sent a 'Z', reply '%c' in %d us\n", clk->buffer[0], clk->maxE); in zero_remote() 245 LOGD("E is between %d and %d us, sleep_time=%d\n", clk->minE, clk->maxE, sleep_time); in improve_minE() 266 LOGD("Error, bad incoming digit: %s\n", clk->buffer); in improve_maxE() 290 LOGD("E is between %d and %d us\n", clk->minE, clk->maxE); in improve_maxE() 324 LOGD("Base time shifted for zero minE\n"); in sync_clocks()
|
/external/oboe/samples/shared/ |
D | DefaultDataCallback.h | 88 LOGD("Thread affinity enabled: %s", (isEnabled) ? "true" : "false"); in setThreadAffinityEnabled() 110 LOGD("Binding to current CPU ID %d", current_cpu_id); in setThreadAffinity() 113 LOGD("Binding to %d CPU IDs", static_cast<int>(mCpuIds.size())); in setThreadAffinity() 116 LOGD("CPU ID %d added to cores set", cpu_id); in setThreadAffinity()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/unused/ |
D | unused.h | 92 LOGD("ERROR: filter should return 0.0 before impulse response\n"); 98 LOGD("ERROR: filter should return impulse response\n"); 104 LOGD("ERROR: filter should return 0.0 after impulse response\n");
|
/external/oboe/src/opensles/ |
D | AudioInputStreamOpenSLES.cpp | 160 LOGD("OpenSL ES does not support InputPreset::VoicePerformance. Use VoiceRecognition."); in open() 171 … LOGD("Setting InputPreset %d failed. Using VoiceRecognition instead.", getInputPreset()); in open() 222 LOGD("AudioInputStreamOpenSLES::%s()", __func__); in close() 237 LOGD("AudioInputStreamOpenSLES::%s(%u)", __func__, newState); in setRecordState_l() 255 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStart() 299 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStop()
|
D | AudioOutputStreamOpenSLES.cpp | 246 LOGD("AudioOutputStreamOpenSLES::%s()", __func__); in close() 262 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in setPlayState_l() 279 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestStart() 317 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestPause() 359 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestFlush_l() 378 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestStop()
|
D | AudioStreamOpenSLES.cpp | 97 LOGD("AudioStreamOpenSLES:%s(%d) initial mFramesPerBurst = %d, mFramesPerCallback = %d", in configureBufferSizes() 118 LOGD("AudioStreamOpenSLES:%s() NOT low latency, set mFramesPerBurst = %d", in configureBufferSizes() 123 LOGD("AudioStreamOpenSLES:%s(%d) final mFramesPerBurst = %d, mFramesPerCallback = %d", in configureBufferSizes() 322 LOGD("Oboe callback returned Stop"); in processBufferCallback()
|
/external/oboe/samples/MegaDrone/src/main/cpp/ |
D | native-lib.cpp | 49 LOGD("cpu ids size: %d", static_cast<int>(cpuIds.size())); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine() 57 LOGD("Engine Started"); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine() 70 LOGD("Engine invalid, call startEngine() to create"); in Java_com_google_oboe_samples_megadrone_MainActivity_stopEngine()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | time_log.h | 116 LOGD("%32s: %6.3fms %6.4fms", this_time->id, curr_time, avg_time); in PrintTimeLog() 123 LOGD("TOTAL TIME: %6.3fms %6.4fms\n", in PrintTimeLog() 125 LOGD(" "); in PrintTimeLog()
|
D | logging.h | 102 #define LOGD(...) macro 114 #define LOGD(...) macro
|
D | tracked_object.cc | 95 LOGD("Tracked match score is way too low (%.6f), aborting track.", in UpdatePosition()
|
/external/oboe/src/common/ |
D | OboeDebug.h | 35 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 38 #define LOGD(...) macro
|
D | AudioStream.cpp | 46 LOGD("AudioStream::%s() scheduler = %s", __func__, in checkScheduler()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | android_debug.h | 25 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 34 #define LOGD(...) macro
|
D | OboeTesterStreamCallback.cpp | 31 LOGD("callback CPU scheduler = 0x%08x = %s", in printScheduler()
|
D | NativeAudioContext.cpp | 97 LOGD("ActivityContext::%s() delete stream %d ", __func__, streamIndex); in close() 132 LOGD("ActivityContext::open() set callback to use oboeCallbackProxy, callback size = %d", in configureBuilder() 239 LOGD("%s() - no streams defined", __func__); in start()
|
D | jni-bridge.cpp | 130 …LOGD("OboeAudioStream_openNative: sampleRate = %d, framesPerBurst = %d", sampleRate, framesPerBurs… in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() 235 LOGD("OboeAudioStream_getNativeApi got %d", result); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getNativeApi() 505 LOGD("nativeSaveFile(%s)", str); in Java_com_google_sample_oboe_manualtest_TestInputActivity_saveWaveFile()
|
/external/oboe/samples/debug-utils/ |
D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
/external/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 65 LOGD("%s() - entering >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", __func__); in oboe_aaudio_error_thread_proc() 77 LOGD("%s() - exiting <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<", __func__); in oboe_aaudio_error_thread_proc() 124 LOGD("%s() ErrorTimeout changed to ErrorDisconnected to fix b/173928197", __func__); in internalErrorCallback() 203 LOGD("AudioStreamAAudio.open() capacity changed from %d to %d for lower latency", in open() 232 LOGD("InputPreset::VoicePerformance not supported before Q. Using VoiceRecognition."); in open() 302 LOGD("AudioStreamAAudio.open() format=%d, sampleRate=%d, capacity = %d", in open() 308 LOGD("AudioStreamAAudio.open: AAudioStream_Open() returned %s", in open() 349 LOGD("Oboe callback returned DataCallbackResult::Stop"); in callOnAudioReady()
|
/external/oboe/samples/hello-oboe/src/main/cpp/ |
D | HelloOboeEngine.cpp | 82 LOGD("Buffer size successfully changed to %d", result.value()); in setBufferSizeInBursts() 145 LOGD("Stream opened: AudioAPI = %d, channelCount = %d, deviceID = %d", in start()
|
/external/oboe/samples/RhythmGame/src/main/cpp/utils/ |
D | logging.h | 25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__)) macro
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 162 LOGD("Tap time %" PRId64 ", tap window time: %" PRId64, tapTimeInMillis, tapWindowInMillis); in getTapResult()
|