Searched refs:mCharacteristics (Results 1 – 2 of 2) sorted by relevance
72 private final CameraCharacteristics mCharacteristics; field in StaticMetadata196 mCharacteristics = characteristics; in StaticMetadata()207 return mCharacteristics; in getCharacteristics()334 Integer cfa = mCharacteristics.get( in isNIRColorFilter()377 Integer value = mCharacteristics.get(CameraCharacteristics.REQUEST_PARTIAL_RESULT_COUNT); in getPartialResultCount()424 int[] availableAfModes = mCharacteristics.get( in hasFocuser()473 minFocusDistance = mCharacteristics.get(key); in getMinimumFocusDistanceChecked()525 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE); in getAeMaxRegionsChecked()538 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB); in getAwbMaxRegionsChecked()551 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF); in getAfMaxRegionsChecked()[all …]
81 private List<CameraCharacteristics> mCharacteristics; field in ExtendedCameraCharacteristicsTest133 mCharacteristics = new ArrayList<>(); in setUp()135 mCharacteristics.add(mAllStaticInfo.get(mAllCameraIds[i]).getCharacteristics()); in setUp()142 mCharacteristics = null; in tearDown()152 CameraCharacteristics c = mCharacteristics.get(i); in testAvailableStreamConfigs()774 CameraCharacteristics c = mCharacteristics.get(i); in testRecommendedStreamConfigurations()873 CameraCharacteristics c = mCharacteristics.get(i); in testKeys()1041 CameraCharacteristics c = mCharacteristics.get(i); in testStaticRawCharacteristics()1146 for (CameraCharacteristics c : mCharacteristics) { in testStaticSessionKeys()1166 CameraCharacteristics c = mCharacteristics.get(i); in testStaticBurstCharacteristics()[all …]