-
d7ec9d3f
by Rémi Bernon at 2024-08-13T11:32:38+02:00
mfplat/tests: Add more tests for MFCreateMediaBufferFromMediaType.
-
b68f1851
by Rémi Bernon at 2024-08-13T11:32:40+02:00
mfplat: Implement MFCreateMediaBufferFromMediaType for video formats.
-
c4364667
by Rémi Bernon at 2024-08-13T11:32:40+02:00
mf/tests: Cleanup the video processor test list.
-
e99390b4
by Brendan McGrath at 2024-08-13T11:32:40+02:00
mf/tests: Test video processor with 2D buffers.
-
47c0ab1a
by Brendan McGrath at 2024-08-13T11:32:40+02:00
mf/tests: Test 1D/2D output on 2D buffers.
-
ae0dc684
by Brendan McGrath at 2024-08-13T11:32:41+02:00
mf/tests: Test 2D buffers can override stride.
These tests ensure that a 2D buffer can override the stride settings
of the input/output media attributes of a transform.
This tests the 2D 'width' of the buffer, and if the image is stored
'bottom-up' (determined by a positive or negative stride).