Searched refs:mRecommendedConfigurations (Results 1 – 1 of 1) sorted by relevance
200 private ArrayList<RecommendedStreamConfigurationMap> mRecommendedConfigurations; field in CameraCharacteristics407 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()408 mRecommendedConfigurations = mProperties.getRecommendedStreamConfigurations(); in getRecommendedStreamConfigurationMap()409 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()414 return mRecommendedConfigurations.get(usecase); in getRecommendedStreamConfigurationMap()