/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 35 #define ALOGVV ALOGV macro 37 #define ALOGVV(a...) do { } while (false) macro 521 ALOGVV("DP_command expectedCmdSize: %d", expectedCmdSize); in DP_command() 534 ALOGVV("DP_command replysize %u, status %d" , *replySize, p->status); in DP_command() 589 ALOGVV("%s EFFECT_CMD_SET_VOLUME channel %d, engine outputlevel %f (%0.2f dB)", in DP_command() 649 ALOGVV("%s start", __func__); in DP_getParameter() 652 ALOGVV("Param[%zu] %d", i, params[i]); in DP_getParameter() 670 ALOGVV("%s DP_PARAM_GET_CHANNEL_COUNT channels %d", __func__, *(int32_t *)pValue); in DP_getParameter() 674 ALOGVV("engine architecture paramsize: %d valuesize %d",paramSize, *pValueSize); in DP_getParameter() 707 ALOGVV(" variant %d, preferredFrameDuration: %f, preEqInuse %d, bands %d, mbcinuse %d," in DP_getParameter() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 43 #define ALOGVV ALOGV macro 45 #define ALOGVV(a...) do { } while (false) macro 2176 ALOGVV("%s start", __func__); in BassBoost_getParameter() 2193 ALOGVV("%s BASSBOOST_PARAM_STRENGTH_SUPPORTED %u", __func__, *(uint32_t *)pValue); in BassBoost_getParameter() 2206 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, *(int16_t *)pValue); in BassBoost_getParameter() 2215 ALOGVV("%s end param: %d, status: %d", __func__, params[0], status); in BassBoost_getParameter() 2242 ALOGVV("%s start", __func__); in BassBoost_setParameter() 2257 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, strength); in BassBoost_setParameter() 2258 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Calling BassSetStrength", __func__); in BassBoost_setParameter() 2260 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Called BassSetStrength", __func__); in BassBoost_setParameter() [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | Gains.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro 246 ALOGVV("VOLUME vol index=[%d %d %d], dB=[%.1f %.1f %.1f]", in volIndexToDb()
|
D | AudioGain.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro
|
D | StreamDescriptor.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 24 #define ALOGVV(...) ((void)0) macro 284 ALOGVV("fillBayerRawBuffer: %p with %d x %d, stride %d", buf, w, h ,stride); in fillBayerRawBuffer() 468 ALOGVV("Setting buffer count to %d", in configureANW() 483 ALOGVV("Dequeue buffer from %p", anw.get()); in produceOneFrame() 494 ALOGVV("Lock buffer from %p for write", anw.get()); in produceOneFrame() 521 ALOGVV("Unlock buffer from %p", anw.get()); in produceOneFrame() 525 ALOGVV("Set timestamp to %p", anw.get()); in produceOneFrame() 529 ALOGVV("Queue buffer to %p", anw.get()); in produceOneFrame()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) if (0) ALOGV(__VA_ARGS__) macro 204 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp); in onResultAvailable() 794 ALOGVV("%s: ZSL queue frame AE state is %d, need " in getCandidateTimestampLocked() 820 ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture," in getCandidateTimestampLocked() 831 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
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerOps.h | 281 #ifdef ALOGVV 282 ALOGVV("volumeRampMulti, MIXTYPE:%d\n", MIXTYPE); 374 #ifdef ALOGVV 375 ALOGVV("volumeMulti MIXTYPE:%d\n", MIXTYPE);
|
D | AudioMixer.cpp | 55 #define ALOGVV ALOGV macro 58 #define ALOGVV(a...) do { } while (0) macro 172 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in create() 696 ALOGVV("Creating resampler:" in setResampler() 967 ALOGVV("track__genericResample\n"); in track__genericResample() 1078 ALOGVV("track__16BitsStereo\n"); in track__16BitsStereo() 1170 ALOGVV("track__16BitsMono\n"); in track__16BitsMono() 1258 ALOGVV("process__nop\n"); in process__nop() 1288 ALOGVV("process__genericNoResampling\n"); in process__genericNoResampling() 1368 ALOGVV("process__genericResampling\n"); in process__genericResampling() [all …]
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro 609 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device); in getDeviceForStrategyInt()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 48 #define ALOGVV ALOGV macro 50 #define ALOGVV(a...) do { } while(0) macro 494 ALOGVV("configure() started"); in configure() 639 ALOGVV("config worked with 16 bit"); in configure() 685 ALOGVV("configure ended"); in configure() 836 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface.get()); in command() 997 ALOGVV("setInBuffer %p",(&buffer)); in setInBuffer() 1047 ALOGVV("setOutBuffer %p",(&buffer)); in setOutBuffer() 1642 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p", in command()
|
D | PatchPanel.cpp | 40 #define ALOGVV ALOGV macro 42 #define ALOGVV(a...) do { } while(0) macro
|
D | Threads.cpp | 93 #define ALOGVV ALOGV macro 95 #define ALOGVV(a...) do { } while(0) macro 3217 ALOGVV("getTimestamp error - no valid kernel position"); in threadLoop() 4505 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this); in prepareTracks_l() 4738 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this); in prepareTracks_l() 5251 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer); in prepareTracks_l() 5809 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer); in prepareTracks_l() 5853 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer); in prepareTracks_l() 5915 ALOGVV("underrun counter, running(%d): %lld vs %lld", running, in prepareTracks_l() 5962 ALOGVV("waitingAsyncCallback_l mWriteAckSequence %d mDrainSequence %d", in waitingAsyncCallback_l() [all …]
|
D | Tracks.cpp | 48 #define ALOGVV ALOGV macro 50 #define ALOGVV(a...) do { } while(0) macro
|
D | AudioFlinger.cpp | 86 #define ALOGVV ALOGV macro 88 #define ALOGVV(a...) do { } while(0) macro 1306 ALOGVV("getParameters() io %d, keys %s, calling pid %d", in getParameters()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro 4671 ALOGVV("getOutputsForDevice() device %04x", device); in loadConfig() 4673 ALOGVV("output %zu isDuplicated=%d device=%04x", in loadConfig() 4677 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i)); in loadConfig() 4707 ALOGVV("checkOutputForStrategy(): policy related outputs"); in loadConfig() 4712 ALOGVV(" previous outputs: adding %d", desc->mIoHandle); in loadConfig() 4719 ALOGVV(" new outputs: adding %d", desc->mIoHandle); in loadConfig() 5077 ALOGVV("getDeviceForStrategy() from cache strategy %d, device %x", in loadConfig() 5128 ALOGVV("checkDeviceMuteStrategies() %s strategy %zu (curDevice %04x)", in loadConfig() [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 723 ALOGVV("%s: E", __FUNCTION__); in info() 2781 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber); in removeInFlightRequestIfReadyLocked() 2911 ALOGVV("%s: result requestId = %" PRId32 ", frameNumber = %" PRId64 in insertResultLocked() 3055 ALOGVV("%s: got InFlightRequest requestId = %" PRId32 in processCaptureResult() 3353 ALOGVV("Camera %s: %s: Shutter fired for frame %d (id %d) at %" PRId64, in notifyShutter() 4684 ALOGVV("%s: %d: submitting %zu requests in a batch.", __FUNCTION__, __LINE__, in threadLoop() 4772 ALOGVV("%s: Request settings are NEW", __FUNCTION__); in prepareHalRequests() 4790 ALOGVV("%s: Request settings are REUSED", in prepareHalRequests() [all …]
|