media/libraries/exoplayer/src
tonihei 408b4449ff Ensure getPlaybackHeadPosition isn't called if not needed
Once the value returned from AudioTimestampPoller advances, we
only need getPlaybackHeadPosition to sample sync params and
verify the returned timestamp. Both of these happen less often
and we can avoid calling getPlaybackHeadPosition if we don't
actually need it.

PiperOrigin-RevId: 512882170
2023-03-01 17:21:27 +00:00
..
androidTest Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
main Ensure getPlaybackHeadPosition isn't called if not needed 2023-03-01 17:21:27 +00:00
test Fix some playback parameter signalling problems. 2023-03-01 17:18:30 +00:00