summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/image/yuv-clip.yaml
blob: 6ceb7b69407e0f08f9e57ebf0278aecb72065031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root:
  items:
    - type: clip
      bounds: [0, 0, 1314, 650]
      complex:
            - rect: [0, 0, 1314, 650]
      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]