[roll] Roll fuchsia [display-test] Fix display capture test.

There are some issues with the capture test in display-test:
- It only checks captured image on the first row, which is not
  expected behavior;
- The color difference threshold is too small for some devices
  (e.g. VIM3). The hardware internal RGB->YUV->RGB conversion
  caused color loss for some colors (e.g. white), which needs to
  be taken into account.
- It also hardcoded some logic about pixel formats.

This fixes the amlogic display capture test in display-test.

Original-Bug: 124947
Test: display-test --capture --num-frames 100 on VIM3, nelson, astro
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832830
Original-Revision: f21e28f75ed2a6eebf654386353e37c2ac394f48
GitOrigin-RevId: 0f026ae3381c08677fb6d687c4c37783f76468d9
Change-Id: Ib2c1b8798021ae78d4ee8fb376940575885c235f
1 file changed
tree: 0eda7dcc2cf19d2afe3fc96a30611034a40eb1ca
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.