Searched refs:MandatoryStreamInformation (Results 1 – 3 of 3) sorted by relevance
64 public static final class MandatoryStreamInformation { class in MandatoryStreamCombination80 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, int format) { in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation96 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation156 if (obj instanceof MandatoryStreamInformation) { in equals()157 final MandatoryStreamInformation other = (MandatoryStreamInformation) obj; in equals()181 private final ArrayList<MandatoryStreamInformation> mStreamsInformation =182 new ArrayList<MandatoryStreamInformation>();194 public MandatoryStreamCombination(@NonNull List<MandatoryStreamInformation> streamsInformation, in MandatoryStreamCombination()231 public @NonNull List<MandatoryStreamInformation> getStreamsInformation() { in getStreamsInformation()824 ArrayList<MandatoryStreamInformation> streamsInfo = in generateAvailableCombinations()[all …]
17356 …ist<android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation> getStre…17360 public static final class MandatoryStreamCombination.MandatoryStreamInformation {