diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/image/yuv-clip.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/image/yuv-clip.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/image/yuv-clip.yaml b/gfx/wr/wrench/reftests/image/yuv-clip.yaml new file mode 100644 index 0000000000..6ceb7b6940 --- /dev/null +++ b/gfx/wr/wrench/reftests/image/yuv-clip.yaml @@ -0,0 +1,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] |