|
FFmpeg
|
Data Fields | |
| const AVClass * | classCtx |
| char * | w_expr |
| char * | h_expr |
| enum AVPixelFormat | format |
| ID3D12Device * | device |
| ID3D12VideoDevice * | video_device |
| ID3D12VideoProcessor * | video_processor |
| ID3D12CommandQueue * | command_queue |
| ID3D12VideoProcessCommandList * | command_list |
| ID3D12CommandAllocator * | command_allocator |
| ID3D12Fence * | fence |
| UINT64 | fence_value |
| HANDLE | fence_event |
| AVBufferRef * | hw_device_ctx |
| AVBufferRef * | hw_frames_ctx_out |
| int | width |
| int | height |
| int | input_width |
| int | input_height |
| DXGI_FORMAT | input_format |
| DXGI_FORMAT | output_format |
| DXGI_COLOR_SPACE_TYPE | input_colorspace |
| AVRational | input_framerate |
| D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT | process_support |
Definition at line 33 of file vf_scale_d3d12.c.
| const AVClass* ScaleD3D12Context::classCtx |
Definition at line 34 of file vf_scale_d3d12.c.
| char* ScaleD3D12Context::w_expr |
Definition at line 35 of file vf_scale_d3d12.c.
| char* ScaleD3D12Context::h_expr |
Definition at line 36 of file vf_scale_d3d12.c.
| enum AVPixelFormat ScaleD3D12Context::format |
Definition at line 37 of file vf_scale_d3d12.c.
| ID3D12Device* ScaleD3D12Context::device |
Definition at line 40 of file vf_scale_d3d12.c.
| ID3D12VideoDevice* ScaleD3D12Context::video_device |
Definition at line 41 of file vf_scale_d3d12.c.
| ID3D12VideoProcessor* ScaleD3D12Context::video_processor |
Definition at line 42 of file vf_scale_d3d12.c.
| ID3D12CommandQueue* ScaleD3D12Context::command_queue |
Definition at line 43 of file vf_scale_d3d12.c.
| ID3D12VideoProcessCommandList* ScaleD3D12Context::command_list |
Definition at line 44 of file vf_scale_d3d12.c.
| ID3D12CommandAllocator* ScaleD3D12Context::command_allocator |
Definition at line 45 of file vf_scale_d3d12.c.
| ID3D12Fence* ScaleD3D12Context::fence |
Definition at line 48 of file vf_scale_d3d12.c.
| UINT64 ScaleD3D12Context::fence_value |
Definition at line 49 of file vf_scale_d3d12.c.
| HANDLE ScaleD3D12Context::fence_event |
Definition at line 50 of file vf_scale_d3d12.c.
| AVBufferRef* ScaleD3D12Context::hw_device_ctx |
Definition at line 53 of file vf_scale_d3d12.c.
| AVBufferRef* ScaleD3D12Context::hw_frames_ctx_out |
Definition at line 54 of file vf_scale_d3d12.c.
| int ScaleD3D12Context::width |
Definition at line 57 of file vf_scale_d3d12.c.
| int ScaleD3D12Context::height |
Definition at line 57 of file vf_scale_d3d12.c.
| int ScaleD3D12Context::input_width |
Definition at line 58 of file vf_scale_d3d12.c.
| int ScaleD3D12Context::input_height |
Definition at line 58 of file vf_scale_d3d12.c.
| DXGI_FORMAT ScaleD3D12Context::input_format |
Definition at line 59 of file vf_scale_d3d12.c.
| DXGI_FORMAT ScaleD3D12Context::output_format |
Definition at line 60 of file vf_scale_d3d12.c.
| DXGI_COLOR_SPACE_TYPE ScaleD3D12Context::input_colorspace |
Definition at line 63 of file vf_scale_d3d12.c.
| AVRational ScaleD3D12Context::input_framerate |
Definition at line 64 of file vf_scale_d3d12.c.
| D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT ScaleD3D12Context::process_support |
Definition at line 67 of file vf_scale_d3d12.c.
1.8.17