HomeSort by relevance Sort by last modified time
    Searched refs:compensation (Results 1 - 25 of 46) sorted by null

1 2

  /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;
  /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 489 int compensation = root.getCompensation(); local
491 || mCompensation != compensation) {
493 mCompensation = compensation;
538 Log.d(TAG, "compensation = " + mCompensation
    [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...]
camera_test_script.cpp 48 extern float compensation;
367 compensation = atof(cmd + 1);
368 params.set(KEY_COMPENSATION, (int) (compensation * 10));
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 55 extern float compensation;
481 compensation = atof(cmd + 1);
482 params.set(KEY_COMPENSATION, (int) (compensation * 10));
    [all...]
camera_test_menu.cpp 62 float compensation = 0.0; variable
227 "Relative exposure compensation",
234 "Relative exposure compensation (forced)",
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 55 FT_F26Dot6 compensation );
ttinterp.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 71 FT_F26Dot6 compensation );
ttinterp.c     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 191 int compensation = ParamsUtils.getOrDefault(request, local
195 if (!compensationRange.contains(compensation)) {
199 compensation = 0;
202 params.setExposureCompensation(compensation);
  /external/v8/src/
math.js 262 var compensation = 0;
265 var summand = n * n - compensation;
267 compensation = (preliminary - sum) - summand;
  /art/compiler/optimizing/
bounds_check_elimination.cc 1320 int32_t compensation = (cond == kCondLT) ? -1 : 0; \/\/ upper bound is inclusive local
1332 int32_t compensation = (cond == kCondLE) ? 1 : 0; \/\/ lower bound is inclusive local
1355 int32_t compensation = (cond == kCondGT) ? 1 : 0; \/\/ lower bound is inclusive local
1366 int32_t compensation = (cond == kCondGE) ? -1 : 0; \/\/ upper bound is inclusive local
    [all...]
  /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...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 1843 milliseconds

1 2