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
acd89320
Commit
acd89320
authored
Sep 26, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Sep 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ID3D12VideoDecodeCommandList1 in d3d12video.idl.
parent
f30848ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
d3d12video.idl
include/d3d12video.idl
+40
-0
No files found.
include/d3d12video.idl
View file @
acd89320
...
...
@@ -438,6 +438,46 @@ interface ID3D12VideoDecodeCommandList : ID3D12CommandList
)
;
}
typedef
struct
D3D12_VIDEO_DECODE_OUTPUT_HISTOGRAM
{
UINT64
Offset
;
ID3D12Resource
*
pBuffer
;
}
D3D12_VIDEO_DECODE_OUTPUT_HISTOGRAM
;
typedef
struct
D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS1
{
BOOL
Enable
;
ID3D12Resource
*
pReferenceTexture2D
;
UINT
ReferenceSubresource
;
DXGI_COLOR_SPACE_TYPE
OutputColorSpace
;
DXGI_COLOR_SPACE_TYPE
DecodeColorSpace
;
UINT
OutputWidth
;
UINT
OutputHeight
;
}
D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS1
;
typedef
struct
D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1
{
ID3D12Resource
*
pOutputTexture2D
;
UINT
OutputSubresource
;
D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS1
ConversionArguments
;
D3D12_VIDEO_DECODE_OUTPUT_HISTOGRAM
Histograms
[
D3D12_VIDEO_DECODE_MAX_HISTOGRAM_COMPONENTS
]
;
}
D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1
;
[
uuid
(
d52f011b
-
b56e
-
453
c
-
a05a
-
a7f311c8f472
),
object
,
local
,
pointer_default
(
unique
)
]
interface
ID3D12VideoDecodeCommandList1
:
ID3D12VideoDecodeCommandList
{
void
DecodeFrame1
(
[
in
]
ID3D12VideoDecoder
*
decoder
,
[
in
]
const
D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1
*
output_arguments
,
[
in
]
const
D3D12_VIDEO_DECODE_INPUT_STREAM_ARGUMENTS
*
input_arguments
)
;
}
typedef
enum
D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE
{
D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_8X8
=
0
,
...
...
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