Searched refs:mSurfaceWidth (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.h37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface. member in class:Renderer
H A DRenderer.cpp29 mSurfaceWidth(0),
132 mSurfaceWidth = width;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
163 mSurfaceWidth = mFrameBuffer->GetWidth();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DSurfaceTextureRenderer.cpp122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DWarpRenderer.cpp113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.h37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface. member in class:Renderer
H A DRenderer.cpp29 mSurfaceWidth(0),
132 mSurfaceWidth = width;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
163 mSurfaceWidth = mFrameBuffer->GetWidth();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DSurfaceTextureRenderer.cpp122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
H A DWarpRenderer.cpp113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java153 int mSurfaceWidth; field in class:SendUi
527 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight);
577 mSurfaceWidth = width;
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java157 // surfaceChanged() is called), mSurfaceWidth is set to -1.
158 private int mSurfaceWidth, mSurfaceHeight; field in class:VideoEditorActivity
479 if (mSurfaceWidth != -1) {
480 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight);
1197 mSurfaceWidth = -1;
1205 mSurfaceWidth = width;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java152 private int mSurfaceWidth; field in class:VideoCamera
899 mSurfaceWidth,
1080 mSurfaceWidth = w;
1308 mSurfaceWidth,

Completed in 229 milliseconds