Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
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()
DRenderer.h37 int SurfaceWidth() const { return mSurfaceWidth; } in SurfaceWidth()
60 int mSurfaceWidth; // Width of target surface. variable
DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DSurfaceTextureRenderer.cpp124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DWarpRenderer.cpp117 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/
DSearchWidescreenController.java87 private int mSurfaceWidth; field in SearchWidescreenController
187 wideScreenImeContentAreaViewContainer, mSurfaceWidth, in initializeWindowInsetsListener()
324 mSurfaceWidth = width; in onSurfaceInfo()
339 mSurfaceWidth = width; in reLayout()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java196 int mSurfaceWidth; field in SendUi
675 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); in onAnimationEnd()
725 mSurfaceWidth = width; in onSurfaceTextureAvailable()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java498 private int mSurfaceWidth; field in CameraAppUI
1693 return mSurfaceWidth; in getSurfaceWidth()
1706 mSurfaceWidth = width; in onSurfaceTextureAvailable()
1718 mSurfaceWidth = width; in onSurfaceTextureSizeChanged()
/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java152 private int mSurfaceWidth; field in VideoCamera
899 mSurfaceWidth, in setPreviewDisplay()
1080 mSurfaceWidth = w; in surfaceChanged()
1308 mSurfaceWidth, in initializeEffectsPreview()