OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGain
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h
68
int32_t
getGain
() const { return mGain - 9600; }
AudioShelvingFilter.h
74
int32_t
getGain
() const { return mGain - 9600; }
AudioEqualizer.cpp
141
int32_t AudioEqualizer::
getGain
(int band) const {
144
return mpLowShelf->
getGain
();
146
return mpHighShelf->
getGain
();
148
return mpPeakingFilters[band - 1].
getGain
();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h
61
const struct audio_gain &
getGain
() const { return mGain; }
Completed in 64 milliseconds