[roll] Roll fuchsia [media][codecs] Support magma CodecFactories

CodecFactory can now connect to /dev/class/gpu/* devices. GPU devices that list
a ICD SUPPORTS_MEDIA_CODEC_FACTORY (using
fuchsia.gpu.magma/Device.GetIcdList) will have that component loaded
into an isolate so it can be used for hardware decoding.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/622795
Original-Revision: 05bcfaee6c59184871e544f9ca469918b71d7c2f
GitOrigin-RevId: 348dbd839c1db0913c4b33512dbe4b4fc8e0eb34
Change-Id: Ie17a2dae2b53055ab50003a1d8eca71b38d5c202
1 file changed
tree: 1521152bc09bd81db580ca615fd4b61324ffae41
  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.