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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 349 Matrix compensation = new Matrix(); local
350 compensation.postTranslate(dx, dy);
363 compensation.postScale(scale, scale, cx, cy);
364 compensation.postRotate(angle, cx, cy);
365 compensation.postRotate(rotation, cx, cy);
366 compensation.postTranslate(-cx, -cy);
367 concatMirrorMatrix(compensation, holder);
368 compensation.postTranslate(cx, cy);
369 return compensation;
  /external/aac/libSBRdec/src/
env_calc.cpp 344 FIXP_DBL compensation; /* Compensation factor for the energy change when applying modified gains */ local
395 /* Calculate compensation factor to retain the energy of the amplified signal */
398 &compensation, &compensation_e);
400 /* Apply compensation factor to all gains of the group */
402 nrgGain[k] = fMult(nrgGain[k],compensation);
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 42 float compensation = 0.0; variable
1130 compensation = 0.0;
1169 params.set(KEY_COMPENSATION, (int) (compensation * 10));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 233 int compensation = 0; local
238 compensation = mOrientationSource.getCompensation();
241 compensation = 0;
244 if (mCompensation != compensation) {
245 mCompensation = compensation;
265 + " (compensation " + mCompensation + ")");
PhotoView.java 490 int compensation = root.getCompensation(); local
492 || mCompensation != compensation) {
494 mCompensation = compensation;
539 Log.d(TAG, "compensation = " + mCompensation
    [all...]

Completed in 1805 milliseconds