commit | f730788ee9fe41dca23db79d49534ee57fa6609f | [log] [tgz] |
---|---|---|
author | Changyeon Jo <[email protected]> | Fri Feb 11 07:50:45 2022 -0800 |
committer | Changyeon Jo <[email protected]> | Fri Feb 11 07:52:22 2022 -0800 |
tree | 0611cbc6fc401e6fe5c6fd67be67b7c09c08fe3a | |
parent | 50da347b6509222a179151f4fa4568c874e39998 [diff] |
Fix EVS Stream definition Bug: 170401743 Test: Manually confirmed a framerate from EVS app Change-Id: I1c78949cb7dac4f6282a95dc9d5201d29b108677
diff --git a/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/Stream.aidl b/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/Stream.aidl index a780412..154a693 100644 --- a/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/Stream.aidl +++ b/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/Stream.aidl
@@ -38,6 +38,7 @@ 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;
diff --git a/automotive/evs/aidl/android/hardware/automotive/evs/Stream.aidl b/automotive/evs/aidl/android/hardware/automotive/evs/Stream.aidl index ae5c7f0..663ba22 100644 --- a/automotive/evs/aidl/android/hardware/automotive/evs/Stream.aidl +++ b/automotive/evs/aidl/android/hardware/automotive/evs/Stream.aidl
@@ -55,7 +55,7 @@ int height; /** * The frame rate of this stream in frames-per-second - / + */ int framerate; /** * The pixel format form the buffers in this stream.