Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DMultiResolutionImageReader.java159 for (MultiResolutionStreamInfo streamInfo : streams) { in MultiResolutionImageReader()
160 mReaders[index] = ImageReader.newInstance(streamInfo.getWidth(), in MultiResolutionImageReader()
161 streamInfo.getHeight(), format, maxImages); in MultiResolutionImageReader()
162 mStreamInfo[index] = streamInfo; in MultiResolutionImageReader()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DMultiResolutionStreamConfigurationMap.java250 for (MultiResolutionStreamInfo streamInfo : streamInfoList) { in appendConfigurationsString()
252 streamInfo.getWidth(), streamInfo.getHeight(), in appendConfigurationsString()
253 streamInfo.getPhysicalCameraId())); in appendConfigurationsString()
H A DMandatoryStreamCombination.java1446 MandatoryStreamInformation streamInfo; in getAvailableMandatoryStreamCombinationsInternal() local
1461 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamCombinationsInternal()
1577 MandatoryStreamInformation streamInfo; in getAvailableMandatoryStreamUseCaseCombinations() local
1590 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamUseCaseCombinations()
1639 MandatoryStreamInformation streamInfo; in getAvailableMandatoryConcurrentStreamCombinations() local
1665 streamsInfo.add(streamInfo); in getAvailableMandatoryConcurrentStreamCombinations()
1787 MandatoryStreamInformation streamInfo; in createUHSensorMandatoryStreamCombination() local
1826 streamInfo = new MandatoryStreamInformation(sizes, formatChosen, in createUHSensorMandatoryStreamCombination()
1834 streamsInfo.add(streamInfo); in createUHSensorMandatoryStreamCombination()
2054 MandatoryStreamInformation streamInfo; in generateAvailableCombinations() local
[all …]
H A DOutputConfiguration.java605 MultiResolutionStreamInfo streamInfo = in createInstancesForMultiResolutionOutput() local
610 config.setPhysicalCameraId(streamInfo.getPhysicalCameraId()); in createInstancesForMultiResolutionOutput()