Home | History | Annotate | Download | only in camera

Lines Matching defs:surfaceTexture

31 import android.graphics.SurfaceTexture;
651 // back to use SurfaceTexture for preview and we need to stop then start
895 SurfaceTexture surfaceTexture = ((CameraScreenNail) mActivity.mCameraScreenNail)
897 if (surfaceTexture == null) {
900 mActivity.mCameraDevice.setPreviewTextureAsync(surfaceTexture);
1006 // surfacetexture is not valid anymore. Disconnect the graph from
1132 // Nothing to do here if using SurfaceTexture.
1137 // need to change the SurfaceTexture to SurfaceView for preview.
1140 // The orientation for SurfaceTexture is different from that for
1141 // SurfaceView. For SurfaceTexture we don't need to consider the
1767 // Switch back to use SurfaceTexture for preview.