Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 275da0ba authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Add reprocessable mandatory stream combinations

Mandatory reprocessable stream combinations must include
at least one input stream and one ZSL output with the same
format and size.

Bug: 111593096
Test: Camera CTS
Change-Id: I4bdfb8b540ccce583b01ea200d8c7e252dd72b12
parent 423cbd71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17103,11 +17103,13 @@ package android.hardware.camera2.params {
  public final class MandatoryStreamCombination {
    method public java.lang.String getDescription();
    method public java.util.List<android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation> getStreamsInformation();
    method public boolean isReprocessable();
  }
  public static final class MandatoryStreamCombination.MandatoryStreamInformation {
    method public java.util.List<android.util.Size> getAvailableSizes();
    method public int getFormat();
    method public boolean isInput();
  }
  public final class MeteringRectangle {
+359 −17

File changed.

Preview size limit exceeded, changes collapsed.