/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.cpp | 29 mSurfaceWidth(0), in Renderer() 132 mSurfaceWidth = width; in SetupGraphics() 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics() 163 mSurfaceWidth = mFrameBuffer->GetWidth(); in SetupGraphics() 166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics() 179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in Clear()
|
H A D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } in SurfaceWidth() 60 int mSurfaceWidth; // Width of target surface. variable
|
H A D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
H A D | SurfaceTextureRenderer.cpp | 124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
H A D | WarpRenderer.cpp | 117 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
H A D | DisplaySinkService.java | 49 private int mSurfaceWidth; field in DisplaySinkService 136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) { in updateSurfaceFromUi() 141 mSurfaceWidth = width; in updateSurfaceFromUi() 153 "video/avc", mSurfaceWidth, mSurfaceHeight); in updateSurfaceFromUi() 234 mBuffer.putInt(mSurfaceWidth); in sendSinkStatus()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 196 int mSurfaceWidth = -1; field in SurfaceView 665 mTmpRect.set(0, 0, mSurfaceWidth, mSurfaceHeight); in setClipBounds() 994 mScreenRect.width() / (float) mSurfaceWidth /*postScaleX*/, in performSurfaceTransaction() 1004 geometryTransaction.setWindowCrop(mSurfaceControl, mSurfaceWidth, in performSurfaceTransaction() 1011 replacePositionUpdateListener(mSurfaceWidth, mSurfaceHeight, in performSurfaceTransaction() 1021 mScreenRect.bottom, mSurfaceWidth, mSurfaceHeight)); in performSurfaceTransaction() 1031 mSurfaceFrame.right = mSurfaceWidth; in performSurfaceTransaction() 1115 mSurfaceWidth = myWidth; in updateSurface() 1291 .setBufferSize(mSurfaceWidth, mSurfaceHeight) in createSurfaceControls() 1410 mScreenRect.width() / (float) mSurfaceWidth /*postScaleX*/, in requestUpdateSurfacePositionAndScale() [all …]
|
H A D | ThreadedRenderer.java | 243 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer 440 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup() 448 mSurfaceWidth = width; in setup() 452 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup() 556 RecordingCanvas canvas = mRootNode.beginRecording(mSurfaceWidth, mSurfaceHeight); in updateRootDisplayList()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/ |
H A D | SearchWidescreenController.java | 94 private int mSurfaceWidth; field in SearchWidescreenController 194 wideScreenImeContentAreaViewContainer, mSurfaceWidth, in initializeWindowInsetsListener() 331 mSurfaceWidth = width; in onSurfaceInfo() 353 mSurfaceWidth = width; in reLayout()
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvView.java | 99 private int mSurfaceWidth; field in TvView 119 mSurfaceWidth = width; 122 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight); 1102 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight); in onSessionCreated()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | VideoView.java | 125 private int mSurfaceWidth; field in VideoView 514 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) { 679 mSurfaceWidth = w;
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | SendUi.java | 197 int mSurfaceWidth; field in SendUi 674 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); in onAnimationEnd() 724 mSurfaceWidth = width; in onSurfaceTextureAvailable()
|
/aosp12/frameworks/rs/ |
H A D | rsFont.h | 161 float mSurfaceWidth;
|
H A D | rsFont.cpp | 675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad() 771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth(); in renderText()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/app/ |
H A D | CameraAppUI.java | 498 private int mSurfaceWidth; field in CameraAppUI 1693 return mSurfaceWidth; in getSurfaceWidth() 1706 mSurfaceWidth = width; in onSurfaceTextureAvailable() 1718 mSurfaceWidth = width; in onSurfaceTextureSizeChanged()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | VideoCamera.java | 152 private int mSurfaceWidth; field in VideoCamera 899 mSurfaceWidth, in setPreviewDisplay() 1080 mSurfaceWidth = w; in surfaceChanged() 1308 mSurfaceWidth, in initializeEffectsPreview()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 34641 Landroid/media/tv/TvView;->mSurfaceWidth:I 65545 Landroid/view/SurfaceView;->mSurfaceWidth:I 66397 Landroid/view/ThreadedRenderer;->mSurfaceWidth:I 71560 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceWidth:I 74219 Landroid/widget/VideoView;->mSurfaceWidth:I
|