Commit 8d699e5a authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

mf/tests: Add more video processor tests with RGB555 format.

parent db1e98a6
......@@ -65,10 +65,12 @@ typedef DWORD (*compare_cb)(const BYTE *data, DWORD *length, const RECT *rect, c
extern DWORD compare_nv12(const BYTE *data, DWORD *length, const RECT *rect, const BYTE *expect);
extern DWORD compare_i420(const BYTE *data, DWORD *length, const RECT *rect, const BYTE *expect);
extern DWORD compare_rgb32(const BYTE *data, DWORD *length, const RECT *rect, const BYTE *expect);
extern DWORD compare_rgb16(const BYTE *data, DWORD *length, const RECT *rect, const BYTE *expect);
extern DWORD compare_pcm16(const BYTE *data, DWORD *length, const RECT *rect, const BYTE *expect);
typedef void (*dump_cb)(const BYTE *data, DWORD length, const RECT *rect, HANDLE output);
extern void dump_rgb32(const BYTE *data, DWORD length, const RECT *rect, HANDLE output);
extern void dump_rgb16(const BYTE *data, DWORD length, const RECT *rect, HANDLE output);
extern void dump_nv12(const BYTE *data, DWORD length, const RECT *rect, HANDLE output);
extern void dump_i420(const BYTE *data, DWORD length, const RECT *rect, HANDLE output);
......
......@@ -72,6 +72,10 @@ nv12frame.bmp RCDATA nv12frame.bmp
nv12frame-grabber.bmp RCDATA nv12frame-grabber.bmp
/* Generated from running the tests on Windows */
/* @makedep: nv12frame-flip.bmp */
nv12frame-flip.bmp RCDATA nv12frame-flip.bmp
/* Generated from running the tests on Windows */
/* @makedep: i420frame.bmp */
i420frame.bmp RCDATA i420frame.bmp
......@@ -87,6 +91,14 @@ rgb32frame-flip.bmp RCDATA rgb32frame-flip.bmp
/* @makedep: rgb32frame-grabber.bmp */
rgb32frame-grabber.bmp RCDATA rgb32frame-grabber.bmp
/* Generated from running the tests on Windows */
/* @makedep: rgb555frame.bmp */
rgb555frame.bmp RCDATA rgb555frame.bmp
/* Generated from running the tests on Windows */
/* @makedep: rgb555frame-flip.bmp */
rgb555frame-flip.bmp RCDATA rgb555frame-flip.bmp
/* Generated with:
* gst-launch-1.0 videotestsrc num-buffers=60 pattern=smpte100 ! \
* video/x-raw,format=I420,width=64,height=64,framerate=30000/1001 ! \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment