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

1 2 3 4 5 6 7 891011>>

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 56 mHeight(height),
68 meta->setInt32(kKeyHeight, mHeight);
118 int mWidth, mHeight;
record.cpp 47 mHeight(height),
61 meta->setInt32(kKeyHeight, mHeight);
108 int mWidth, mHeight;
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 119 mHeight = height;
133 public int getHeight() { return mHeight; }
142 private int mHeight;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 35 thiz->mSize.mHeight = height;
56 SLmillimeter height = thiz->mSize.mHeight;
216 thiz->mSize.mHeight = 0;
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 111 mHeight = entry.data.i32[1];
174 mWidth, mHeight, format, /*size (for jpegs)*/0,
274 int mHeight;
CameraBurstTests.cpp 228 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl;
250 (mWidth * mHeight - (underexposed + overexposed));
382 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl;
430 availableProcessedSizes.data.i32[i+1] == mHeight) {
436 "available sizes: " << mWidth << ", " << mHeight;
664 int numValidPixels = mWidth * mHeight - (underexposed + overexposed);
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 44 private int mHeight; // height of the view in UI
157 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
192 mHeight = h;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 44 private final int mHeight;
105 mHeight = mediaItem.getHeight();
354 return mHeight;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 81 mHeight = height;
101 proj.loadProjectionNormalized(mWidth, mHeight);
127 proj.loadProjectionNormalized(mWidth, mHeight);
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 40 private final int mHeight;
169 mHeight = properties.height;
446 return mHeight;
461 return mHeight;
512 mFilename,timeMs,mWidth,mHeight);
MediaImageItem.java 65 private final int mHeight;
129 mHeight = dbo.outHeight;
135 mAspectRatio = mMANativeHelper.getAspectRatio(mWidth, mHeight);
157 if (mWidth > maxResolution.first || mHeight > maxResolution.second) {
176 mScaledHeight = (mHeight >> 1) << 1;
259 return mHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 59 private int mHeight;
245 mHeight = h;
273 int height = mHeight - pt - pb;
345 final float y = (mHeight + mWarningTextHeight) * 0.48f;
355 final float y = (mHeight + mTextHeight) * 0.47f;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 142 mHeight(144),
179 inputPort.format.video.nFrameHeight = mHeight;
209 outputPort.format.video.nFrameHeight = mHeight;
250 mCodecConfiguration->g_h = mHeight;
303 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
660 mHeight = port->format.video.nFrameHeight;
677 def->format.video.nFrameHeight = mHeight;
775 0, 0, mWidth, mHeight, &bits));
778 (const uint8_t *)bits, mConversionBuffer, mWidth, mHeight);
785 source, mConversionBuffer, mWidth, mHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 100 private final int mHeight;
202 mHeight = height - params.mVerticalGap;
240 mHeight = rowHeight - params.mVerticalGap;
397 mHeight = key.mHeight;
431 key.mHeight,
458 && o.mHeight == mHeight
496 Constants.printableCode(mCode), label, mX, mY, mWidth, mHeight, mHintLabel,
772 return mHeight;
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 833 int mWidth = -1, mHeight = -1;
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 64 mHeight(height),
216 (const uint8_t *)src_y + src.mWidth * src.mHeight
220 src_u + (src.mWidth / 2) * (src.mHeight / 2);
310 (const uint8_t *)src_y + src.mWidth * src.mHeight
384 (const uint8_t *)src_y + src.mWidth * src.mHeight
455 (const uint8_t *)src_y + src.mWidth * (src.mHeight - src.mCropTop / 2);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 267 mHeight = h;
334 const GLint yc = (mHeight - mAndroid[0].h) / 2;
337 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
490 const int yc = ((mHeight - animation.height) / 2);
494 Region clearReg(Rect(mWidth, mHeight));
531 glScissor(r.left, mHeight - r.bottom,
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java 34 private int mHeight;
43 return mHeight;
48 mHeight = heightCss;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget11.cpp 157 mHeight = height;
184 mHeight = height;
290 mHeight = height;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 40 mHeight(bufferHeight),
233 meta->setInt32(kKeyHeight, mHeight);
239 meta->setInt32(kKeySliceHeight, mHeight);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 320 private int mWidth, mHeight;
357 mHeight = height;
404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 320 private int mWidth, mHeight;
357 mHeight = height;
404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
  /packages/apps/Launcher3/src/com/android/photos/views/
BlockingGLTextureView.java 320 private int mWidth, mHeight;
357 mHeight = height;
404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 281 private int mHeight;
293 mHeight = height;
330 + mParentLocationInWindow[1], mWidth, mHeight);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 39 private int mHeight;
58 mHeight = height;
113 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);

Completed in 1648 milliseconds

1 2 3 4 5 6 7 891011>>