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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 542 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager));
604 getSupportedSizeForFormat(YUV_420_888, camera.getId(), mCameraManager));
792 Size[] availableSizes = getSupportedSizeForFormat(format, mCamera.getId(),
    [all...]
StaticMetadataTest.java 483 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888,
CameraTestUtils.java 539 public static Size[] getSupportedSizeForFormat(int format, String cameraId,
611 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager);
    [all...]

Completed in 52 milliseconds