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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 166 Point dimens = new Point(0, 0); local
167 int flag = setup(dimens, in, mFormat);
176 mWidth = dimens.x;
177 mHeight = dimens.y;
182 native private int setup(Point dimens, InputStream in, int format);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 605 int[] dimens = new int[2]; local
606 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens));
608 return new Size(dimens[0], dimens[1]);
799 int[] dimens = new int[2]; local
    [all...]
SurfaceTextureRenderer.java 259 Size dimens; local
261 dimens = LegacyCameraDevice.getTextureSize(st);
266 float texWidth = dimens.getWidth();
267 float texHeight = dimens.getHeight();
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 2554 int dimens[N_TQ]; local
    [all...]

Completed in 99 milliseconds