Searched refs:VS_LOG (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/include/media/ |
D | VolumeShaper.h | 36 #define VS_LOG ALOGD 38 #define VS_LOG(...) macro 202 VS_LOG("in: %f out: %f", volume, out); in adjustVolume() 604 VS_LOG("delayed VolumeShaper, using cached offset:%f for volume:%f", in getState() 632 VS_LOG("delayed VolumeShaper, using cached offset %f", mDelayXOffset); in getVolume() 645 VS_LOG("frameCount: %lld", (long long)frameCount); in getVolume() 647 VS_LOG("translation to normalized time: %f", x); in getVolume() 655 VS_LOG("rescaled time:%f volume:%f xOffset:%f active:%s", in getVolume() 690 VS_LOG("update position: scale %lf frameCount:%lld, sampleRate:%lf, xOffset:%f", in updatePosition() 698 VS_LOG("translate: %s", mXTranslate.toString().c_str()); in updatePosition() [all …]
|