commit | 24754945ba55e8ead4b2675cec84cab8f0b75f58 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Sat Apr 16 09:50:35 2022 -0700 |
committer | Ray Essick <essick@google.com> | Sun Apr 17 07:28:27 2022 -0700 |
tree | 3b7645cd27fb16210a22b5793c2041257f8bb923 | |
parent | be55f49361dde8374b079ee9597a2d32d8df1844 [diff] |
Use monotonic system time instead of gettimeofday Several Codec2 plugins used gettimeofday() to measure durations which could cause overflows if during an inopportune clock change. Replace with systemTime(). Bug: 229389483 Test: simple playback Change-Id: Iefcfd12430763162f40a71d5d04e5fea95564069