commit | 03fda9073c56732137c22de1c24346c85a63ecc3 | [log] [tgz] |
---|---|---|
author | Jason Hsu <yeong-cherng.hsu@mediatek.com> | Thu Dec 10 16:12:46 2020 +0800 |
committer | Lili Lin <lili.lin@mediatek.com> | Mon Dec 14 14:27:44 2020 +0800 |
tree | 44b0428e4a872ab2169fb79da99e9069df3f92df | |
parent | d19faf826761db767dc8ee967149fe8939416850 [diff] |
Separate timestamps in AdaptiveDecodeTest add 33ms offset to timestampOffset to avoid identical timestamp on AdaptiveDecodeTest Bug: 175284392 Test: Codec2VideoDecHidlTest.AdaptiveDecodeTest Change-Id: I76ad535f5ad2e9c3c50d501a0f4ab053999787d3
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