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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
BitmapUtil.java 144 final int inputHeight = input.getHeight();
149 (float) inputHeight / targetHeight);
156 inputHeight / 2 - yCropAmountHalved,
158 inputHeight / 2 + yCropAmountHalved);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
BitmapUtil.java 190 int inputHeight = input.getHeight();
192 if (inputWidth >= inputHeight) {
193 targetX = inputWidth / 2 - inputHeight / 2;
195 targetSize = inputHeight;
198 targetY = inputHeight / 2 - inputWidth / 2;
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 237 int inputHeight = crop.height();
239 int outputHeight = inputHeight / subsample;
550 int inputHeight = crop.height();
552 int outputHeight = inputHeight / subsample;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 214 OMX_U32 inputHeight; /* Input frame height */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 1358 milliseconds