FFmpeg
Data Fields
D3D12VAEncodeProfile Struct Reference

#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...
 

Detailed Description

Definition at line 61 of file d3d12va_encode.h.

Field Documentation

◆ av_profile

int D3D12VAEncodeProfile::av_profile

lavc profile value (AV_PROFILE_*).

Definition at line 65 of file d3d12va_encode.h.

◆ depth

int D3D12VAEncodeProfile::depth

Supported bit depth.

Definition at line 70 of file d3d12va_encode.h.

◆ nb_components

int D3D12VAEncodeProfile::nb_components

Number of components.

Definition at line 75 of file d3d12va_encode.h.

◆ log2_chroma_w

int D3D12VAEncodeProfile::log2_chroma_w

Chroma subsampling in width dimension.

Definition at line 80 of file d3d12va_encode.h.

◆ log2_chroma_h

int D3D12VAEncodeProfile::log2_chroma_h

Chroma subsampling in height dimension.

Definition at line 85 of file d3d12va_encode.h.

◆ d3d12_profile

D3D12_VIDEO_ENCODER_PROFILE_DESC D3D12VAEncodeProfile::d3d12_profile

D3D12 profile value.

Definition at line 90 of file d3d12va_encode.h.


The documentation for this struct was generated from the following file: