[roll] Roll fuchsia [camera][virtual_camera] Add HAL controller

This CL adds support for adding streams to the virtual_camera_agent
using |VirtualCameraDevice::AddStreamConfig|. It also adds support for
the |fuchsia::camera2::hal::Controller| protocol with
implementations for |GetNextConfig| and |GetDeviceInfo|. A class to
store the stream_configs and share them among different parts of the
virtual camera is also added, stream_storage.

Test: Updated virtual_camera_agent_unittest and added
stream_storage_unittest.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/529600
Original-Revision: 05757ea425f2ecdcf6a0fa978e17a7036d06d53e
GitOrigin-RevId: 2e6d6ffcd72b6f3c827f32c8960e1c8848d606fa
Change-Id: Ic51536a9413adf85497a92670f3336a090fc90d3
1 file changed
tree: 775485ebcb599354e8f11e054abd1603b9ae6a9a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.