Searched refs:mCharacteristics (Results 1 – 2 of 2) sorted by relevance
74 private final CameraCharacteristics mCharacteristics; field in StaticMetadata198 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 …]
89 private List<CameraCharacteristics> mCharacteristics; field in ExtendedCameraCharacteristicsTest148 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 …]