Searched refs:PARAM_PRE_EQ (Results 1 – 2 of 2) sorted by relevance
99 private static final int PARAM_PRE_EQ = 0x40; field in DynamicsProcessing1800 return queryEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex); in getPreEqByChannelIndex()1803 updateEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex, preEq); in setPreEqByChannelIndex()1921 Number[] params = {param == PARAM_PRE_EQ ? PARAM_PRE_EQ : PARAM_POST_EQ, in queryEngineEqByChannelIndex()1935 EqBand eqBand = queryEngineEqBandByChannelIndex(param == PARAM_PRE_EQ ? in queryEngineEqByChannelIndex()1969 updateEngineEqBandByChannelIndex(param == PARAM_PRE_EQ ? in updateEngineEqByChannelIndex()2104 Eq preEq = queryEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex); in queryEngineByChannelIndex()2126 updateEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex, preEq); in updateEngineChannelByChannelIndex()
24032 Landroid/media/audiofx/DynamicsProcessing;->PARAM_PRE_EQ:I