FFmpeg
|
Data Fields | |
const AVClass * | classCtx |
char * | w_expr |
char * | h_expr |
enum AVPixelFormat | format |
D3D11 objects. More... | |
ID3D11Device * | device |
ID3D11DeviceContext * | context |
ID3D11VideoDevice * | videoDevice |
ID3D11VideoProcessor * | processor |
ID3D11VideoProcessorEnumerator * | enumerator |
ID3D11VideoProcessorOutputView * | outputView |
ID3D11VideoProcessorInputView * | inputView |
Buffer references. More... | |
AVBufferRef * | hw_device_ctx |
AVBufferRef * | hw_frames_ctx_out |
Dimensions and formats. More... | |
int | width |
int | height |
int | inputWidth |
int | inputHeight |
DXGI_FORMAT | input_format |
DXGI_FORMAT | output_format |
Definition at line 35 of file vf_scale_d3d11.c.
const AVClass* ScaleD3D11Context::classCtx |
Definition at line 36 of file vf_scale_d3d11.c.
char* ScaleD3D11Context::w_expr |
Definition at line 37 of file vf_scale_d3d11.c.
char* ScaleD3D11Context::h_expr |
Definition at line 38 of file vf_scale_d3d11.c.
enum AVPixelFormat ScaleD3D11Context::format |
D3D11 objects.
Definition at line 39 of file vf_scale_d3d11.c.
ID3D11Device* ScaleD3D11Context::device |
Definition at line 42 of file vf_scale_d3d11.c.
ID3D11DeviceContext* ScaleD3D11Context::context |
Definition at line 43 of file vf_scale_d3d11.c.
ID3D11VideoDevice* ScaleD3D11Context::videoDevice |
Definition at line 44 of file vf_scale_d3d11.c.
ID3D11VideoProcessor* ScaleD3D11Context::processor |
Definition at line 45 of file vf_scale_d3d11.c.
ID3D11VideoProcessorEnumerator* ScaleD3D11Context::enumerator |
Definition at line 46 of file vf_scale_d3d11.c.
ID3D11VideoProcessorOutputView* ScaleD3D11Context::outputView |
Definition at line 47 of file vf_scale_d3d11.c.
ID3D11VideoProcessorInputView* ScaleD3D11Context::inputView |
Buffer references.
Definition at line 48 of file vf_scale_d3d11.c.
AVBufferRef* ScaleD3D11Context::hw_device_ctx |
Definition at line 51 of file vf_scale_d3d11.c.
AVBufferRef* ScaleD3D11Context::hw_frames_ctx_out |
Dimensions and formats.
Definition at line 52 of file vf_scale_d3d11.c.
int ScaleD3D11Context::width |
Definition at line 55 of file vf_scale_d3d11.c.
int ScaleD3D11Context::height |
Definition at line 55 of file vf_scale_d3d11.c.
int ScaleD3D11Context::inputWidth |
Definition at line 56 of file vf_scale_d3d11.c.
int ScaleD3D11Context::inputHeight |
Definition at line 56 of file vf_scale_d3d11.c.
DXGI_FORMAT ScaleD3D11Context::input_format |
Definition at line 57 of file vf_scale_d3d11.c.
DXGI_FORMAT ScaleD3D11Context::output_format |
Definition at line 58 of file vf_scale_d3d11.c.