HomeSort by relevance Sort by last modified time
    Searched refs:previewTexture (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 294 SurfaceTexture[] previewTexture = new SurfaceTexture[2];
303 previewTexture[i] = getAvailableSurfaceTexture(
305 assertNotNull("Unable to get preview surface texture", previewTexture[i]);
306 previewTexture[i].setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight());
309 surfaces[i] = new Surface(previewTexture[i]);
442 SurfaceTexture previewTexture = getAvailableSurfaceTexture(WAIT_FOR_COMMAND_TO_COMPLETE,
444 assertNotNull("Unable to get preview surface texture", previewTexture);
445 previewTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight());
447 Surface previewSurface = new Surface(previewTexture);
658 SurfaceTexture[] previewTexture = new SurfaceTexture[surfaceLimit]
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
LegacyCameraPerformanceTest.java 100 SurfaceTexture previewTexture = new SurfaceTexture(/*random int*/ 1);
101 mCamera.setPreviewTexture(previewTexture);
129 previewTexture.release();

Completed in 242 milliseconds