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

1 2 3

  /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 55 FT_F26Dot6 compensation );
ttinterp.c     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 192 int compensation = ParamsUtils.getOrDefault(request, local
196 if (!compensationRange.contains(compensation)) {
200 compensation = 0;
203 params.setExposureCompensation(compensation);
  /external/v8/src/js/
math.js 237 var compensation = 0;
240 var summand = n * n - compensation;
242 compensation = (preliminary - sum) - summand;
  /art/compiler/optimizing/
bounds_check_elimination.cc 759 int32_t compensation = (cond == kCondLT) ? -1 : 0; // upper bound is inclusive local
760 ValueBound new_upper = upper.Add(compensation, &overflow, &underflow);
771 int32_t compensation = (cond == kCondLE) ? 1 : 0; // lower bound is inclusive local
772 ValueBound new_lower = lower.Add(compensation, &overflow, &underflow);
783 int32_t compensation = (cond == kCondGT) ? 1 : 0; // lower bound is inclusive local
784 ValueBound new_lower = lower.Add(compensation, &overflow, &underflow);
794 int32_t compensation = (cond == kCondGE) ? -1 : 0; // upper bound is inclusive local
795 ValueBound new_upper = upper.Add(compensation, &overflow, &underflow);
    [all...]
  /external/webrtc/talk/media/base/
videocapturer_unittest.cc 64 void set_expected_compensation(bool compensation) {
65 expects_rotation_applied_ = compensation;
    [all...]
  /external/opencv3/modules/ts/src/
ts_perf.cpp 974 double compensation = h.getMetrics().min; local
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 353 FIXP_DBL compensation; /* Compensation factor for the energy change when applying modified gains */ local
404 /* Calculate compensation factor to retain the energy of the amplified signal */
407 &compensation, &compensation_e);
409 /* Apply compensation factor to all gains of the group */
411 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/current/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 1026 milliseconds

1 2 3