Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java61 public static final class MandatoryStreamInformation { class in MandatoryStreamCombination
224 if (obj instanceof MandatoryStreamInformation) { in equals()
225 final MandatoryStreamInformation other = (MandatoryStreamInformation) obj; in equals()
251 new ArrayList<MandatoryStreamInformation>();
999 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryConcurrentStreamCombinations()
1003 MandatoryStreamInformation streamInfo; in getAvailableMandatoryConcurrentStreamCombinations()
1107 ArrayList<MandatoryStreamInformation> streamsInfo = in createUHSensorMandatoryStreamCombination()
1108 new ArrayList<MandatoryStreamInformation>(); in createUHSensorMandatoryStreamCombination()
1151 MandatoryStreamInformation streamInfo; in createUHSensorMandatoryStreamCombination()
1373 ArrayList<MandatoryStreamInformation> streamsInfo = in generateAvailableCombinations()
[all …]
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18695 …ist<android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation> getStre…
18699 public static final class MandatoryStreamCombination.MandatoryStreamInformation {