/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | means_yuvx_444_1d_to_single.rs | 33 LOGD("width", width); 38 LOGD("elem", elem); 39 LOGD("i", i);
|
D | means_yuvx_444_2d_to_1d.rs | 33 LOGD("x", x); 44 LOGD("elem", elem); 64 LOGD("x", x); 71 LOGD("elem", elem);
|
D | common.rs | 40 #define LOGD(string, expr) rsDebug((string), (expr)) 42 #define LOGD(string, expr) if (0) rsDebug((string), (expr))
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskProcess.cpp | 63 LOGD("TaskProcess::prepareParams N = %d", N); in prepareParams() 107 LOGD("input buffer len %d stereo %d", (*buffer.get())->getSize(), in prepareParams() 133 LOGD(" %f", list[i].getValue().getDouble()); in prepareParams() 135 LOGD(" %lld", list[i].getValue().getInt64()); in prepareParams() 140 LOGD("TaskProcess::prepareParams %d-th, const 0x%x", i, voidPtrs[i]); in prepareParams() 270 LOGD(" id %s", param.getParamString().string()); in parseParams() 274 LOGD(" val %s", param.getParamString().string()); in parseParams() 280 LOGD("consti %lld", value); in parseParams() 286 LOGD("constf %f", value); in parseParams()
|
D | TaskCase.cpp | 77 LOGD("registerGeneric registered key %s", name.string()); in registerGeneric() 85 LOGD("findGeneric key %s", name.string()); in findGeneric() 98 LOGD("updateGeneric key %s", name.string()); in updateGeneric() 183 LOGD("str %x", translated.string()); in registerValue() 266 LOGD("match found strStart %d, matchStart %d, matchEnd %d, converted str %s", in translateVarName() 275 LOGD("translated str %s to %s", orig.string(), translated.string()); in translateVarName()
|
D | TaskGeneric.cpp | 82 LOGD("TaskGeneric::setParent self %x, parent %x", this, parent); in setParent()
|
D | TaskSequential.cpp | 133 LOGD("TaskSequential::parseAttribute index %s", mIndexName.string()); in parseAttribute()
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 38 LOGD( "logd %d %d %d %d %d %d", 0, 1, 2, 3, 4, 5); in TEST_F() 53 LOGD( "logd " PrintABCDEF, a, b, c, d, e, f); in TEST_F()
|
D | RemoteAudioFakeTcpTest.cpp | 57 LOGD("ClientSocketForTest::init"); in init() 64 LOGD("pipe %d %d", pipefd[0], pipefd[1]); in init() 80 LOGD("fake TCP copy reply %d", mReadLength); in sendData() 137 LOGD("reply 0x%x", prepareReply[0]); in doDownload()
|
D | ClientInterfaceTest.cpp | 58 LOGD("device info %s", info.string()); in TEST_F()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 136 LOGD("stereo mismatch %d %d", mStereo, b.mStereo); in operator ==() 140 LOGD("size mismatch %d %d", mSize, b.mSize); in operator ==() 145 LOGD("%d %x vs %x", i, mData[i], b.mData[i]); in operator ==()
|
D | AudioRecordingLocal.cpp | 67 LOGD("buffer size %d, read size %d", mBufferSize, mSizes); in doPrepare() 77 LOGD("recording will read %d", toRead); in doPlaybackOrRecord()
|
D | RemoteAudio.cpp | 88 LOGD("adding fd %d to polling", mSocket.getFD()); in threadLoop() 126 LOGD("handler present. Notify client"); in handlePacket() 247 LOGD("RemoteAudio::startPlayback stereo %d mode %d", stereo, mode); in startPlayback() 341 LOGD("thread exit requested, will exit "); in handleMessage()
|
D | AudioLocal.cpp | 59 LOGD("waitForCompletion will wait for %d", waitTimeInMsec); in waitForCompletion()
|
D | AudioProtocol.cpp | 73 LOGD("received reply with command %x", command); in handleReplyHeader()
|
/cts/suite/audio_quality/lib/src/ |
D | SignalProcessingImpl.cpp | 141 LOGD("%d-th param buffer %d, stereo:%d", i, dataLen, (*buffer)->isStereo()); in run() 155 LOGD("%d-th param Value", i); in run() 217 LOGD("received buffer %x %x", ((*buffer)->getData())[0], ((*buffer)->getData())[1]); in run()
|
D | GenericFactory.cpp | 69 LOGD("GenericFactory::createTask 0x%x, type %d", task, type); in createTask()
|
D | BuiltinProcessing.cpp | 48 LOGD("BuiltinProcessing::rms_mva in %x %x %x out %x", in rms_mva()
|
D | ClientSocket.cpp | 42 LOGD("ClientSocket::init"); in init()
|
/cts/suite/audio_quality/lib/include/ |
D | Log.h | 59 #define LOGD(x...) do { Log::Instance()->printf(Log::ELogD, x); } while(0) macro
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rs | 176 LOGD("raw_converter.rs: Logic error in tonemap.", 0);
|