/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 85 ALOGVV("Got preview frame for timestamp %" PRId64, timestamp); in onResultAvailable() 442 ALOGVV("Trying to get next buffer"); in processNewZslBuffer() 451 ALOGVV(" No buffer"); in processNewZslBuffer() 459 ALOGVV("In capture, discarding new ZSL buffers"); in processNewZslBuffer() 464 ALOGVV("Got ZSL buffer: head: %d, tail: %d", mZslQueueHead, mZslQueueTail); in processNewZslBuffer() 467 ALOGVV("Releasing oldest buffer"); in processNewZslBuffer() 480 ALOGVV(" Acquired buffer, timestamp %" PRId64, queueHead.buffer.mTimestamp); in processNewZslBuffer() 488 ALOGVV("Scanning"); in findMatchesLocked() [all …]
|
D | ZslProcessor3.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 119 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp); in onResultAvailable() 564 ALOGVV("%s: ZSL queue frame AE state is %d, need " in getCandidateTimestampLocked() 595 … ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture, skip it", in getCandidateTimestampLocked() 605 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp); in getCandidateTimestampLocked()
|
D | StreamingProcessor.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 708 ALOGVV("OnRecordingFrame: Frame %d", mRecordingFrameCount); in processRecordingFrame() 759 ALOGVV("%s: Camera %d: Timestamp %lld", in processRecordingFrame() 772 ALOGVV("%s: Camera %d: Sending out buffer_handle_t %p", in processRecordingFrame() 836 ALOGVV("%s: Camera %d: Freeing buffer_handle_t %p", __FUNCTION__, in releaseRecordingFrame()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 24 #define ALOGVV(...) ((void)0) macro 282 ALOGVV("fillBayerRawBuffer: %p with %d x %d, stride %d", buf, w, h ,stride); in fillBayerRawBuffer() 474 ALOGVV("Setting buffer count to %d", in configureANW() 489 ALOGVV("Dequeue buffer from %p", anw.get()); in produceOneFrame() 500 ALOGVV("Lock buffer from %p for write", anw.get()); in produceOneFrame() 527 ALOGVV("Unlock buffer from %p", anw.get()); in produceOneFrame() 531 ALOGVV("Set timestamp to %p", anw.get()); in produceOneFrame() 535 ALOGVV("Queue buffer to %p", anw.get()); in produceOneFrame()
|
/frameworks/av/services/audioflinger/ |
D | AudioMixerOps.h | 282 #ifdef ALOGVV 283 ALOGVV("volumeRampMulti, MIXTYPE:%d\n", MIXTYPE); 375 #ifdef ALOGVV 376 ALOGVV("volumeMulti MIXTYPE:%d\n", MIXTYPE);
|
D | AudioMixer.cpp | 62 #define ALOGVV ALOGV macro 65 #define ALOGVV(a...) do { } while (0) macro 511 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in getTrackName() 945 ALOGVV("Creating resampler:" in setResampler() 1213 ALOGVV("track__genericResample\n"); in track__genericResample() 1324 ALOGVV("track__16BitsStereo\n"); in track__16BitsStereo() 1416 ALOGVV("track__16BitsMono\n"); in track__16BitsMono() 1504 ALOGVV("process__nop\n"); in process__nop() 1551 ALOGVV("process__genericNoResampling\n"); in process__genericNoResampling() 1659 ALOGVV("process__genericResampling\n"); in process__genericResampling() [all …]
|
D | Tracks.cpp | 50 #define ALOGVV ALOGV macro 52 #define ALOGVV(a...) do { } while(0) macro 1357 ALOGVV("setMediaTimeTransform az=%lld bz=%lld n=%d d=%u tgt=%d", in setMediaTimeTransform() 1467 ALOGVV("*** getNextBuffer head.pts=%lld head.pos=%d pts=%lld" in getNextBuffer() 1490 ALOGVV("*** on time: head.pos=%d frameCount=%u", in getNextBuffer()
|
D | PatchPanel.cpp | 40 #define ALOGVV ALOGV macro 42 #define ALOGVV(a...) do { } while(0) macro
|
D | Effects.cpp | 42 #define ALOGVV ALOGV macro 44 #define ALOGVV(a...) do { } while(0) macro 545 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface); in command() 1200 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p", in command()
|
D | Threads.cpp | 82 #define ALOGVV ALOGV macro 84 #define ALOGVV(a...) do { } while(0) macro 3411 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this); in prepareTracks_l() 3607 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this); in prepareTracks_l() 4068 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer); in prepareTracks_l() 4576 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer); in prepareTracks_l() 4614 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer); in prepareTracks_l() 4697 ALOGVV("waitingAsyncCallback_l mWriteAckSequence %d mDrainSequence %d", in waitingAsyncCallback_l()
|
D | AudioFlinger.cpp | 76 #define ALOGVV ALOGV macro 78 #define ALOGVV(a...) do { } while(0) macro 1100 ALOGVV("getParameters() io %d, keys %s, calling pid %d", in getParameters()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_CameraMetadata.cpp | 47 #define ALOGVV ALOGV macro 50 #define ALOGVV(...) macro 654 ALOGVV("%s: Trying to match against section '%s'", in CameraMetadata_getTagFromKey() 659 ALOGVV("%s: Key begins with section name", __FUNCTION__); in CameraMetadata_getTagFromKey() 667 ALOGVV("%s: Found new best section (%s)", __FUNCTION__, section); in CameraMetadata_getTagFromKey()
|
/frameworks/av/services/camera/libcameraservice/device2/ |
D | Camera2Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 199 ALOGVV("%s: E", __FUNCTION__); in info() 675 ALOGVV("%s: E", __FUNCTION__); in enqueue() 697 ALOGVV("%s: E", __FUNCTION__); in dequeue() 703 ALOGVV("%s: Empty", __FUNCTION__); in dequeue() 708 ALOGVV("%s: Streaming %d frames to queue", __FUNCTION__, in dequeue() 724 ALOGVV("MetadataQueue: deque (%d buffers)", mCount); in dequeue() 1304 ALOGVV("Stream %d dequeue: Buffer %p dequeued", stream->mId, (void*)(**buffer)); in dequeue_buffer() 1315 ALOGVV("Stream %d enqueue: Frame %d (%p) captured at %lld ns", in enqueue_buffer() [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 456 ALOGVV("%s: E", __FUNCTION__); in info() 1756 ALOGVV("%s: Camera %d: Frame %d, Request ID %d: AF mode %d, AWB mode %d, " in processPartial3AResult() 1854 ALOGVV("%s: Camera %d: Frame %d: No %s provided by HAL!", __FUNCTION__, in get3AResult() 1936 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber); in removeInFlightRequestIfReadyLocked() 1975 ALOGVV("%s: Camera %d: Set frame# in metadata (%d)", in sendCaptureResult() 1998 ALOGVV("%s: result requestId = %" PRId32 ", frameNumber = %" PRId64 in sendCaptureResult() 2058 ALOGVV("%s: got InFlightRequest requestId = %" PRId32 in processCaptureResult() 2323 ALOGVV("Camera %d: %s: Shutter fired for frame %d (id %d) at %" PRId64, in notifyShutter() [all …]
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro 4068 ALOGVV("getOutputsForDevice() device %04x", device); in getOutputsForDevice() 4070 ALOGVV("output %d isDuplicated=%d device=%04x", in getOutputsForDevice() 4073 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i)); in getOutputsForDevice() 4103 ALOGVV("checkOutputForStrategy(): policy related outputs"); in checkOutputForStrategy() 4108 ALOGVV(" previous outputs: adding %d", desc->mIoHandle); in checkOutputForStrategy() 4115 ALOGVV(" new outputs: adding %d", desc->mIoHandle); in checkOutputForStrategy() 4521 ALOGVV("getDeviceForStrategy() from cache strategy %d, device %x", in getDeviceForStrategy() 4800 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device); in getDeviceForStrategy() [all …]
|