OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Effects_Linear16ToMillibels
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/testlibs/
EffectsMath.c
105
int16_t
Effects_Linear16ToMillibels
(int32_t nGain)
EffectsMath.h
379
*
Effects_Linear16ToMillibels
()
399
int16_t
Effects_Linear16ToMillibels
(int32_t nGain);
EffectReverb.c
824
*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);
[
all
...]
Completed in 178 milliseconds