HomeSort by relevance Sort by last modified time
    Searched refs:smoothedGain (Results 1 - 2 of 2) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 208 int smoothedGain = (int)(smoothedGains[i] * scaleFactor);
209 if (smoothedGain < 0) {
210 smoothedGain = 0;
212 if (smoothedGain > 255) {
213 smoothedGain = 255;
216 if (smoothedGain > maxGain) {
217 maxGain = smoothedGain;
220 gainHist[smoothedGain]++;
  /external/aac/libSBRdec/src/
env_calc.cpp     [all...]

Completed in 105 milliseconds