FFmpeg
Data Fields
ScaleD3D11Context Struct Reference

Data Fields

const AVClassclassCtx
 
char * w_expr
 
char * h_expr
 
enum AVPixelFormat format
 D3D11 objects. More...
 
ID3D11Devicedevice
 
ID3D11DeviceContext * context
 
ID3D11VideoDevice * videoDevice
 
ID3D11VideoProcessor * processor
 
ID3D11VideoProcessorEnumerator * enumerator
 
ID3D11VideoProcessorOutputView * outputView
 
ID3D11VideoProcessorInputView * inputView
 Buffer references. More...
 
AVBufferRefhw_device_ctx
 
AVBufferRefhw_frames_ctx_out
 Dimensions and formats. More...
 
int width
 
int height
 
int inputWidth
 
int inputHeight
 
DXGI_FORMAT input_format
 
DXGI_FORMAT output_format
 

Detailed Description

Definition at line 35 of file vf_scale_d3d11.c.

Field Documentation

◆ classCtx

const AVClass* ScaleD3D11Context::classCtx

Definition at line 36 of file vf_scale_d3d11.c.

◆ w_expr

char* ScaleD3D11Context::w_expr

Definition at line 37 of file vf_scale_d3d11.c.

◆ h_expr

char* ScaleD3D11Context::h_expr

Definition at line 38 of file vf_scale_d3d11.c.

◆ format

enum AVPixelFormat ScaleD3D11Context::format

D3D11 objects.

Definition at line 39 of file vf_scale_d3d11.c.

◆ device

ID3D11Device* ScaleD3D11Context::device

Definition at line 42 of file vf_scale_d3d11.c.

◆ context

ID3D11DeviceContext* ScaleD3D11Context::context

Definition at line 43 of file vf_scale_d3d11.c.

◆ videoDevice

ID3D11VideoDevice* ScaleD3D11Context::videoDevice

Definition at line 44 of file vf_scale_d3d11.c.

◆ processor

ID3D11VideoProcessor* ScaleD3D11Context::processor

Definition at line 45 of file vf_scale_d3d11.c.

◆ enumerator

ID3D11VideoProcessorEnumerator* ScaleD3D11Context::enumerator

Definition at line 46 of file vf_scale_d3d11.c.

◆ outputView

ID3D11VideoProcessorOutputView* ScaleD3D11Context::outputView

Definition at line 47 of file vf_scale_d3d11.c.

◆ inputView

ID3D11VideoProcessorInputView* ScaleD3D11Context::inputView

Buffer references.

Definition at line 48 of file vf_scale_d3d11.c.

◆ hw_device_ctx

AVBufferRef* ScaleD3D11Context::hw_device_ctx

Definition at line 51 of file vf_scale_d3d11.c.

◆ hw_frames_ctx_out

AVBufferRef* ScaleD3D11Context::hw_frames_ctx_out

Dimensions and formats.

Definition at line 52 of file vf_scale_d3d11.c.

◆ width

int ScaleD3D11Context::width

Definition at line 55 of file vf_scale_d3d11.c.

◆ height

int ScaleD3D11Context::height

Definition at line 55 of file vf_scale_d3d11.c.

◆ inputWidth

int ScaleD3D11Context::inputWidth

Definition at line 56 of file vf_scale_d3d11.c.

◆ inputHeight

int ScaleD3D11Context::inputHeight

Definition at line 56 of file vf_scale_d3d11.c.

◆ input_format

DXGI_FORMAT ScaleD3D11Context::input_format

Definition at line 57 of file vf_scale_d3d11.c.

◆ output_format

DXGI_FORMAT ScaleD3D11Context::output_format

Definition at line 58 of file vf_scale_d3d11.c.


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