commit | c6a0d6037819c868c91f04023d4267f8824d89f4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Feb 11 17:04:01 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Feb 11 17:04:01 2022 +0000 |
tree | 1bd63511f799893dbf8d33c2638f83c75ae1a941 | |
parent | 9c1e905dc8907501e6eb97bad76be423a9107232 [diff] | |
parent | f730788ee9fe41dca23db79d49534ee57fa6609f [diff] |
Merge "Fix EVS Stream definition"
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.