Searched refs:CameraUtils (Results 1 – 17 of 17) sorted by relevance
21 import android.hardware.cts.helpers.CameraUtils;73 int[] cameraIds = CameraUtils.deriveCameraIdsUnderTest(); in testMaxAspectRatios()75 if (CameraUtils.isLegacyHAL(getContext(), id)) { in testMaxAspectRatios()83 Collections.sort(supportedJpegDimens, new CameraUtils.LegacySizeComparator()); in testMaxAspectRatios()84 Collections.sort(supportedPreviewDimens, new CameraUtils.LegacySizeComparator()); in testMaxAspectRatios()
23 import android.hardware.cts.helpers.CameraUtils;59 mCameraIds = CameraUtils.deriveCameraIdsUnderTest(); in setUp()
29 import android.hardware.cts.helpers.CameraUtils;117 mCameraIds = CameraUtils.deriveCameraIdsUnderTest(); in setUp()147 mIsExternalCamera = CameraUtils.isExternal( in initializeMessageLooper()
33 import android.hardware.cts.helpers.CameraUtils;144 mCameraIds = CameraUtils.deriveCameraIdsUnderTest(); in setUp()191 looperInfo.isExternalCamera = CameraUtils.isExternal( in initializeMessageLooper()1923 if (CameraUtils.getOverrideCameraId() != null) { in testMultipleCameras()2548 if (CameraUtils.getOverrideCameraId() != null) { in testMultiCameraRelease()
30 public class CameraUtils { class
28 import android.hardware.cts.helpers.CameraUtils;204 int[] cameraIds = CameraUtils.deriveCameraIdsUnderTest(); in testCamera1()
23 import static android.hardware.cts.helpers.CameraUtils.matchParametersToCharacteristics;69 import android.hardware.cts.helpers.CameraUtils;3307 if (CameraUtils.isDeviceFoldable(mContext)) { in testCameraOrientationAlignedWithDevice()3652 boolean meetH110 = (CameraUtils.isDeviceFoldable(mContext)
27 import static android.hardware.cts.helpers.CameraUtils.getAvailableSurfaceTexture;
43 import android.hardware.cts.helpers.CameraUtils;563 boolean isLegacy = CameraUtils.isLegacyHAL(mCameraManager, cameraIdsUnderTest[i]); in testFlashTurnOff()
79 import static android.hardware.cts.helpers.CameraUtils.*;
37 import com.android.cts.devicepolicy.CameraUtils;188 successToOpen = CameraUtils.blockUntilOpenCamera(mCameraManager, mBackgroundHandler); in checkCanOpenCamera()
22 import android.hardware.cts.helpers.CameraUtils;149 List<Camera.Size> videoSizes = CameraUtils.getSupportedVideoSizes(camera); in setSupportedResolution()
31 import android.hardware.cts.helpers.CameraUtils;431 final List<Size> videoSizes = CameraUtils.getSupportedVideoSizes(camera); in checkGet()558 isExternal = CameraUtils.isExternal(context, cameraId); in testGetWithId()663 isExternal = CameraUtils.isExternal(context, cameraId); in checkAllHdrProfile()
50 public class CameraUtils { class
25 import android.hardware.cts.helpers.CameraUtils;998 return CameraUtils.isExternal(this, cameraId); in isExternalCamera()
28 import android.hardware.cts.helpers.CameraUtils;1025 return CameraUtils.isDeviceFoldable(context); in isFoldableDevice()
55 import android.hardware.cts.helpers.CameraUtils;2066 return CameraUtils in compare()