commit | e3c97d084bd2aa6e8d26a8caffe0bc17bdacd311 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Sep 15 15:20:01 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 15 15:20:01 2023 +0000 |
tree | 29cdc38affd6b39f8654d08170c0f4f5353c3fc6 | |
parent | 68ac0bcfbd470a46c9aca300837f1b49429565d2 [diff] | |
parent | a1c8294f9f9f261d21f82ed5b55a086af5ef2388 [diff] |
Merge "C2 VTS: Fix typo in picking up EOS param" into main
diff --git a/media/codec2/hal/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoEncTest.cpp b/media/codec2/hal/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoEncTest.cpp index 8305feb..db68b96 100644 --- a/media/codec2/hal/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoEncTest.cpp +++ b/media/codec2/hal/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoEncTest.cpp
@@ -500,7 +500,7 @@ description("Encodes input file"); if (mDisableTest) GTEST_SKIP() << "Test is disabled"; - bool signalEOS = std::get<3>(GetParam()); + bool signalEOS = std::get<2>(GetParam()); // Send an empty frame to receive CSD data from encoder. bool sendEmptyFirstFrame = std::get<3>(GetParam()); mConfigBPictures = std::get<4>(GetParam());