Searched defs:mSurfaceWidth (Results 1 - 6 of 6) 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
/packages/apps/Camera2/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
/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
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java172 int mSurfaceWidth; field in class:SendUi
643 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight);
693 mSurfaceWidth = width;
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java158 // surfaceChanged() is called), mSurfaceWidth is set to -1.
159 private int mSurfaceWidth, mSurfaceHeight; field in class:VideoEditorActivity
478 if (mSurfaceWidth != -1) {
479 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight);
1192 mSurfaceWidth = -1;
1200 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 986 milliseconds