Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java999 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryConcurrentStreamCombinations() local
1001 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryConcurrentStreamCombinations()
1029 streamsInfo.add(streamInfo); in getAvailableMandatoryConcurrentStreamCombinations()
1107 ArrayList<MandatoryStreamInformation> streamsInfo = in createUHSensorMandatoryStreamCombination() local
1109 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in createUHSensorMandatoryStreamCombination()
1130 streamsInfo.add(new MandatoryStreamInformation(inputSize, format, in createUHSensorMandatoryStreamCombination()
1133 streamsInfo.add(new MandatoryStreamInformation(inputSize, format, in createUHSensorMandatoryStreamCombination()
1188 streamsInfo.add(streamInfo); in createUHSensorMandatoryStreamCombination()
1205 streamCombination = new MandatoryStreamCombination(streamsInfo, in createUHSensorMandatoryStreamCombination()
1373 ArrayList<MandatoryStreamInformation> streamsInfo = in generateAvailableCombinations() local
[all …]