Searched refs:texture (Results 1 – 1 of 1) sorted by relevance
139 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) {144 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) {149 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) {154 public void onSurfaceTextureUpdated(SurfaceTexture texture) {432 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated()688 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in createCameraPreviewSession() local689 assert texture != null; in createCameraPreviewSession()692 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in createCameraPreviewSession()695 Surface surface = new Surface(texture); in createCameraPreviewSession()