Searched defs:mSurfaceWidth (Results 1 - 3 of 3) 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/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java150 // surfaceChanged() is called), mSurfaceWidth is set to -1.
151 private int mSurfaceWidth, mSurfaceHeight; field in class:VideoEditorActivity
472 if (mSurfaceWidth != -1) {
473 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight);
1182 mSurfaceWidth = -1;
1190 mSurfaceWidth = width;
/packages/apps/Camera/src/com/android/camera/
H A DVideoCamera.java152 private int mSurfaceWidth; field in class:VideoCamera
899 mSurfaceWidth,
1080 mSurfaceWidth = w;
1308 mSurfaceWidth,

Completed in 158 milliseconds