Home | History | Annotate | Download | only in aac

Lines Matching defs:cut

227         unsigned cut = atoi(value);
228 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
230 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut);