Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java263 public MandatoryStreamCombination(@NonNull List<MandatoryStreamInformation> streamsInformation, in MandatoryStreamCombination() argument
265 if (streamsInformation.isEmpty()) { in MandatoryStreamCombination()
268 mStreamsInformation.addAll(streamsInformation); in MandatoryStreamCombination()