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

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 49 private final int mHeight;
89 mHeight = height;
131 final int hDivider = Math.max(opts.outHeight / mHeight, 1);
135 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 29 private int mHeight;
61 mHeight = height;
106 mHeight = height;
145 final int top = bottom + mHeight;
147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom;
TiledVertexGrid.java 29 private int mHeight;
45 mHeight = height;
190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 153 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
253 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
298 if (buf_width != mWidth || buf_height != mHeight) {
300 mHeight = buf_height;
312 mHandle, vol_data, &vol_size, 1, mWidth, mHeight,
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 323 input->mWidth, input->mHeight);
333 input->mWidth, input->mHeight);
586 CHECK(meta->findInt32(kKeyHeight, &mHeight));
591 mHeight = bottom - top + 1;
595 // (mWidth and mHeight are the _rotated_ source rectangle).
603 mWidth = mHeight;
604 mHeight = tmp;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 29 mHeight = height;
42 mHeight = height;
63 int32_t numberOfPixels = mWidth * mHeight;
160 y >= 0 && y < mHeight);
392 fprintf(fp, "%d %d\n", mWidth, mHeight);
394 for (int32_t y = 0; y < mHeight; ++y) {
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 82 private int mHeight = -1;
145 mHeight = height;
164 String fileName = "vedit1_" + mWidth + "x" + mHeight + ".mp4";
172 String fileName = "vedit2_" + mWidth + "x" + mHeight + ".mp4";
186 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight);
201 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
372 startY = mHeight / 2;
382 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2);
397 if (VERBOSE) Log.d(TAG, "editVideoFile " + mWidth + "x" + mHeight);
409 MediaFormat outputFormat = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
    [all...]
EncodeVirtualDisplayWithCompositionTest.java 268 private int mHeight;
309 mHeight = h;
433 Log.i(TAG, "initGl w:" + mWidth + " h:" + mHeight);
434 GLES20.glViewport(0, 0, mWidth, mHeight);
437 // max window is from (0,0) to (mWidth - 1, mHeight - 1)
439 float hMid = mHeight / 2f;
451 GlWindow window = new GlWindow(this, i * windowWidth, 0, windowWidth, mHeight);
557 private int mHeight;
577 mHeight = h;
617 mSurfaceTexture.setDefaultBufferSize(mWidth, mHeight);
    [all...]
  /cts/suite/pts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 134 float ratio = (float) mWidth / mHeight;
145 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL);
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 342 private int mHeight = 0;
439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
477 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height);
479 mStartY = video_height / mHeight / 2 * mHeight;
482 + "size " + mWidth + "x" + mHeight);
484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
497 prop.setProperty("height", Integer.toString(mHeight));
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 31 int mHeight;
60 mHeight = height;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 31 int mHeight;
60 mHeight = height;
  /packages/apps/Browser/src/com/android/browser/view/
BasePieView.java 42 protected int mHeight;
138 || (evty < mTop) || (evty >= mTop + mHeight)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 408 private int mHeight;
501 int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.rowsPort;
503 mSlotHeight = Math.max(1, (mHeight - (rows - 1) * mSlotGap) / rows);
513 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding);
517 initLayoutParameters(mHeight, mWidth, mSlotHeight, mSlotWidth, padding);
526 mHeight = height;
543 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
615 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;
  /cts/suite/pts/deviceTests/opengl/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 74 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 193 mLabels.beginDrawing(gl, mWidth, mHeight);
219 mNumericSprite.draw(gl, x, 0, mWidth, mHeight);
242 mHeight = h;
260 private int mHeight;
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 30 public int mHeight = 0;
178 mCurrentCapability.mHeight = matchedHeight;
232 return mCurrentCapability.mHeight;
426 final int ySize = mCurrentCapability.mWidth * mCurrentCapability.mHeight;
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.h 85 EGLint mHeight; // Height of surface
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 159 int mHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 61 mPictureSize(mWidth * mHeight * 3 / 2),
219 if (mWidth != info->picWidth || mHeight != info->picHeight) {
221 mHeight = info->picHeight;
222 mPictureSize = mWidth * mHeight * 3 / 2;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 43 int mHeight;
99 mHeight = height;
105 mSceneManager.initRS(mRS, mRes, mWidth, mHeight);
110 FullscreenBlur.createRenderTargets(mRS, mWidth, mHeight);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 59 private int mHeight;
76 mHeight = height;
98 mHeight = height;
116 glViewport(0, 0, mWidth, mHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 49 private final int mHeight;
76 mHeight = height;
97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight);
100 mWidth, mHeight);
  /cts/suite/pts/deviceTests/opengl/jni/graphics/
Renderer.cpp 124 if (!eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &mHeight)
230 glViewport(0, 0, mWidth, mHeight);
251 glViewport(0, 0, mWidth, mHeight);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 63 private int mHeight;
122 gl.glReadPixels(mWidth / 2, mHeight / 2, 1, 1, GL10.GL_RGBA,
134 mHeight = height;

Completed in 881 milliseconds

1 2 3 4 5 6 78 91011>>