Searched refs:mRecommendedConfigurations (Results 1 – 1 of 1) sorted by relevance
209 private ArrayList<RecommendedStreamConfigurationMap> mRecommendedConfigurations; field in CameraCharacteristics471 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()472 mRecommendedConfigurations = mProperties.getRecommendedStreamConfigurations(); in getRecommendedStreamConfigurationMap()473 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()478 return mRecommendedConfigurations.get(usecase); in getRecommendedStreamConfigurationMap()