Searched refs:mCameraTexture (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java150 private SurfaceTexture mCameraTexture; field in class:PanoramaModule
478 mCameraTexture = mMosaicPreviewRenderer.getInputSurfaceTexture();
589 mCameraTexture.setOnFrameAvailableListener(null);
699 if (mPaused || mCameraTexture == null) return;
729 // If mCameraTexture == null then GL setup is not finished yet.
731 if (mPaused || mThreadRunning || mCameraTexture == null) return;
1000 mCameraTexture = null;
1161 // in a row. mCameraTexture can be null after pressing home during
1165 if (mCameraTexture == null) return;
1176 mCameraTexture
[all...]
/packages/apps/Gallery2/src/com/android/camera/
H A DPanoramaModule.java150 private SurfaceTexture mCameraTexture; field in class:PanoramaModule
477 mCameraTexture = mMosaicPreviewRenderer.getInputSurfaceTexture();
588 mCameraTexture.setOnFrameAvailableListener(null);
698 if (mPaused || mCameraTexture == null) return;
728 // If mCameraTexture == null then GL setup is not finished yet.
730 if (mPaused || mThreadRunning || mCameraTexture == null) return;
981 mCameraTexture = null;
1148 // in a row. mCameraTexture can be null after pressing home during
1152 if (mCameraTexture == null) return;
1163 mCameraTexture
[all...]

Completed in 237 milliseconds