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 62 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::av_profile |
lavc profile value (AV_PROFILE_*).
Definition at line 66 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::depth |
Supported bit depth.
Definition at line 71 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::nb_components |
Number of components.
Definition at line 76 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::log2_chroma_w |
Chroma subsampling in width dimension.
Definition at line 81 of file d3d12va_encode.h.
int D3D12VAEncodeProfile::log2_chroma_h |
Chroma subsampling in height dimension.
Definition at line 86 of file d3d12va_encode.h.
D3D12_VIDEO_ENCODER_PROFILE_DESC D3D12VAEncodeProfile::d3d12_profile |
D3D12 profile value.
Definition at line 91 of file d3d12va_encode.h.