Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java824 ArrayList<MandatoryStreamInformation> streamsInfo = in generateAvailableCombinations() local
826 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in generateAvailableCombinations()
842 streamsInfo.add(new MandatoryStreamInformation(inputSize, format, in generateAvailableCombinations()
844 streamsInfo.add(new MandatoryStreamInformation(inputSize, format)); in generateAvailableCombinations()
868 streamsInfo.add(streamInfo); in generateAvailableCombinations()
873 streamCombination = new MandatoryStreamCombination(streamsInfo, in generateAvailableCombinations()