Home
last modified time | relevance | path

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

/packages/apps/Camera/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()
DWarpRenderer.cpp113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DSurfaceTextureRenderer.cpp122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
/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()
DWarpRenderer.cpp113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DSurfaceTextureRenderer.cpp122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
/packages/apps/Nfc/src/com/android/nfc/
DSendUi.java153 int mSurfaceWidth; field in SendUi
515 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); in onAnimationEnd()
565 mSurfaceWidth = width; in onSurfaceTextureAvailable()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorActivity.java158 private int mSurfaceWidth, mSurfaceHeight; field in VideoEditorActivity
479 if (mSurfaceWidth != -1) { in createPreviewThreadIfNeeded()
480 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight); in createPreviewThreadIfNeeded()
1197 mSurfaceWidth = -1;
1205 mSurfaceWidth = width;
/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()
/packages/apps/Camera/src/com/android/camera/
DVideoCamera.java127 private int mSurfaceWidth; field in VideoCamera
830 mEffectsRecorder.setPreviewSurfaceTexture(mSurfaceTexture, mSurfaceWidth, in setPreviewTexture()
866 mSurfaceWidth = mCameraScreenNail.getWidth(); in startPreview()
1212 mEffectsRecorder.setPreviewSurfaceTexture(mSurfaceTexture, mSurfaceWidth, mSurfaceHeight); in initializeEffectsPreview()