Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCharacteristics.java209 private ArrayList<RecommendedStreamConfigurationMap> mRecommendedConfigurations; field in CameraCharacteristics
471 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()
472 mRecommendedConfigurations = mProperties.getRecommendedStreamConfigurations(); in getRecommendedStreamConfigurationMap()
473 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()
478 return mRecommendedConfigurations.get(usecase); in getRecommendedStreamConfigurationMap()