commit | fd2e17865a19f95affac27b8a6a055a627946398 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 15 00:54:23 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 15 00:54:23 2020 +0000 |
tree | d04a783c4d9cf9858d217c682f6d41ad41fda905 | |
parent | 308f2b28a4fb89c0be2b1c1e2406ab153c0c5112 [diff] | |
parent | 03fda9073c56732137c22de1c24346c85a63ecc3 [diff] |
Merge "Separate timestamps in AdaptiveDecodeTest"
diff --git a/media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp b/media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp index 12ed725..b520c17 100644 --- a/media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp +++ b/media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp
@@ -734,7 +734,7 @@ } if (timestampMax < timestamp) timestampMax = timestamp; } - timestampOffset = timestampMax; + timestampOffset = timestampMax + 33333; eleInfo.close(); // Reset Total frames before second decode loop