Home
last modified time | relevance | path

Searched refs:mCharacteristics (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java74 private final CameraCharacteristics mCharacteristics; field in StaticMetadata
198 mCharacteristics = characteristics; in StaticMetadata()
209 return mCharacteristics; in getCharacteristics()
336 Integer cfa = mCharacteristics.get( in isNIRColorFilter()
379 Integer value = mCharacteristics.get(CameraCharacteristics.REQUEST_PARTIAL_RESULT_COUNT); in getPartialResultCount()
426 int[] availableAfModes = mCharacteristics.get( in hasFocuser()
475 minFocusDistance = mCharacteristics.get(key); in getMinimumFocusDistanceChecked()
527 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE); in getAeMaxRegionsChecked()
540 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB); in getAwbMaxRegionsChecked()
553 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF); in getAfMaxRegionsChecked()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java89 private List<CameraCharacteristics> mCharacteristics; field in ExtendedCameraCharacteristicsTest
148 mCharacteristics = new ArrayList<>(); in setUp()
150 mCharacteristics.add(mAllStaticInfo.get(mAllCameraIds[i]).getCharacteristics()); in setUp()
157 mCharacteristics = null; in tearDown()
168 CameraCharacteristics c = mCharacteristics.get(i); in testAvailableStreamConfigs()
798 CameraCharacteristics c = mCharacteristics.get(i); in testRecommendedStreamConfigurations()
898 CameraCharacteristics c = mCharacteristics.get(i); in testKeys()
1067 CameraCharacteristics c = mCharacteristics.get(i); in testStaticRawCharacteristics()
1173 for (CameraCharacteristics c : mCharacteristics) { in testStaticSessionKeys()
1194 CameraCharacteristics c = mCharacteristics.get(i); in testStaticBurstCharacteristics()
[all …]