Searched refs:mRecommendedConfigurations (Results 1 – 1 of 1) sorted by relevance
204 private ArrayList<RecommendedStreamConfigurationMap> mRecommendedConfigurations; field in CameraCharacteristics411 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()412 mRecommendedConfigurations = mProperties.getRecommendedStreamConfigurations(); in getRecommendedStreamConfigurationMap()413 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()418 return mRecommendedConfigurations.get(usecase); in getRecommendedStreamConfigurationMap()