[roll] Roll fuchsia [audio][clock] Add RecoveredClock

This CL adds a class which can be used to recover a clock from a stream
of position updates (e.g. from a device driver). This is being factored
out of AudioDriver and AudioClock. The behavior should be identical to a
a DeviceAdjustable AudioClock as used in the following code:

https://cs.opensource.google/fuchsia/fuchsia/+/main:src/media/audio/audio_core/audio_driver.cc;drc=73cfbf4538bbcec51bf87420803ca2da65060f8d;l=588
https://cs.opensource.google/fuchsia/fuchsia/+/main:src/media/audio/lib/clock/audio_clock.cc;drc=a05c6d9f6f02df7d46611e8b2626e9ad96cd4a1f;l=318

Original-Bug: 87651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/680506
Original-Revision: e94ab18ea68dc9f7d243eb11496ea8aaa9b9a3e8
GitOrigin-RevId: 4f41b3a47253d6ff51b144c2063ba207e7dea644
Change-Id: I668ecd3b0abf7de593c69c6dc5d80b718ea9d025
1 file changed
tree: aa34c86108f7dba34f687b27722ab655916c1857
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.