commit | 48453a03b85a6cc0decd43fd00d0b1840b1d415d | [log] [tgz] |
---|---|---|
author | Zhou Song <zhous@codeaurora.org> | Wed Jan 10 17:50:59 2018 +0800 |
committer | Zhou Song <zhous@codeaurora.org> | Fri Jan 12 14:39:56 2018 +0800 |
tree | afd516046227323eb234177c3075af023a2087f0 | |
parent | e27bd055d0df07b3548e577d5b70fdf5ce8a7d74 [diff] |
hal: fix position query issue for track offload Currently the real time when position queried is returned as framesAt for track offload, while the actual framesAt should be earlier when query happens within the write cycle, this can lead drift in calculated played duration. Thus A/V sync is mismatched. Fix this by returning with the rendered time instead of the current real time when position is queried. Change-Id: I0837c7db8ec996dde50fd91c50052090b46bdbf1 CRs-Fixed: 2167391