summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/image/yuv.yaml
blob: 8120d93f8cca94f318902daa7933f89d757e0472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root:
  items:
    - type: yuv-image
      format: planar
      src-y: spacex-y.png
      src-u: spacex-u.png
      src-v: spacex-v.png
      bounds: [10, 10, 427, 640]

    - type: yuv-image
      format: interleaved
      src: spacex-yuv.png
      bounds: [447, 10, 427, 640]

    - type: yuv-image
      format: nv12
      src-y: spacex-y.png
      src-uv: spacex-uv.png
      bounds: [887, 10, 427, 640]