Searched refs:Effects_Linear16ToMillibels (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c105 int16_t Effects_Linear16ToMillibels (int32_t nGain) function
H A DEffectsMath.h379 * Effects_Linear16ToMillibels()
399 int16_t Effects_Linear16ToMillibels (int32_t nGain);
H A DEffectReverb.c824 *pValue16 = Effects_Linear16ToMillibels(temp);
853 *pValue16 = Effects_Linear16ToMillibels(temp);
864 temp = Effects_Linear16ToMillibels(temp);
903 temp = Effects_Linear16ToMillibels(temp);
904 temp2 = Effects_Linear16ToMillibels(temp2);
924 *pValue16 = Effects_Linear16ToMillibels(pReverb->m_nEarlyGain);
947 *pValue16 = Effects_Linear16ToMillibels(pReverb->m_nLateGain << 2);
1209 temp -= Effects_Linear16ToMillibels(pReverb->m_nLateGain) + 900;
1216 ALOGV("REVERB_PARAM_DECAY_TIME, gain %d, new m_nRvbLpfFwd %d, old m_nRvbLpfFbk %d, reverb gain %d", temp, pReverb->m_nRvbLpfFwd, pReverb->m_nRvbLpfFbk, Effects_Linear16ToMillibels(pReverb->m_nLateGain));
1239 temp = Effects_Linear16ToMillibels(temp
[all...]

Completed in 334 milliseconds