HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/
MosaicPreviewRenderer.java 34 private int mHeight; // height of the view in UI
108 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
144 mHeight = h;
  /packages/apps/Camera2/src/com/android/camera/data/
SimpleViewData.java 37 private final int mHeight;
47 mHeight = height;
74 return mHeight;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 33 private int mHeight = 0;
64 return new Point(mWidth, mHeight);
177 mHeight = dimens.y;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 45 protected int mHeight = UNSPECIFIED;
80 mHeight = height;
104 return mHeight;
CanvasTexture.java 38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig);
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
BasicTexture.java 45 protected int mHeight = UNSPECIFIED;
80 mHeight = height;
104 return mHeight;
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 73 private int mHeight = -1;
213 mHeight = height;
245 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
308 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
319 outputSurface = new OutputSurface(mWidth, mHeight);
324 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
454 byte[] frameData = new byte[mWidth * mHeight * 3 / 2];
464 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4";
475 outputSurface = new OutputSurface(mWidth, mHeight);
572 MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
    [all...]
PresentationSyncTest.java 49 private int mHeight;
91 mHeight = output.getHeight();
92 Log.d(TAG, "Surface w=" + mWidth + " h=" + mHeight);
212 mHeight = output.getHeight();
213 Log.d(TAG, "Surface w=" + mWidth + " h=" + mHeight);
387 startY = (num / 16) * (mHeight / 4);
399 GLES20.glScissor(startX, startY, mWidth / 16, mHeight / 4);
417 mHeight = height;
  /cts/suite/pts/deviceTests/opengl/jni/graphics/
Renderer.h 42 EGLint mHeight;
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/
Scene.h 42 int mHeight;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain9.h 43 EGLint mHeight;
RenderTarget9.cpp 31 mHeight = description.Height;
82 mHeight = height;
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.h 56 size_t mWidth, mHeight;
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 55 private final int mHeight;
92 mHeight = height;
109 return mHeight;
261 dest.writeInt(mHeight);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 50 private int mHeight = 0;
140 mHeight = height;
144 mGrainProgram.setHostValue("stepY", 0.5f / mHeight);
180 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
RedEyeFilter.java 61 private int mHeight = 0;
130 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
132 mHeight = inputFormat.getHeight();
160 int bitmapHeight = mHeight / 2;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Texture.h 29 size_t mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 123 private final int mHeight;
130 mHeight = height;
133 MOVE_SPEED * mHeight * (random.nextFloat() - 0.5f));
143 viewWidth / mWidth, (float) viewHeight / mHeight);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 41 private int mHeight;
67 mHeight = height;
72 int inputSize = TestingCamera.getCallbackBufferSize(mWidth, mHeight,
87 swizzleScript.invoke_init_convert(mWidth, mHeight,
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 53 mHeight = height;
69 public int getHeight() { return mHeight; }
90 private int mHeight;
125 int mHeight; // height of surface to be created
155 header.mHeight = headerBuffer.getInt();
253 int dataSize = (header.mWidth * header.mHeight * header.mBitCount) >> 3;
255 Texture tex = new Texture(header.mWidth, header.mHeight,
319 int mHeight;
364 header.mHeight = headerBuffer.getInt();
428 int dataSize = (header.mWidth * header.mHeight * bpp) >> 3
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
DividedImageCanvas.java 56 private int mHeight;
105 sb.append(" mHeight=");
106 sb.append(mHeight);
188 h = mHeight;
193 h = mHeight;
200 h = mHeight;
205 h = mHeight / 2;
211 h = mHeight / 2;
248 final int height = mHeight;
413 if (mWidth == width && mHeight == height)
    [all...]
  /cts/suite/pts/deviceTests/opengl/jni/reference/
ReferenceRenderer.cpp 42 mScenes[0] = new FlockingScene(mWidth, mHeight);
43 mScenes[1] = new GlowingScene(mWidth, mHeight);
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayAdapter.java 192 private final int mHeight;
207 mHeight = height;
239 mInfo.height = mHeight;
264 private final int mHeight;
276 mHeight = height;
295 mWidth, mHeight, refreshRate, mDensityDpi, mSecure, surfaceTexture);
315 pw.println(" mHeight=" + mHeight);
333 mName, mWidth, mHeight, mDensityDpi, mGravity, mSecure,
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 40 mHeight = inputHeight;
44 for (int i = 0; i < mHeight; ++i) {
64 mHeight = newHeight;
76 for (int i = 0; i < mHeight; ++i) {
103 assert ((row >= 0) && (row < mHeight));
168 for (int j = 0; j < mHeight; j++) {
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 40 private int mHeight;
68 mHeight = gameHeight;
204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight);
270 //mHeight = h;
273 float scaleY = (float)h / mHeight;
275 final int viewportHeight = (int)(mHeight * scaleY);
286 float ratio = (float) mWidth / mHeight;

Completed in 852 milliseconds

1 2 3 45 6 7 8 91011>>