Searched refs:mWidth (Results 151 - 175 of 250) sorted by relevance

12345678910

/frameworks/base/media/java/android/media/
H A DImageWriter.java674 private int mWidth = -1; field in class:ImageWriter.WriterSurfaceImage
702 if (mWidth == -1) {
703 mWidth = nativeGetWidth();
706 return mWidth;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java67 private int mWidth = 640; field in class:Camera2Source
174 yuvBuilder.setX(mWidth);
182 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
230 mWidth, mHeight
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp63 : mWidth(width),
75 meta->setInt32(kKeyWidth, mWidth);
130 int mWidth, mHeight; member in class:DummySource
H A Drecord.cpp49 : mWidth(width),
63 meta->setInt32(kKeyWidth, mWidth);
111 int mWidth, mHeight;
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java170 private int mWidth; field in class:SurfaceControl
352 private int mWidth; field in class:SurfaceControl.Builder
373 if (mWidth <= 0 || mHeight <= 0) {
377 return new SurfaceControl(mSession, mName, mWidth, mHeight, mFormat,
402 mWidth = width;
588 mWidth = w;
605 mWidth = other.mWidth;
615 mWidth = in.readInt();
632 dest.writeInt(mWidth);
[all...]
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java301 private final int mWidth; field in class:PdfRenderer.Page
312 mWidth = size.x;
332 return mWidth;
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java118 mWidth = width;
127 public int getWidth() { return mWidth; }
141 private int mWidth; field in class:ETC1Util.ETC1Texture
/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp42 RETURN_ON_ERROR(parcel->writeInt32(mWidth));
81 RETURN_ON_ERROR(parcel->readInt32(&mWidth));
122 info.mWidth, info.mHeight);
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.cpp34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth;
215 thiz->mSize.mWidth = 0;
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp147 initPorts(kNumBuffers, kNumBuffers, ((mWidth * mHeight * 3) >> 1),
208 s_dimensions_ip.u4_wd = mWidth;
597 displaySizeY = mWidth * mHeight;
615 mStride = mWidth;
651 ALOGD("Params width %d height %d level %d colorFormat %d", mWidth,
714 s_fill_mem_rec_ip.u4_max_wd = mWidth;
773 s_init_ip.u4_max_wd = mWidth;
1196 conversionBuffer, (mWidth * mHeight * 3 / 2), source,
1197 inputBufferHeader->nFilledLen, mWidth, mHeight);
1229 ps_inp_raw_buf->au4_wd[0] = mWidth;
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp70 mWidth(width),
102 def.format.video.nFrameWidth = mWidth;
130 def.format.video.nFrameWidth = mWidth;
151 inDef->format.video.nFrameWidth = mWidth;
166 outDef->format.video.nFrameWidth = mWidth;
181 mWidth = port->format.video.nFrameWidth;
671 : mWidth * mHeight * 3 / 2;
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java103 private int mWidth; field in class:SurfaceCompositionMeasuringActivity
133 score.mBandwidth = score.mSurfaces * mTargetFPS * mWidth * mHeight * 4.0;
272 mWidth = rect.right;
274 long maxMemoryPerSurface = roundToNextPowerOf2(mWidth) * roundToNextPowerOf2(mHeight) * 4;
334 view.setLayoutParams(new CustomLayout.LayoutParams(0, 0, mWidth, mHeight));
341 view.setLayoutParams(new CustomLayout.LayoutParams(x, y, x + mWidth, y + mHeight));
528 "View size: " + mWidth + "x" + mHeight +
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp423 CHECK(msg->findInt32("width", &mWidth));
426 mStride = mWidth;
432 mMaxInputSize = mWidth * mHeight * 4; // room for ARGB8888
446 mMaxOutputSize = mWidth * mHeight * 4; // room for ARGB8888
469 mInputFormat->setInt32("width", mWidth);
478 mOutputFormat->setInt32("width", mWidth);
/frameworks/base/libs/hwui/
H A DPathCache.cpp45 return (lhs.mWidth == rhs.mWidth) && (lhs.mHeight == rhs.mHeight);
440 entry.shape.roundRect.mWidth = width;
485 entry.shape.oval.mWidth = width;
508 entry.shape.rect.mWidth = width;
532 entry.shape.arc.mWidth = width;
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp267 videoFrame->mWidth,
283 height = videoFrame->mWidth;
288 width = videoFrame->mWidth;
314 videoFrame->mWidth,
320 videoFrame->mWidth,
457 int32_t thumbWidth = videoFrame->mWidth;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java92 int mWidth; field in class:ImageProcessingActivity2.SizedTV
97 mWidth = 800;
103 mWidth = 800;
109 mWidth = 800;
114 setMeasuredDimension(mWidth, mHeight);
741 mDisplayViewIO.mWidth = tw;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java101 int mWidth; field in class:ImageProcessingActivityJB.SizedTV
106 mWidth = 800;
112 mWidth = 800;
118 mWidth = 800;
123 setMeasuredDimension(mWidth, mHeight);
697 mDisplayView.mWidth = tw;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java320 private int mWidth, mHeight; field in class:BlockingGLTextureView.RenderThread
356 mWidth = width;
404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h185 mWidth = width;
224 config.setWidth(mWidth);
244 int32_t mWidth = DEFAULT_WIDTH; member in class:android::TestableSurfaceFlinger::FakeHwcDisplayInjector
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DHeifWriter.java129 private final int mWidth; field in class:HeifWriter.Builder
174 mWidth = width;
276 return new HeifWriter(mPath, mFd, mWidth, mHeight, mRotation, mGridEnabled, mQuality,
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h99 int32_t mWidth, mHeight; member in struct:android::MediaFilter
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h99 int32_t mWidth, mHeight; member in struct:android::MediaFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java102 private int mWidth, mHeight; field in class:MediaSource
413 mOutputFormat.setDimensions(mWidth, mHeight);
415 mOutputFormat.setDimensions(mHeight, mWidth);
521 mWidth = width;
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dfind_region.rs74 int mWidth =
77 int4 out = {(int)(rec.x - 1), (int)(rec.y - 1), mWidth + (int)(rec.x - 1),
/frameworks/base/core/java/android/text/
H A DLayout.java263 mWidth = width;
288 mWidth = width;
334 int right = mWidth;
445 int right = mWidth;
601 final int width = mWidth;
756 return mWidth;
764 return mWidth;
773 if (wid < mWidth) {
777 mWidth = wid;
844 bounds.right = mWidth; //
2337 /* package */ int mWidth; field in class:Layout.Ellipsizer
2426 private int mWidth; field in class:Layout
[all...]

Completed in 804 milliseconds

12345678910