HomeSort by relevance Sort by last modified time
    Searched full:mwidth (Results 176 - 200 of 458) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 40 int mMode, mWidth, mHeight, mFps;
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
  /packages/apps/Browser/src/com/android/browser/view/
BasePieView.java 41 protected int mWidth;
137 if ((evtx < mLeft) || (evtx >= mLeft + mWidth)
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 74 private int mWidth = 0;
125 mShadePath.addRect(0, mHeight - getScrollDistance(), mWidth, mHeight,
130 mShadePath.addRect(0, 0, mWidth, - getScrollDistance(), Path.Direction.CW);
195 mWidth = right - left;
198 mIconRect.set(mWidth / 2 - mIconSize / 2, mHeight / 2 - mIconSize / 2,
199 mWidth / 2 + mIconSize / 2, mHeight / 2 + mIconSize / 2);
208 float x = mWidth / 2;
224 int horizontalDistanceToFarEdge = Math.max(mPeepHoleCenterX, mWidth - mPeepHoleCenterX);
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 82 private int mWidth = -1;
145 mWidth = width;
166 String fileName = "vedit1_" + mWidth + "x" + mHeight + ".mp4";
174 String fileName = "vedit2_" + mWidth + "x" + mHeight + ".mp4";
189 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight);
196 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight);
360 startX = frameIndex * (mWidth / 4);
363 startX = (7 - frameIndex) * (mWidth / 4);
371 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2);
387 if (VERBOSE) Log.d(TAG, "editVideoFile " + mWidth + "x" + mHeight)
    [all...]
IvfReader.java 42 private int mWidth;
81 return mWidth;
151 mWidth = (int) changeEndianness(mIvfFile.readShort());
IvfWriter.java 32 private int mWidth;
55 mWidth = width;
83 mOutputFile.write(makeIvfHeader(mFrameCount, mWidth, mHeight, mScale, mRate));
RemoteVirtualDisplayService.java 113 private int mWidth;
122 mWidth = w;
132 TAG, mWidth, mHeight, 200, mSurface, 0);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 58 size_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 93 uint32_t mWidth, mHeight;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 227 uint32_t getWidth() const { return mWidth; }
247 uint32_t mWidth;
312 uint32_t getWidth() const { return mWidth; }
341 uint32_t mWidth;
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 54 private final int mWidth;
91 mWidth = width;
102 return mWidth;
260 dest.writeInt(mWidth);
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 58 private int mWidth;
104 mWidth = width;
124 Rect wholeImage = new Rect(0, 0, mWidth, mHeight);
172 return mWidth;
  /frameworks/base/libs/hwui/
PathCache.h 136 float mWidth;
145 float mWidth;
149 float mWidth;
153 float mWidth;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 67 private int mWidth = 640;
174 yuvBuilder.setX(mWidth);
182 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
230 mWidth, mHeight
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 42 int mWidth;
98 mWidth = width;
105 mSceneManager.initRS(mRS, mRes, mWidth, mHeight);
110 FullscreenBlur.createRenderTargets(mRS, mWidth, mHeight);
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 86 mWidth = info.width;
101 if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &mSurface)) {
107 "%s: mWidth %d, mHeight %d, mStride %d, mColorFormat %d, "
109 __func__, mWidth, mHeight, mStride, mColorFormat,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.h 77 int mWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.h 77 int mWidth;
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 110 mWidth = entry.data.i32[0];
123 mWidth = implDefResolutions[0];
259 mWidth, mHeight, format,
360 int mWidth;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 55 private int mWidth;
177 mWidth = decoder.getWidth();
253 if (mWidth != 0 && mHeight != 0) {
254 details.addDetail(MediaDetails.INDEX_WIDTH, mWidth);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 114 EGL_RESULT_CHECK(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &mWidth));
231 glViewport(0, 0, mWidth, mHeight);
252 glViewport(0, 0, mWidth, mHeight);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 28 private int mWidth;
44 mWidth = width;
189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth);
  /frameworks/base/libs/hwui/font/
CacheTexture.h 51 uint16_t mWidth;
57 mX(x), mY(y), mWidth(width), mHeight(height), mNext(nullptr), mPrev(nullptr) {
68 currBlock->mWidth, currBlock->mHeight);
  /frameworks/base/media/java/android/media/
FaceDetector.java 118 mWidth = width;
144 if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
197 private int mWidth;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 44 protected int mWidth = UNSPECIFIED;
79 mWidth = width;
99 return mWidth;

Completed in 805 milliseconds

1 2 3 4 5 6 78 91011>>