commit | 5f86b5140842cc8d60b79ef8962d75bb143751cd | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Mon Jun 22 18:16:48 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 22 18:16:48 2020 +0000 |
tree | b7f672bab15c1cdb2b9dcd6455a74f6a3bf0f45e | |
parent | da96bb52267ddccd99b9d033594a6293e351669f [diff] | |
parent | 523e37e6383d21b874cba99c60355a1436bd93a8 [diff] |
Merge "Reserves memory for external buffers" into rvc-dev
diff --git a/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp b/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp index 6a386c3..8b68fd6 100644 --- a/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp +++ b/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp
@@ -2262,6 +2262,7 @@ // Allocate buffers to use hidl_vec<BufferDesc> buffers; + buffers.resize(kBuffersToHold); for (auto i = 0; i < kBuffersToHold; ++i) { unsigned pixelsPerLine; buffer_handle_t memHandle = nullptr;