Searched refs:mWidth (Results 101 - 125 of 206) sorted by relevance

123456789

/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp31 mWidth = 0;
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
/frameworks/av/include/media/stagefright/
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h53 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
H A DSoftVideoDecoderOMXComponent.h93 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h77 int32_t mWidth; // width of the input frames member in struct:android::SoftVideoEncoderOMXComponent
/frameworks/av/media/ndk/
H A DNdkImagePriv.h74 const int32_t mWidth; member in struct:AImage
/frameworks/base/libs/hwui/
H A DPathCache.h136 float mWidth; member in struct:android::uirenderer::PathDescription::Shape::RoundRect
145 float mWidth; member in struct:android::uirenderer::PathDescription::Shape::Oval
149 float mWidth; member in struct:android::uirenderer::PathDescription::Shape::Rect
153 float mWidth; member in struct:android::uirenderer::PathDescription::Shape::Arc
H A DRenderProperties.h412 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft;
442 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft;
483 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft;
512 return mPrimitiveFields.mWidth;
613 return mPrimitiveFields.mWidth <= deviceInfo->maxTextureSize()
634 int mWidth = 0, mHeight = 0; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
H A DCanvasState.h163 int getWidth() const { return mWidth; }
181 int mWidth, mHeight; member in class:android::uirenderer::CanvasState
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java151 private int mWidth = 0; field in class:AutoFixFilter
249 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
250 mWidth = inputFormat.getWidth();
252 createHistogramFrame(context, mWidth, mHeight, input.getInts());
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java73 private int mWidth = 0; field in class:RgbPlayerActivity.RgbView
121 mWidth = Integer.parseInt(prop.getProperty("width"));
129 mBytesPerLine = mWidth * mBytesPerPixel;
132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
H A DVideoDumpView.java341 private int mWidth = 0; field in class:VideoDumpView.VideoDumpRenderer
439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
476 mWidth = Math.min(VideoDumpConfig.MAX_DUMP_WIDTH, video_width);
478 mStartX = video_width / mWidth / 2 * mWidth;
482 + "size " + mWidth + "x" + mHeight);
484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
496 prop.setProperty("width", Integer.toString(mWidth));
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java175 private final int mWidth; field in class:DisplaySourceService.VirtualDisplayThread
182 mWidth = width;
189 MediaFormat format = MediaFormat.createVideoFormat("video/avc", mWidth, mHeight);
207 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp247 if (((uint64_t)mWidth * mHeight) > ((uint64_t)INT32_MAX / 3)) {
252 (uint8_t *) malloc((mWidth * mHeight * 3 ) >> 1);
257 if (mWidth % 16 != 0 || mHeight % 16 != 0) {
259 mWidth, mHeight);
263 mEncParams->width = mWidth;
269 int32_t nMacroBlocks = divUp(mWidth, 16) * divUp(mHeight, 16);
584 videoInput.pitch = align(mWidth, 16);
590 mInputFrameData, (mWidth * mHeight * 3) >> 1,
592 mWidth, mHeight);
604 inputData, mInputFrameData, mWidth, mHeigh
[all...]
/frameworks/base/core/java/android/app/
H A DActivityOptions.java228 private int mWidth; field in class:ActivityOptions
396 opts.mWidth = width;
423 opts.mWidth = width;
576 opts.mWidth = targetWidth;
757 mWidth = opts.getInt(KEY_ANIM_WIDTH, 0);
768 mWidth = opts.getInt(KEY_ANIM_WIDTH, 0);
867 return mWidth;
1026 mWidth = otherOptions.mWidth;
1043 mWidth
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java253 mModes[i] = createMode(mode.mWidth, mode.mHeight, refreshRate);
459 mName, mode.mWidth, mode.mHeight, mode.mDensityDpi, mGravity, mSecure,
498 window.resize(mode.mWidth, mode.mHeight, mode.mDensityDpi);
507 final int mWidth; field in class:OverlayDisplayAdapter.OverlayMode
512 mWidth = width;
520 .append("width=").append(mWidth)
H A DOverlayDisplayWindow.java63 private int mWidth; field in class:OverlayDisplayWindow
145 mWidth = width;
150 mName, mWidth, mHeight, mDensityDpi);
203 mTextureView.getLayoutParams().width = mWidth;
245 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalWidth / mWidth);
250 int width = (int)(mWidth * scale);
H A DVirtualDisplayAdapter.java177 private int mWidth; field in class:VirtualDisplayAdapter.VirtualDisplayDevice
197 mWidth = width;
243 SurfaceControl.setDisplaySize(getDisplayTokenLocked(), mWidth, mHeight);
264 if (mWidth != width || mHeight != height || mDensityDpi != densityDpi) {
267 mWidth = width;
296 mInfo.width = mWidth;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp48 surface->query(NATIVE_WINDOW_WIDTH, &mWidth);
74 mWidth = width;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp129 mCodecConfiguration->g_w = mWidth;
324 if (((uint64_t)mWidth * mHeight) > ((uint64_t)INT32_MAX / 3)) {
325 ALOGE("b/25812794, Buffer size is too big, width=%d, height=%d.", mWidth, mHeight);
328 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
737 size_t frameSize = mWidth * mHeight * 3 / 2;
742 mWidth, mHeight);
759 source, mConversionBuffer, mWidth, mHeight);
765 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, mWidth, mHeight,
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java152 protected int mWidth; field in class:MonthView
422 mWidth = w;
453 int x = (mWidth + 2 * mEdgePadding) / 2;
460 int dayWidthHalf = (mWidth - mEdgePadding * 2) / (mNumDays * 2);
481 final float dayWidthHalf = (mWidth - mEdgePadding * 2) / (mNumDays * 2.0f);
550 if (x < dayStart || x > mWidth - mEdgePadding) {
555 int column = (int) ((x - dayStart) * mNumDays / (mWidth - dayStart - mEdgePadding));
778 final int cellWidth = ((mWidth - (2 * mEdgePadding)) / mNumDays);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/base/media/java/android/media/
H A DImageWriter.java631 private int mWidth = -1; field in class:ImageWriter.WriterSurfaceImage
656 if (mWidth == -1) {
657 mWidth = nativeGetWidth();
660 return mWidth;

Completed in 658 milliseconds

123456789