Searched refs:mRecommendedConfigurations (Results 1 – 1 of 1) sorted by relevance
216 private ArrayList<RecommendedStreamConfigurationMap> mRecommendedConfigurations; field in CameraCharacteristics478 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()479 mRecommendedConfigurations = mProperties.getRecommendedStreamConfigurations(); in getRecommendedStreamConfigurationMap()480 if (mRecommendedConfigurations == null) { in getRecommendedStreamConfigurationMap()485 return mRecommendedConfigurations.get(usecase); in getRecommendedStreamConfigurationMap()