FFmpeg
|
#include <d3d12va_encode.h>
Data Fields | |
int | av_profile |
lavc profile value (AV_PROFILE_*). More... | |
int | depth |
Supported bit depth. More... | |
int | nb_components |
Number of components. More... | |
int | log2_chroma_w |
Chroma subsampling in width dimension. More... | |
int | log2_chroma_h |
Chroma subsampling in height dimension. More... | |
D3D12_VIDEO_ENCODER_PROFILE_DESC | d3d12_profile |
D3D12 profile value. More... | |
Definition at line 60 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::av_profile |
lavc profile value (AV_PROFILE_*).
Definition at line 64 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::depth |
Supported bit depth.
Definition at line 69 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::nb_components |
Number of components.
Definition at line 74 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::log2_chroma_w |
Chroma subsampling in width dimension.
Definition at line 79 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::log2_chroma_h |
Chroma subsampling in height dimension.
Definition at line 84 of file d3d12va_encode.h.
D3D12_VIDEO_ENCODER_PROFILE_DESC D3D12VAEncodeProfile::d3d12_profile |
D3D12 profile value.
Definition at line 89 of file d3d12va_encode.h.