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.java1426 ArrayList<MandatoryStreamInformation> streamsInfo = new ArrayList<>(); in getAvailableMandatoryStreamCombinationsInternal() local
1427 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryStreamCombinationsInternal()
1461 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamCombinationsInternal()
1466 streamCombination = new MandatoryStreamCombination(streamsInfo, in getAvailableMandatoryStreamCombinationsInternal()
1566 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryStreamUseCaseCombinations() local
1568 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryStreamUseCaseCombinations()
1590 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamUseCaseCombinations()
1595 streamCombination = new MandatoryStreamCombination(streamsInfo, in getAvailableMandatoryStreamUseCaseCombinations()
1635 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryConcurrentStreamCombinations() local
1637 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryConcurrentStreamCombinations()
[all …]