/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 36 #define ALOGVV ALOGV macro 38 #define ALOGVV(a...) do { } while (false) macro 518 ALOGVV("DP_command expectedCmdSize: %d", expectedCmdSize); in DP_command() 531 ALOGVV("DP_command replysize %u, status %d" , *replySize, p->status); in DP_command() 586 ALOGVV("%s EFFECT_CMD_SET_VOLUME channel %d, engine outputlevel %f (%0.2f dB)", in DP_command() 646 ALOGVV("%s start", __func__); in DP_getParameter() 649 ALOGVV("Param[%zu] %d", i, params[i]); in DP_getParameter() 667 ALOGVV("%s DP_PARAM_GET_CHANNEL_COUNT channels %d", __func__, *(int32_t *)pValue); in DP_getParameter() 671 ALOGVV("engine architecture paramsize: %d valuesize %d",paramSize, *pValueSize); in DP_getParameter() 704 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...) \ macro 1857 ALOGVV("%s start", __func__); in BassBoost_getParameter() 1874 ALOGVV("%s BASSBOOST_PARAM_STRENGTH_SUPPORTED %u", __func__, *(uint32_t*)pValue); in BassBoost_getParameter() 1886 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, *(int16_t*)pValue); in BassBoost_getParameter() 1895 ALOGVV("%s end param: %d, status: %d", __func__, params[0], status); in BassBoost_getParameter() 1919 ALOGVV("%s start", __func__); in BassBoost_setParameter() 1934 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, strength); in BassBoost_setParameter() 1935 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Calling BassSetStrength", __func__); in BassBoost_setParameter() 1937 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Called BassSetStrength", __func__); in BassBoost_setParameter() [all …]
|
/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 207 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp); in onResultAvailable() 797 ALOGVV("%s: ZSL queue frame AE state is %d, need " in getCandidateTimestampLocked() 823 ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture," in getCandidateTimestampLocked() 834 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 | AudioMixerBase.cpp | 46 #define ALOGVV ALOGV macro 49 #define ALOGVV(a...) do { } while (0) macro 494 ALOGVV("Creating resampler:" in setResampler() 758 ALOGVV("track__genericResample\n"); in track__genericResample() 869 ALOGVV("track__16BitsStereo\n"); in track__16BitsStereo() 961 ALOGVV("track__16BitsMono\n"); in track__16BitsMono() 1049 ALOGVV("process__nop\n"); in process__nop() 1078 ALOGVV("process__genericNoResampling\n"); in process__genericNoResampling() 1158 ALOGVV("process__genericResampling\n"); in process__genericResampling() 1210 ALOGVV("process__oneTrack16BitsStereoNoResampling\n"); in process__oneTrack16BitsStereoNoResampling() [all …]
|
D | AudioMixerOps.h | 436 #ifdef ALOGVV in volumeRampMulti() 437 ALOGVV("volumeRampMulti, MIXTYPE:%d\n", MIXTYPE); in volumeRampMulti() 530 #ifdef ALOGVV in volumeMulti() 531 ALOGVV("volumeMulti MIXTYPE:%d\n", MIXTYPE); in volumeMulti()
|
D | AudioMixer.cpp | 53 #define ALOGVV ALOGV macro 56 #define ALOGVV(a...) do { } while (0) macro 553 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioGain.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 474 ALOGVV("%s strategy %d, device %s", __func__, in getDevicesForStrategyInt() 693 ALOGVV("%s using pref device %s for strategy %u", in getPreferredAvailableDevicesForProductStrategy()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OfflineSession.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro
|
D | Camera3OutputUtils.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 447 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber); in removeInFlightRequestIfReadyLocked() 509 ALOGVV("%s: got InFlightRequest requestId = %" PRId32 in processCaptureResult() 894 ALOGVV("Camera %s: %s: Shutter fired for frame %d (id %d) at %" PRId64, in notifyShutter()
|
D | Camera3Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro 660 ALOGVV("%s: E", __FUNCTION__); in infoPhysical() 3546 ALOGVV("%s: %d: submitting %zu requests in a batch.", __FUNCTION__, __LINE__, in threadLoop() 3754 ALOGVV("%s: Request settings are NEW", __FUNCTION__); in prepareHalRequests() 3772 ALOGVV("%s: Request settings are REUSED", in prepareHalRequests() 3959 ALOGVV("%s: registered in flight requestId = %" PRId32 ", frameNumber = %" PRId64 in prepareHalRequests()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OfflineSession.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro
|
D | AidlCamera3OutputUtils.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro
|
D | AidlCamera3Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 22 #define ALOGVV ALOGV macro 24 #define ALOGVV(a...) do { } while(0) macro
|
/frameworks/av/media/libeffects/lvm/tests/ |
D | lvmtest.cpp | 33 #define ALOGVV ALOGV macro 35 #define ALOGVV(a...) \ macro
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 58 #define ALOGVV ALOGV macro 60 #define ALOGVV(a...) do { } while(0) macro 879 ALOGVV("configure() started"); in configure() 1028 ALOGVV("config worked with 16 bit"); in configure() 1070 ALOGVV("configure ended"); in configure() 1221 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface.get()); in command() 1328 ALOGVV("setInBuffer %p",(&buffer)); in setInBuffer() 1376 ALOGVV("setOutBuffer %p",(&buffer)); in setOutBuffer() 1924 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p", in command()
|
D | PatchPanel.cpp | 43 #define ALOGVV ALOGV macro 45 #define ALOGVV(a...) do { } while(0) macro
|
D | Threads.cpp | 107 #define ALOGVV ALOGV macro 109 #define ALOGVV(a...) do { } while(0) macro 3796 ALOGVV("new downstream latency %lf ms", latencyMs); in threadLoop() 4369 ALOGVV("TS_BEFORE: %d %lld %lld", id(), in collectTimestamps_l() 4377 ALOGVV("TS_AFTER: %d %lld %lld", id(), in collectTimestamps_l() 4415 ALOGVV("getTimestamp error - no valid kernel position"); in collectTimestamps_l() 5504 ALOGVV("track(%d) s=%08x [OK] on thread %p", trackId, cblk->mServer, this); in prepareTracks_l() 5768 ALOGVV("track(%d) s=%08x [NOT READY] on thread %p", trackId, cblk->mServer, this); in prepareTracks_l() 6330 ALOGVV("track(%d) s=%08x [OK]", trackId, cblk->mServer); in prepareTracks_l() 6887 ALOGVV("OffloadThread: track(%d) s=%08x [OK]", track->id(), cblk->mServer); in prepareTracks_l() [all …]
|
D | Tracks.cpp | 51 #define ALOGVV ALOGV macro 53 #define ALOGVV(a...) do { } while(0) macro
|
D | AudioFlinger.cpp | 102 #define ALOGVV ALOGV macro 104 #define ALOGVV(a...) do { } while(0) macro 1888 ALOGVV("getParameters() io %d, keys %s, calling pid %d", in getParameters()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 27 #define ALOGVV ALOGV macro 29 #define ALOGVV(a...) do { } while(0) macro 6283 ALOGVV("%s() devices %s", __func__, devices.toString().c_str()); in getOutputsForDevices() 6285 ALOGVV("output %zu isDuplicated=%d device=%s", in getOutputsForDevices() 6290 ALOGVV("%s() found output %d", __func__, openOutputs.keyAt(i)); in getOutputsForDevices() 6900 ALOGVV("%s() %s (curDevice %s)", __func__, in checkDeviceMuteStrategies() 7332 ALOGVV("%s: volume source %d muted count %d active=%d", __func__, volumeSource, in checkAndSetVolume() 7396 ALOGVV("applyStreamVolumes() for device %s", dumpDeviceTypes(deviceTypes).c_str()); in applyStreamVolumes() 7413 ALOGVV("%s() attributes %s, mute %d, output ID %d", __func__, in setStrategyMute()
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3Device.cpp | 23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro 25 #define ALOGVV(...) ((void)0) macro
|