Searched defs:boost (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp175 unsigned boost = atoi(value); local
176 ALOGV("AAC decoder using desired DRC boost factor of %d instead of %d", boost,
178 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java603 p.boost(-1, -1); // start you off flying!
918 p.boost(x, y);
1151 public void boost(float x, float y) { method in class:MLand.Player
1154 boost();
1157 public void boost() { method in class:MLand.Player

Completed in 86 milliseconds