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 584 int[] dimens = new int[2]; local
585 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens));
587 return new Size(dimens[0], dimens[1]);
769 int[] dimens = new int[2]; local
771 /*out*/dimens));
773 return new Size(dimens[0], dimens[1]);
794 /*out*/int[/*2*/] dimens);
    [all...]
SurfaceTextureRenderer.java 258 Size dimens; local
260 dimens = LegacyCameraDevice.getTextureSize(st);
265 float texWidth = dimens.getWidth();
266 float texHeight = dimens.getHeight();
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 2560 int dimens[N_TQ]; local
    [all...]

Completed in 106 milliseconds