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

Commit c6a0d603 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix EVS Stream definition"

parents 9c1e905d f730788e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ parcelable Stream {
  android.hardware.automotive.evs.StreamType streamType;
  int width;
  int height;
  int framerate;
  android.hardware.graphics.common.PixelFormat format;
  android.hardware.graphics.common.BufferUsage usage;
  android.hardware.automotive.evs.Rotation rotation;
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ parcelable Stream {
    int height;
    /**
     * The frame rate of this stream in frames-per-second
     /
     */
    int framerate;
    /**
     * The pixel format form the buffers in this stream.