commit | a836c08ff7ee6999195dc47100b3411ea160bee7 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 23 06:13:46 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 23 06:13:46 2020 +0000 |
tree | 448d9bdb13297246fa3bb36382d627078c518a05 | |
parent | 79de2730feb558e3cd7f3892e4ef68e8506c8ce4 [diff] | |
parent | 0505ab4323de047faaa9f890c8bc81829ef19b29 [diff] |
Merge "A2DP: Enable AAC VBR Offloading" into rvc-d1-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;