HomeSort by relevance Sort by last modified time
    Searched defs:heavy (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 63 // full boost, full cut, target ref level: -23dBFS, heavy compression: no
91 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
106 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
116 * Apply heavy compression gains and normalize to -16dBFS output level.
121 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
270 int heavy; // en-/disable heavy compression field in class:DecoderTestAacDrc.DrcParams
276 this.heavy = 1; // enabled
279 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
283 this.heavy = heavy
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 38 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
194 unsigned heavy = atoi(value); local
195 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
197 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 759 final ProcessRecord heavy = mService.mHeavyWeightProcess; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 149 milliseconds