Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 1 of 1) sorted by relevance

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java139 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() local
689 assert texture != null; in createCameraPreviewSession()
692 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in createCameraPreviewSession()
695 Surface surface = new Surface(texture); in createCameraPreviewSession()