Home
last modified time | relevance | path

Searched refs:mSurfaceWidth (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.cpp29 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 DRenderer.h37 int SurfaceWidth() const { return mSurfaceWidth; } in SurfaceWidth()
60 int mSurfaceWidth; // Width of target surface. variable
H A DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
H A DSurfaceTextureRenderer.cpp124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
H A DWarpRenderer.cpp117 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java49 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 DSurfaceView.java196 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 DThreadedRenderer.java243 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 DSearchWidescreenController.java94 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 DTvView.java99 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 DVideoView.java125 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 DSendUi.java197 int mSurfaceWidth; field in SendUi
674 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); in onAnimationEnd()
724 mSurfaceWidth = width; in onSurfaceTextureAvailable()
/aosp12/frameworks/rs/
H A DrsFont.h161 float mSurfaceWidth;
H A DrsFont.cpp675 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 DCameraAppUI.java498 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 DVideoCamera.java152 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 Dhiddenapi-max-target-o.txt34641 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