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

Commit 5a536590 authored by Changyeon Jo's avatar Changyeon Jo
Browse files

Add a metadata field to BufferDesc



This change adds a variable-length metadata field to BufferDesc.  This
new data is owned by EVS Camera HAL implementations and opaque to EVS
manager.

Change-Id: If9b25093afa55ea0782af776a3f67923664e0058
Fix: 142891952
Bug: 142888671
Test: Build successful
Signed-off-by: default avatarChangyeon Jo <changyeon@google.com>
parent f20dd169
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ struct BufferDesc {
     * Time that this buffer is being filled.
     */
    int64_t timestamp;

    vec<uint8_t> metadata;
};

/**