Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java194 public MandatoryStreamCombination(@NonNull List<MandatoryStreamInformation> streamsInformation, in MandatoryStreamCombination() argument
196 if (streamsInformation.isEmpty()) { in MandatoryStreamCombination()
199 mStreamsInformation.addAll(streamsInformation); in MandatoryStreamCombination()