Searched defs:postEq (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java254 values[7].intValue()/*postEq bands*/,
1190 * @param postEq configuration
1192 public void setPostEq(Eq postEq) { argument
1193 if (postEq.getBandCount() != mPostEq.getBandCount()) {
1195 mPostEq.getBandCount() + " to " + postEq.getBandCount());
1197 mPostEq = new Eq(postEq);
1587 public void setPostEqByChannelIndex(int channelIndex, Eq postEq) { argument
1589 mChannel[channelIndex].setPostEq(postEq);
1591 public void setPostEqAllChannelsTo(Eq postEq) { argument
1593 mChannel[ch].setPostEq(postEq);
1737 setPostEqByChannelIndex(int channelIndex, Eq postEq) argument
1742 setPostEqAllChannelsTo(Eq postEq) argument
1850 setPostEqByChannelIndex(int channelIndex, Eq postEq) argument
1853 setPostEqAllChannelsTo(Eq postEq) argument
[all...]

Completed in 59 milliseconds