Searched refs:mSurfaceWidth (Results 1 – 8 of 8) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
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()
|
D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } in SurfaceWidth() 60 int mSurfaceWidth; // Width of target surface. variable
|
D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | SendUi.java | 194 int mSurfaceWidth; field in SendUi 693 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); in onAnimationEnd() 743 mSurfaceWidth = width; in onSurfaceTextureAvailable()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | CameraAppUI.java | 497 private int mSurfaceWidth; field in CameraAppUI 1692 return mSurfaceWidth; in getSurfaceWidth() 1705 mSurfaceWidth = width; in onSurfaceTextureAvailable() 1717 mSurfaceWidth = width; in onSurfaceTextureSizeChanged()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | VideoCamera.java | 152 private int mSurfaceWidth; field in VideoCamera 899 mSurfaceWidth, in setPreviewDisplay() 1080 mSurfaceWidth = w; in surfaceChanged() 1308 mSurfaceWidth, in initializeEffectsPreview()
|