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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
LomoishFilter.java 43 private int mHeight = 0;
157 if (mWidth > mHeight) {
159 scale[1] = ((float) mHeight) / mWidth;
161 scale[0] = ((float) mWidth) / mHeight;
171 mProgram.setHostValue("stepsizeY", 1.0f / mHeight);
190 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
192 mHeight = inputFormat.getHeight();
CropRectFilter.java 56 private int mHeight = 0;
88 updateSourceRect(mWidth, mHeight);
110 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
126 mHeight = height;
129 Log.e("CropFilter", mWidth + ", " + mHeight + ", " +
131 (float) mYorigin / mHeight + ", " +
133 (float) mOutputHeight / mHeight);
137 (float) mYorigin / mHeight,
139 (float) mOutputHeight / mHeight);
DocumentaryFilter.java 43 private int mHeight = 0;
126 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
128 mHeight = inputFormat.getHeight();
148 if (mWidth > mHeight) {
150 scale[1] = ((float) mHeight) / mWidth;
152 scale[0] = ((float) mWidth) / mHeight;
VignetteFilter.java 42 private int mHeight = 0;
98 if (mWidth > mHeight) {
100 scale[1] = ((float) mHeight) / mWidth;
102 scale[0] = ((float) mWidth) / mHeight;
140 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
142 mHeight = inputFormat.getHeight();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java 38 private int mWidth, mHeight;
47 mExtTexture.setSize(mWidth, mHeight);
49 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
87 mHeight = height;
92 mExtTexture.setSize(mWidth, mHeight);
93 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
104 return mHeight;
ProgressSpinner.java 31 private final int mHeight;
42 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
50 return mHeight;
73 canvas.translate(x + mWidth / 2, y + mHeight / 2);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 29 private int mHeight;
39 mHeight = height;
112 final float height = mHeight;
163 mHeight = height;
176 return mHeight;
180 mHeight = height;
220 || position.y + mHeight < 0 || position.y > mViewHeight) {
229 vertFlip ? 0 : mHeight,
231 vertFlip ? -mHeight : mHeight);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 50 private final int mHeight;
61 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
104 int outputHeight = mHeight;
106 outputWidth = mHeight;
117 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
120 mUnrotatedBytes = ByteBuffer.allocateDirect(mWidth * mHeight * 4);
123 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
147 offset = (mWidth - 1) * mHeight;
148 pixStride = -mHeight;
152 offset = mHeight - 1
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 47 inline int getHeight() const { return mHeight; }
64 int mHeight;
  /frameworks/rs/driver/
rsdFrameBufferObj.h 40 mHeight = height;
49 uint32_t mHeight;
  /frameworks/av/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
96 mHeight = copy.mHeight;
120 uint32_t mHeight;
  /packages/apps/Browser/src/com/android/browser/view/
PieStackView.java 65 mHeight = mChildHeight + (mViews.size() - 1) * mMinHeight;
67 mTop = anchorY - mHeight / 2;
76 int dy = (n == 1) ? 0 : (mHeight - mChildHeight) / (n - 1);
100 final int ix = (y - mTop) * mViews.size() / mHeight;
StopProgressView.java 18 int mHeight;
76 mHeight = (bottom - top) * 2 / 3;
84 int t = (getHeight() - mHeight) / 2;
85 mOverlayDrawable.setBounds(l, t, l + mWidth, t + mHeight);
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java 33 private final int mHeight;
43 mHeight = height;
55 mHeight = getInt(cursor, PhotoFiles.HEIGHT, -1);
77 return mHeight;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 29 int mHeight;
FrameBuffer.cpp 15 mHeight = 0;
63 mHeight = height;
95 return mHeight;
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 34 mHeight(height),
42 meta->setInt32(kKeyHeight, mHeight);
88 int mWidth, mHeight;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ImageDescriptor.java 25 int mHeight;
41 mHeight = 0;
60 d.mHeight = rawData[valueIndex++] & 0xff;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Convolve3x3.java 36 private int mHeight;
45 mHeight = mInPixelsAllocation.getType().getY();
61 mScript.set_gHeight(mHeight);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve3x3.java 29 private int mHeight;
38 mHeight = mInPixelsAllocation.getType().getY();
54 mScript.set_gHeight(mHeight);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve3x3.java 37 private int mHeight;
46 mHeight = mInPixelsAllocation.getType().getY();
62 mScript.set_gHeight(mHeight);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 15 mHeight = 0;
65 mHeight = height;
97 return mHeight;
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 15 mHeight = 0;
65 mHeight = height;
97 return mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorCompareView.java 45 private float mHeight;
99 if (x> mWidth-2*mHeight) {
115 mHeight = h;
126 mOrigRegion.lineTo(mWidth, mHeight);
127 mOrigRegion.lineTo(mWidth - mHeight * 2, mHeight);
128 mOrigRegion.lineTo(mWidth - mHeight, 0);
132 mRegion.lineTo(mWidth - mHeight, 0);
133 mRegion.lineTo(mWidth - mHeight * 2, mHeight);
    [all...]
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 46 private int mHeight;
57 mHeight = height;
83 mHeight = height;
96 Assert.assertEquals(mHeight, bitmap.getHeight());
105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2);

Completed in 293 milliseconds

12 3 4 5 6 7 8 91011>>