Home | History | Annotate | Download | only in camera2video

Lines Matching refs:SURFACE

46 import android.view.Surface;
69 ORIENTATIONS.append(Surface.ROTATION_0, 90);
70 ORIENTATIONS.append(Surface.ROTATION_90, 0);
71 ORIENTATIONS.append(Surface.ROTATION_180, 270);
72 ORIENTATIONS.append(Surface.ROTATION_270, 180);
235 // Collect the supported resolutions that are at least as big as the preview Surface
409 List<Surface> surfaces = new ArrayList<Surface>();
411 Surface previewSurface = new Surface(texture);
415 Surface recorderSurface = mMediaRecorder.getSurface();
482 if (Surface.ROTATION_90 == rotation || Surface.ROTATION_270 == rotation) {
500 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);