Searched refs:mHeight (Results 126 - 150 of 240) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp97 mHeight(height),
287 (const uint8_t *)src.mBits + src.mStride * src.mHeight
291 src_u + (src.mStride / 2) * (src.mHeight / 2);
426 uint8_t *src_u = (uint8_t *)src.mBits + src.mStride * src.mHeight
429 uint8_t *src_v = src_u + (src.mStride / 2) * (src.mHeight / 2);
535 (const uint8_t *)src.mBits + src.mStride * src.mHeight
539 src_u + (src.mStride / 2) * (src.mHeight / 2);
609 (const uint8_t *)src.mBits + src.mStride * src.mHeight
613 src_u + (src.mStride / 2) * (src.mHeight / 2);
690 const uint8_t *src_u = (const uint8_t *)src.mBits + src.mStride * src.mHeight
[all...]
/frameworks/base/core/java/android/app/
H A DActivityOptions.java295 private int mHeight; field in class:ActivityOptions
475 opts.mHeight = height;
502 opts.mHeight = height;
637 opts.mHeight = targetHeight;
897 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
912 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
1035 return mHeight;
1332 mHeight = otherOptions.mHeight;
1349 mHeight
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h364 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
390 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
415 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
444 int getHeight() const { return mPrimitiveFields.mHeight; }
532 mPrimitiveFields.mHeight <= deviceInfo->maxTextureSize();
550 int mWidth = 0, mHeight = 0; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
H A DTexture.cpp97 if (mWidth == width && mHeight == height && mFormat == format &&
102 mHeight = height;
106 notifySizeChanged(mWidth * mHeight * bytesPerPixel(internalFormat));
132 glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, mWidth, mHeight, 0, format, type, pixels);
134 glTexSubImage2D(GL_TEXTURE_2D, 0, internalFormat, mWidth, mHeight, 0, format, type, pixels);
385 mHeight = height;
H A DTexture.h118 uint32_t height() const { return mHeight; }
188 uint32_t mHeight = 0; member in class:android::uirenderer::Texture
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java253 mModes[i] = createMode(mode.mWidth, mode.mHeight, refreshRate);
464 mName, mode.mWidth, mode.mHeight, mode.mDensityDpi, mGravity, mSecure,
503 window.resize(mode.mWidth, mode.mHeight, mode.mDensityDpi);
513 final int mHeight; field in class:OverlayDisplayAdapter.OverlayMode
518 mHeight = height;
526 .append(", height=").append(mHeight)
H A DOverlayDisplayWindow.java65 private int mHeight; field in class:OverlayDisplayWindow
149 mHeight = height;
153 mName, mWidth, mHeight, mDensityDpi);
207 mTextureView.getLayoutParams().height = mHeight;
249 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalHeight / mHeight);
254 int height = (int)(mHeight * scale);
H A DVirtualDisplayAdapter.java200 private int mHeight; field in class:VirtualDisplayAdapter.VirtualDisplayDevice
220 mHeight = height;
274 t.setDisplaySize(getDisplayTokenLocked(), mWidth, mHeight);
295 if (mWidth != width || mHeight != height || mDensityDpi != densityDpi) {
299 mHeight = height;
328 mInfo.height = mHeight;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp48 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight);
74 mHeight = height;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp127 mCodecConfiguration->g_h = mHeight;
298 if (((uint64_t)mWidth * mHeight) > ((uint64_t)INT32_MAX / 3)) {
299 ALOGE("b/25812794, Buffer size is too big, width=%d, height=%d.", mWidth, mHeight);
302 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
666 size_t frameSize = mWidth * mHeight * 3 / 2;
671 mWidth, mHeight);
680 source, mConversionBuffer, mWidth, mHeight);
686 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, mWidth, mHeight,
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h74 int32_t getHeight() const { return mHeight; };
117 const int32_t mHeight; member in struct:AImageReader
/frameworks/base/core/java/android/view/
H A DDisplay.java1166 private final int mHeight; field in class:Display.Mode
1175 mHeight = height;
1215 return mHeight;
1232 mHeight == height &&
1245 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate);
1253 hash = hash * 17 + mHeight;
1263 .append(", height=").append(mHeight)
1282 out.writeInt(mHeight);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java342 private int mHeight = 0; field in class:VideoDumpView.VideoDumpRenderer
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/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java106 int mHeight = (((int) (8 + mRect.height())) & ~3);
109 return new Rect(mPasteOffX, mPasteOffY, mPasteOffX + mWidth, mPasteOffY + mHeight);
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/
H A DHeifWriterTest.java265 final int mHeight; field in class:HeifWriterTest.TestConfig
282 mHeight = height;
297 int mHeight; field in class:HeifWriterTest.TestConfig.Builder
312 mHeight = 1080;
356 mHeight = mBitmaps[0].getHeight();
372 mWidth, mHeight, mRotation, mQuality, mInputPath, mOutputPath, mBitmaps);
385 + ", mHeight " + mHeight
395 int height = config.mHeight;
/frameworks/av/include/media/stagefright/
H A DColorConverter.h62 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DColorConverter.h62 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoEncoderOMXComponent.h79 int32_t mHeight; // height of the input frames member in struct:android::SoftVideoEncoderOMXComponent
/frameworks/base/media/java/android/media/
H A DImageWriter.java673 private int mHeight = -1; field in class:ImageWriter.WriterSurfaceImage
713 if (mHeight == -1) {
714 mHeight = nativeGetHeight();
717 return mHeight;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java66 private int mHeight = 480; field in class:Camera2Source
175 yuvBuilder.setY(mHeight);
182 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
230 mWidth, mHeight
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContainer.java51 private int mHeight; field in class:ActionBarContainer
69 mHeight = a.getDimensionPixelSize(R.styleable.ActionBar_height, -1);
264 MeasureSpec.getMode(heightMeasureSpec) == MeasureSpec.AT_MOST && mHeight >= 0) {
266 Math.min(mHeight, MeasureSpec.getSize(heightMeasureSpec)), MeasureSpec.AT_MOST);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp64 mHeight(height),
76 meta->setInt32(kKeyHeight, mHeight);
130 int mWidth, mHeight; member in class:DummySource

Completed in 6606 milliseconds

12345678910