Home
last modified time | relevance | path

Searched refs:ALOGVV (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp36 #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/
DEffectBundle.cpp43 #define ALOGVV ALOGV macro
45 #define ALOGVV(a...) \ macro
1859 ALOGVV("%s start", __func__); in BassBoost_getParameter()
1876 ALOGVV("%s BASSBOOST_PARAM_STRENGTH_SUPPORTED %u", __func__, *(uint32_t*)pValue); in BassBoost_getParameter()
1888 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, *(int16_t*)pValue); in BassBoost_getParameter()
1897 ALOGVV("%s end param: %d, status: %d", __func__, params[0], status); in BassBoost_getParameter()
1921 ALOGVV("%s start", __func__); in BassBoost_setParameter()
1936 ALOGVV("%s BASSBOOST_PARAM_STRENGTH %d", __func__, strength); in BassBoost_setParameter()
1937 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Calling BassSetStrength", __func__); in BassBoost_setParameter()
1939 ALOGVV("%s BASSBOOST_PARAM_STRENGTH Called BassSetStrength", __func__); in BassBoost_setParameter()
[all …]
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp22 #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/
DZslProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) if (0) ALOGV(__VA_ARGS__) macro
208 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp); in onResultAvailable()
798 ALOGVV("%s: ZSL queue frame AE state is %d, need " in getCandidateTimestampLocked()
824 ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture," in getCandidateTimestampLocked()
835 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp); in getCandidateTimestampLocked()
DStreamingProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp46 #define ALOGVV ALOGV macro
49 #define ALOGVV(a...) do { } while (0) macro
512 ALOGVV("Creating resampler:" in setResampler()
776 ALOGVV("track__genericResample\n"); in track__genericResample()
887 ALOGVV("track__16BitsStereo\n"); in track__16BitsStereo()
979 ALOGVV("track__16BitsMono\n"); in track__16BitsMono()
1067 ALOGVV("process__nop\n"); in process__nop()
1096 ALOGVV("process__genericNoResampling\n"); in process__genericNoResampling()
1176 ALOGVV("process__genericResampling\n"); in process__genericResampling()
1228 ALOGVV("process__oneTrack16BitsStereoNoResampling\n"); in process__oneTrack16BitsStereoNoResampling()
[all …]
DAudioMixerOps.h436 #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()
DAudioMixer.cpp53 #define ALOGVV ALOGV macro
56 #define ALOGVV(a...) do { } while (0) macro
604 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
/frameworks/av/media/libaudiofoundation/
DAudioGain.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
DCamera3OutputUtils.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
565 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber); in removeInFlightRequestIfReadyLocked()
654 ALOGVV("%s: got InFlightRequest requestId = %" PRId32 in processCaptureResult()
1077 ALOGVV("Camera %s: %s: Shutter fired for frame %d (id %d) at %" PRId64, in notifyShutter()
DCamera3Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
678 ALOGVV("%s: E", __FUNCTION__); in infoPhysical()
3699 ALOGVV("%s: %d: submitting %zu requests in a batch.", __FUNCTION__, __LINE__, in threadLoop()
3937 ALOGVV("%s: Request settings are NEW", __FUNCTION__); in prepareHalRequests()
3955 ALOGVV("%s: Request settings are REUSED", in prepareHalRequests()
4153 ALOGVV("%s: registered in flight requestId = %" PRId32 ", frameNumber = %" PRId64 in prepareHalRequests()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OfflineSession.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
DAidlCamera3OutputUtils.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
DAidlCamera3Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
1677 ALOGVV("Matching high speed configuration found. Limit batch size to %d", in applyMaxBatchSizeLocked()
1681 ALOGVV("Matching high speed configuration found, but requested batch size is " in applyMaxBatchSizeLocked()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
555 ALOGVV("%s strategy %d, device %s", __func__, in getDevicesForStrategyInt()
571 ALOGVV("%s using pref device %s for source %u", in getPreferredAvailableDevicesForInputSource()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp33 #define ALOGVV ALOGV macro
35 #define ALOGVV(a...) \ macro
/frameworks/av/services/audioflinger/
DEffects.cpp63 #define ALOGVV ALOGV macro
65 #define ALOGVV(a...) do { } while(0) macro
844 ALOGVV("%s started", __func__); in configure_l()
976 ALOGVV("config worked with 16 bit"); in configure_l()
1018 ALOGVV("%s ended", __func__); in configure_l()
1169 ALOGVV("%s, cmdCode: %d, mEffectInterface: %p", __func__, cmdCode, mEffectInterface.get()); in command()
1276 ALOGVV("setInBuffer %p",(&buffer)); in setInBuffer()
1322 ALOGVV("setOutBuffer %p",(&buffer)); in setOutBuffer()
1988 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p", in command()
DPatchPanel.cpp43 #define ALOGVV ALOGV macro
45 #define ALOGVV(a...) do { } while(0) macro
DThreads.cpp109 #define ALOGVV ALOGV macro
111 #define ALOGVV(a...) do { } while(0) macro
4091 ALOGVV("new downstream latency %lf ms", latencyMs); in threadLoop()
4688 ALOGVV("TS_BEFORE: %d %lld %lld", id(), in collectTimestamps_l()
4696 ALOGVV("TS_AFTER: %d %lld %lld", id(), in collectTimestamps_l()
4734 ALOGVV("getTimestamp error - no valid kernel position"); in collectTimestamps_l()
5898 ALOGVV("track(%d) s=%08x [OK] on thread %p", trackId, cblk->mServer, this); in prepareTracks_l()
6178 ALOGVV("track(%d) s=%08x [NOT READY] on thread %p", trackId, cblk->mServer, this); in prepareTracks_l()
6694 ALOGVV("%s: Direct/Offload bufferConsumed:%zu timestamp frames:%lld time:%lld", in processVolume_l()
6877 ALOGVV("track(%d) s=%08x [OK]", trackId, cblk->mServer); in prepareTracks_l()
[all …]
DTracks.cpp56 #define ALOGVV ALOGV macro
58 #define ALOGVV(a...) do { } while(0) macro
DAudioFlinger.cpp76 #define ALOGVV ALOGV macro
78 #define ALOGVV(a...) do { } while(0) macro
1891 ALOGVV("getParameters() io %d, keys %s, calling pid %d", in getParameters()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp28 #define ALOGVV ALOGV macro
30 #define ALOGVV(a...) do { } while(0) macro
4065 ALOGVV("%s() returning %zu registered mixes", __func__, _aidl_return.size()); in getRegisteredPolicyMixes()
4114 ALOGVV("%s() num devices %zu", __func__, devices.size()); in changeOutputDevicesMuteState()
7144 ALOGVV("%s() devices %s", __func__, devices.toString().c_str()); in getOutputsForDevices()
7146 ALOGVV("output %zu isDuplicated=%d device=%s", in getOutputsForDevices()
7151 ALOGVV("%s() found output %d", __func__, openOutputs.keyAt(i)); in getOutputsForDevices()
7719 ALOGVV("%s() output %s %s (curDevice %s)", __func__, desc->info().c_str(), in checkDeviceMuteStrategies()
8244 ALOGVV("%s: volume source %d muted count %d active=%d", __func__, volumeSource, in checkAndSetVolume()
8332 ALOGVV("applyStreamVolumes() for device %s", dumpDeviceTypes(deviceTypes).c_str()); in applyStreamVolumes()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro