Searched refs:mHeight (Results 1 - 25 of 165) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DColorDrawableWithDimensions.java23 private int mHeight; field in class:ColorDrawableWithDimensions
28 mHeight = height;
38 return mHeight;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java57 mHeight = checkArgumentPositive(height, "height must be positive");
59 mSize = new Size(mWidth, mHeight);
78 return mHeight;
136 mHeight == other.mHeight &&
148 return HashCodeHelpers.hashCode(mWidth, mHeight, mFpsMin, mFpsMax);
152 private final int mHeight; field in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java64 mHeight = checkArgumentPositive(height, "height must be positive");
96 return mHeight;
105 return new Size(mWidth, mHeight);
153 mHeight == other.mHeight &&
164 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight, mInput ? 1 : 0);
169 private final int mHeight; field in class:StreamConfiguration
H A DStreamConfigurationDuration.java59 mHeight = checkArgumentPositive(height, "height must be positive");
91 return mHeight;
100 return new Size(mWidth, mHeight);
132 mHeight == other.mHeight &&
143 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight,
149 private final int mHeight; field in class:StreamConfigurationDuration
H A DMeteringRectangle.java77 private final int mHeight; field in class:MeteringRectangle
95 mHeight = checkArgumentNonnegative(height, "height must be nonnegative");
119 mHeight = checkArgumentNonnegative(dimensions.getHeight(), "height must be nonnegative");
140 mHeight = checkArgumentNonnegative(rect.height(), "rect.height must be nonnegative");
177 return mHeight;
206 return new Size(mWidth, mHeight);
217 return new Rect(mX, mY, mX + mWidth, mY + mHeight);
246 && mHeight == other.mHeight
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeigh
[all...]
/frameworks/base/core/java/android/util/
H A DSize.java33 mHeight = height;
49 return mHeight;
74 return mWidth == other.mWidth && mHeight == other.mHeight;
86 return mWidth + "x" + mHeight;
147 return mHeight ^ ((mWidth << (Integer.SIZE / 2)) | (mWidth >>> (Integer.SIZE / 2)));
151 private final int mHeight; field in class:Size
H A DSizeF.java44 mHeight = checkArgumentFinite(height, "height");
60 return mHeight;
84 return mWidth == other.mWidth && mHeight == other.mHeight;
96 return mWidth + "x" + mHeight;
159 return Float.floatToIntBits(mWidth) ^ Float.floatToIntBits(mHeight);
163 private final float mHeight; field in class:SizeF
/frameworks/base/libs/hwui/
H A DRenderBuffer.h36 mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
82 glRenderbufferStorage(GL_RENDERBUFFER, mFormat, mWidth, mHeight);
93 if (isAllocated() && (width != mWidth || height != mHeight)) {
98 mHeight = height;
112 return mHeight;
120 return (uint32_t) ((mWidth * mHeight * formatSize(mFormat)) / 8.0f + 0.5f);
184 uint32_t mHeight; member in struct:android::uirenderer::RenderBuffer
H A DLayerCache.h100 mLayer(NULL), mWidth(0), mHeight(0) {
105 mHeight = Layer::computeIdealHeight(layerHeight);
109 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
132 uint32_t mHeight; member in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h81 mBuffer(NULL), mWidth(0), mHeight(0) {
85 mBuffer(NULL), mFormat(format), mWidth(width), mHeight(height) {
90 mWidth(buffer->getWidth()), mHeight(buffer->getHeight()) {
116 uint32_t mHeight; member in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java32 private float mHeight; field in class:Shape
45 return mHeight;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DStraightenFilter.java48 private int mHeight = 0; field in class:StraightenFilter
97 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
99 mHeight = inputFormat.getHeight();
123 Point p0 = new Point(-cosTheta * mWidth + sinTheta * mHeight,
124 -sinTheta * mWidth - cosTheta * mHeight);
126 Point p1 = new Point(cosTheta * mWidth + sinTheta * mHeight,
127 sinTheta * mWidth - cosTheta * mHeight);
129 Point p2 = new Point(-cosTheta * mWidth - sinTheta * mHeight,
130 -sinTheta * mWidth + cosTheta * mHeight);
132 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight,
[all...]
H A DLomoishFilter.java40 private int mHeight = 0; field in class:LomoishFilter
154 if (mWidth > mHeight) {
156 scale[1] = ((float) mHeight) / mWidth;
158 scale[0] = ((float) mWidth) / mHeight;
168 mProgram.setHostValue("stepsizeY", 1.0f / mHeight);
187 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
189 mHeight = inputFormat.getHeight();
H A DCropRectFilter.java51 private int mHeight = 0; field in class:CropRectFilter
83 updateSourceRect(mWidth, mHeight);
105 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
121 mHeight = height;
124 Log.e("CropFilter", mWidth + ", " + mHeight + ", " +
126 (float) mYorigin / mHeight + ", " +
128 (float) mOutputHeight / mHeight);
132 (float) mYorigin / mHeight,
134 (float) mOutputHeight / mHeight);
H A DDocumentaryFilter.java40 private int mHeight = 0; field in class:DocumentaryFilter
123 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
125 mHeight = inputFormat.getHeight();
145 if (mWidth > mHeight) {
147 scale[1] = ((float) mHeight) / mWidth;
149 scale[0] = ((float) mWidth) / mHeight;
H A DFisheyeFilter.java49 private int mHeight = 0; field in class:FisheyeFilter
115 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
138 mHeight = height;
146 if (mWidth > mHeight) {
148 scale[1] = ((float) mHeight) / mWidth;
150 scale[0] = ((float) mWidth) / mHeight;
H A DVignetteFilter.java39 private int mHeight = 0; field in class:VignetteFilter
95 if (mWidth > mHeight) {
97 scale[1] = ((float) mHeight) / mWidth;
99 scale[0] = ((float) mWidth) / mHeight;
137 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
139 mHeight = inputFormat.getHeight();
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp25 mWidth(0), mHeight(0), mFiltering(false) {
30 mWidth(0), mHeight(0), mFiltering(false) {
52 mHeight = height;
76 return mHeight;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h40 mHeight(0)
52 int getHeight() const { return mHeight; }
82 int mHeight; member in class:android::EglWindow
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DMirror.java32 private int mHeight; field in class:Mirror
38 mHeight = mInPixelsAllocation.getType().getY();
42 mScript.set_gHeight(mHeight);
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp27 mHeight = src->height();
35 mHeight = 0;
43 mHeight = height;
62 SkASSERT(mPicture->height() == mHeight);
71 SkASSERT(mPicture->height() == mHeight);
74 return mHeight;
83 newPict->mHeight = newPict->mPicture->height();
117 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
/frameworks/av/include/private/media/
H A DVideoFrame.h33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
38 mHeight = copy.mHeight;
62 uint32_t mHeight; member in class:android::VideoFrame
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp41 newBlock->mWidth, newBlock->mHeight);
85 blockToRemove->mWidth, blockToRemove->mHeight);
112 mTexture(NULL), mTextureId(0), mWidth(width), mHeight(height), mFormat(format),
117 mWidth - TEXTURE_BORDER_SIZE, mHeight - TEXTURE_BORDER_SIZE);
146 mWidth - TEXTURE_BORDER_SIZE, mHeight - TEXTURE_BORDER_SIZE);
185 mTexture = PixelBuffer::create(mFormat, mWidth, mHeight);
194 glTexImage2D(GL_TEXTURE_2D, 0, mFormat, mWidth, mHeight, 0,
260 if (glyph.fHeight + TEXTURE_BORDER_SIZE * 2 > mHeight) {
278 if (roundedUpW <= cacheBlock->mWidth && glyphH <= cacheBlock->mHeight &&
281 if (cacheBlock->mHeight
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java51 private final int mHeight; field in class:CpuVideoTrackDecoder
62 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
105 int outputHeight = mHeight;
107 outputWidth = mHeight;
118 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
121 mUnrotatedBytes = ByteBuffer.allocateDirect(mWidth * mHeight * 4);
124 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
148 offset = (mWidth - 1) * mHeight;
149 pixStride = -mHeight;
153 offset = mHeight
[all...]
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h40 mHeight = height;
49 uint32_t mHeight; member in class:RsdFrameBufferObj

Completed in 1999 milliseconds

1234567