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

Commit f730788e authored by Changyeon Jo's avatar Changyeon Jo
Browse files

Fix EVS Stream definition

Bug: 170401743
Test: Manually confirmed a framerate from EVS app
Change-Id: I1c78949cb7dac4f6282a95dc9d5201d29b108677
parent 50da347b
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.