Home | History | Annotate | Download | only in com.example.android.camera2video

Lines Matching refs:surfaceTexture

29 import android.graphics.SurfaceTexture;
103 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture,
109 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture,
115 public boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) {
120 public void onSurfaceTextureUpdated(SurfaceTexture surfaceTexture) {
354 mPreviewSize = chooseOptimalSize(map.getOutputSizes(SurfaceTexture.class),
405 SurfaceTexture texture = mTextureView.getSurfaceTexture();