/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } 60 int mSurfaceWidth; // Width of target surface. member in class:Renderer
|
H A D | Renderer.cpp | 29 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 D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } 60 int mSurfaceWidth; // Width of target surface. member in class:Renderer
|
H A D | Renderer.cpp | 29 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 D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } 60 int mSurfaceWidth; // Width of target surface. member in class:Renderer
|
H A D | Renderer.cpp | 29 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 D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
H A D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
|
/packages/apps/Nfc/src/com/android/nfc/ |
H A D | SendUi.java | 172 int mSurfaceWidth; field in class:SendUi 643 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight); 693 mSurfaceWidth = width;
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
H A D | VideoEditorActivity.java | 158 // surfaceChanged() is called), mSurfaceWidth is set to -1. 159 private int mSurfaceWidth, mSurfaceHeight; field in class:VideoEditorActivity 480 if (mSurfaceWidth != -1) { 481 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight); 1198 mSurfaceWidth = -1; 1206 mSurfaceWidth = width;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | VideoCamera.java | 152 private int mSurfaceWidth; field in class:VideoCamera 899 mSurfaceWidth, 1080 mSurfaceWidth = w; 1308 mSurfaceWidth,
|