HomeSort by relevance Sort by last modified time
    Searched refs:mWidth (Results 276 - 300 of 742) sorted by null

<<11121314151617181920>>

  /frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/
HeifWriterTest.java 264 final int mWidth;
281 mWidth = width;
296 int mWidth;
311 mWidth = 1920;
355 mWidth = mBitmaps[0].getWidth();
372 mWidth, mHeight, mRotation, mQuality, mInputPath, mOutputPath, mBitmaps);
384 + ", mWidth " + mWidth
394 int width = config.mWidth;
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxDec.cpp 242 mWidth = 320;
296 C2Rect(mWidth, mHeight));
427 if (img->d_w != mWidth || img->d_h != mHeight) {
428 mWidth = img->d_w;
431 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
454 c2_status_t err = pool->fetchGraphicBlock(align(mWidth, 16) * bpp, mHeight, format, usage, &block);
469 block->width(), block->height(), mWidth, mHeight, (int)*(int64_t *)img->user_priv);
479 srcYStride, srcUStride, srcVStride, mWidth, mHeight, bpp);
  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 75 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL);
  /device/generic/goldfish/camera/qemu-pipeline3/
QemuSensor.h 116 const uint32_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/include/media/stagefright/
ColorConverter.h 62 size_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoEncoderOMXComponent.h 78 int32_t mWidth; // width of the input frames
  /frameworks/base/media/java/android/media/
ImageWriter.java 674 private int mWidth = -1;
702 if (mWidth == -1) {
703 mWidth = nativeGetWidth();
706 return mWidth;
    [all...]
  /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
  /hardware/intel/common/utils/ISV/include/
isv_profile.h 132 uint32_t mWidth;
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.h 74 uint32_t mWidth = 0; // Horizontal pixel count in the buffers
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 59 private int mWidth;
76 mWidth = width;
98 mWidth = width;
117 glViewport(0, 0, mWidth, mHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 48 private final int mWidth;
75 mWidth = width;
97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight);
100 mWidth, mHeight);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
CameraStreamManager.java 50 private int mWidth;
162 mWidth = width;
168 openCamera(mWidth, mHeight);
  /cts/tests/openglperf2/jni/graphics/
Renderer.cpp 115 EGL_RESULT_CHECK(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &mWidth));
232 glViewport(0, 0, mWidth, mHeight);
253 glViewport(0, 0, mWidth, mHeight);
  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 113 private int mWidth;
122 mWidth = w;
132 TAG, mWidth, mHeight, 200, mSurface, 0);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 62 private int mWidth;
122 gl.glReadPixels(mWidth / 2, mHeight / 2, 1, 1, GL10.GL_RGBA,
133 mWidth = width;
  /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/av/cmds/stagefright/
recordvideo.cpp 63 : mWidth(width),
75 meta->setInt32(kKeyWidth, mWidth);
130 int mWidth, mHeight;
  /frameworks/base/core/java/android/view/
SurfaceControl.java 170 private int mWidth;
352 private int mWidth;
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/
PdfRenderer.java 301 private final int mWidth;
312 mWidth = size.x;
332 return mWidth;
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 118 mWidth = width;
127 public int getWidth() { return mWidth; }
141 private int mWidth;
  /frameworks/native/libs/gui/
LayerDebugInfo.cpp 42 RETURN_ON_ERROR(parcel->writeInt32(mWidth));
81 RETURN_ON_ERROR(parcel->readInt32(&mWidth));
122 info.mWidth, info.mHeight);
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.cpp 34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth;
215 thiz->mSize.mWidth = 0;
  /hardware/google/av/media/sfplugin/
C2OMXNode.cpp 53 : mComp(comp), mFrameIndex(0), mWidth(0), mHeight(0) {
90 pDef->format.video.nFrameWidth = mWidth;
288 mWidth = width;
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 89 mWidth = info.width;
109 if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &mSurface)) {
115 "%s: mWidth %d, mHeight %d, mStride %d, mColorFormat %d, "
117 __func__, mWidth, mHeight, mStride, mColorFormat,

Completed in 945 milliseconds

<<11121314151617181920>>