[roll] Roll fuchsia [mixer_service] Remove timeline functions from PipelineStage

As discussed offline, PipelineStages should not be responsible for clock
(and frame rate) adjustments, except for a dedicated
SampleRateConversionStage to resolve the such differences in between
stages. Note that we may still benefit from keeping a similar reference
to the removed timeline functionality, which can be added back as needed
once the corresponding API is finalized. So we're removing them for now
to avoid extra noise.

Original-Bug: 87651
Multiply: audio_mixer_service_mix_unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/669162
Original-Revision: cf4a920ad2049498ed62cc5b761f7908148f69ef
GitOrigin-RevId: 3bdd0946886125b90f37a3dc4f85834374db1608
Change-Id: I64af90f0a451b7a9b7c53ded69b5871464f4a334
1 file changed
tree: 7e94474d1f57457851462dd51f8ff8150cca4abf
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.