Home | History | Annotate | Download | only in panorama

Lines Matching defs:mSurfaceTexture

162     private SurfaceTexture mSurfaceTexture;
480 if (mSurfaceTexture != null) {
481 mSurfaceTexture.release();
483 mSurfaceTexture = new SurfaceTexture(textureID);
485 mSurfaceTexture.setOnFrameAvailableListener(PanoramaActivity.this);
527 mSurfaceTexture.updateTexImage();
528 mSurfaceTexture.getTransformMatrix(mTransformMatrix);
616 mSurfaceTexture.setOnFrameAvailableListener(null);
759 // If mSurfaceTexture == null then GL setup is not finished yet.
761 if (mPausing || mThreadRunning || mSurfaceTexture == null) return;
900 if (mPausing || mSurfaceTexture == null) return;
906 if (mPausing || mThreadRunning || mSurfaceTexture == null) return;
931 mSurfaceTexture.setOnFrameAvailableListener(this);
1117 setPreviewTexture(mSurfaceTexture);