DXVA_PicEntry_HEVC structure
Specifies a reference to an uncompressed surface.
Syntax
typedef struct _DXVA_PicEntry_HEVC { union { struct { UCHAR Index7Bits :7; UCHAR AssociatedFlag :1; }; UCHAR bPicEntry; }; } DXVA_PicEntry_HEVC, *PDXVA_PicEntry_HEVC;
Members
- Index7Bits
-
An index that identifies an uncompressed surface .
- AssociatedFlag
-
Optional 1-bit flag associated with the surface. The meaning of the flag depends on the context. For example, it can specify whether the reference frame is a long-term reference or a short-term reference.
- bPicEntry
-
Accesses the entire 8 bits of the union.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
See also
Show: