Home | History | Annotate | Download | only in aac

Lines Matching defs:heavy

41 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1   /* switch for heavy compression for mobile conf */
245 unsigned heavy = atoi(value);
246 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
248 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);