Searched refs:PARAM_INPUT_GAIN (Results 1 – 2 of 2) sorted by relevance
97 private static final int PARAM_INPUT_GAIN = 0x20; field in DynamicsProcessing1787 return getTwoFloat(PARAM_INPUT_GAIN, channelIndex); in getInputGainByChannelIndex()1790 setTwoFloat(PARAM_INPUT_GAIN, channelIndex, inputGain); in setInputGainbyChannel()2103 float inputGain = getTwoFloat(PARAM_INPUT_GAIN, channelIndex); in queryEngineByChannelIndex()2124 setTwoFloat(PARAM_INPUT_GAIN, channelIndex, channel.getInputGain()); in updateEngineChannelByChannelIndex()
24026 Landroid/media/audiofx/DynamicsProcessing;->PARAM_INPUT_GAIN:I