Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1219 List<MandatoryStreamCombination> combs = build.getAvailableMandatoryStreamCombinations(); in getMandatoryStreamCombinations() local
1220 if ((combs != null) && (!combs.isEmpty())) { in getMandatoryStreamCombinations()
1221 MandatoryStreamCombination[] combArray = new MandatoryStreamCombination[combs.size()]; in getMandatoryStreamCombinations()
1222 combArray = combs.toArray(combArray); in getMandatoryStreamCombinations()