Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0402d5b5
Commit
0402d5b5
authored
Sep 19, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Sep 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf/tests: Rename transform frame dumps to BMP.
parent
ec556ff5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
i420frame.bmp
dlls/mf/tests/i420frame.bmp
+0
-0
nv12frame.bmp
dlls/mf/tests/nv12frame.bmp
+0
-0
resource.rc
dlls/mf/tests/resource.rc
+8
-8
rgb32frame-vp.bmp
dlls/mf/tests/rgb32frame-vp.bmp
+0
-0
rgb32frame.bmp
dlls/mf/tests/rgb32frame.bmp
+0
-0
transform.c
dlls/mf/tests/transform.c
+6
-6
No files found.
dlls/mf/tests/i420frame.b
in
→
dlls/mf/tests/i420frame.b
mp
View file @
0402d5b5
File moved
dlls/mf/tests/nv12frame.b
in
→
dlls/mf/tests/nv12frame.b
mp
View file @
0402d5b5
File moved
dlls/mf/tests/resource.rc
View file @
0402d5b5
...
...
@@ -55,17 +55,17 @@ mp3decdata.bin RCDATA mp3decdata.bin
h264data.bin RCDATA h264data.bin
/* Generated from running the tests on Windows */
/* @makedep: nv12frame.b
in
*/
nv12frame.b
in RCDATA nv12frame.bin
/* @makedep: nv12frame.b
mp
*/
nv12frame.b
mp RCDATA nv12frame.bmp
/* Generated from running the tests on Windows */
/* @makedep: i420frame.b
in
*/
i420frame.b
in RCDATA i420frame.bin
/* @makedep: i420frame.b
mp
*/
i420frame.b
mp RCDATA i420frame.bmp
/* Generated from running the tests on Windows */
/* @makedep: rgb32frame.b
in
*/
rgb32frame.b
in RCDATA rgb32frame.bin
/* @makedep: rgb32frame.b
mp
*/
rgb32frame.b
mp RCDATA rgb32frame.bmp
/* Generated from running the tests on Windows */
/* @makedep: rgb32frame-vp.b
in
*/
rgb32frame-vp.b
in RCDATA rgb32frame-vp.bin
/* @makedep: rgb32frame-vp.b
mp
*/
rgb32frame-vp.b
mp RCDATA rgb32frame-vp.bmp
dlls/mf/tests/rgb32frame-vp.b
in
→
dlls/mf/tests/rgb32frame-vp.b
mp
View file @
0402d5b5
File moved
dlls/mf/tests/rgb32frame.b
in
→
dlls/mf/tests/rgb32frame.b
mp
View file @
0402d5b5
File moved
dlls/mf/tests/transform.c
View file @
0402d5b5
...
...
@@ -2834,7 +2834,7 @@ static void test_h264_decoder(void)
ref
=
IMFSample_Release
(
output_sample
);
ok
(
ref
==
1
,
"Release returned %ld
\n
"
,
ref
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc_nv12
,
L"nv12frame.b
in
"
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc_nv12
,
L"nv12frame.b
mp
"
);
ok
(
ret
==
0
,
"got %lu%% diff
\n
"
,
ret
);
IMFCollection_Release
(
output_samples
);
...
...
@@ -2897,7 +2897,7 @@ static void test_h264_decoder(void)
ref
=
IMFSample_Release
(
output_sample
);
ok
(
ref
==
1
,
"Release returned %ld
\n
"
,
ref
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
expect_output_sample_i420
,
L"i420frame.b
in
"
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
expect_output_sample_i420
,
L"i420frame.b
mp
"
);
ok
(
ret
==
0
,
"got %lu%% diff
\n
"
,
ret
);
IMFCollection_Release
(
output_samples
);
...
...
@@ -3550,7 +3550,7 @@ static void test_color_convert(void)
ok
(
output_info
.
cbSize
==
actual_width
*
actual_height
*
4
,
"got cbSize %#lx
\n
"
,
output_info
.
cbSize
);
ok
(
output_info
.
cbAlignment
==
1
,
"got cbAlignment %#lx
\n
"
,
output_info
.
cbAlignment
);
load_resource
(
L"nv12frame.b
in
"
,
&
nv12frame_data
,
&
nv12frame_data_len
);
load_resource
(
L"nv12frame.b
mp
"
,
&
nv12frame_data
,
&
nv12frame_data_len
);
ok
(
nv12frame_data_len
==
13824
,
"got length %lu
\n
"
,
nv12frame_data_len
);
input_sample
=
create_sample
(
nv12frame_data
,
nv12frame_data_len
);
...
...
@@ -3579,7 +3579,7 @@ static void test_color_convert(void)
ref
=
IMFSample_Release
(
output_sample
);
ok
(
ref
==
1
,
"Release returned %ld
\n
"
,
ref
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc
,
L"rgb32frame.b
in
"
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc
,
L"rgb32frame.b
mp
"
);
ok
(
ret
<=
4
/* small and harmless diff in Wine vs Windows */
,
"got %lu%% diff
\n
"
,
ret
);
IMFCollection_Release
(
output_samples
);
...
...
@@ -4217,7 +4217,7 @@ todo_wine {
ok
(
output_info
.
cbSize
==
actual_width
*
actual_height
*
4
,
"got cbSize %#lx
\n
"
,
output_info
.
cbSize
);
ok
(
output_info
.
cbAlignment
==
0
,
"got cbAlignment %#lx
\n
"
,
output_info
.
cbAlignment
);
load_resource
(
L"nv12frame.b
in
"
,
&
nv12frame_data
,
&
nv12frame_data_len
);
load_resource
(
L"nv12frame.b
mp
"
,
&
nv12frame_data
,
&
nv12frame_data_len
);
ok
(
nv12frame_data_len
==
13824
,
"got length %lu
\n
"
,
nv12frame_data_len
);
input_sample
=
create_sample
(
nv12frame_data
,
nv12frame_data_len
);
...
...
@@ -4252,7 +4252,7 @@ todo_wine {
ref
=
IMFSample_Release
(
output_sample
);
ok
(
ref
==
1
,
"Release returned %ld
\n
"
,
ref
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc
,
L"rgb32frame-vp.b
in
"
);
ret
=
check_mf_sample_collection
(
output_samples
,
&
output_sample_desc
,
L"rgb32frame-vp.b
mp
"
);
todo_wine
ok
(
ret
==
0
||
broken
(
ret
==
25
)
/* w1064v1507 / w1064v1809 incorrectly rescale */
,
"got %lu%% diff
\n
"
,
ret
);
IMFCollection_Release
(
output_samples
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment