|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| AVCUDADeviceContext * | hwctx |
| enum AVPixelFormat in_fmt | out_fmt |
| const AVPixFmtDescriptor * | in_desc |
| const AVPixFmtDescriptor * | out_desc |
| int | in_planes |
| int | out_planes |
| int | in_plane_depths [4] |
| int | in_plane_channels [4] |
| uint8_t | chromakey_rgba [4] |
| uint16_t | chromakey_uv [2] |
| int | is_yuv |
| float | similarity |
| float | blend |
| AVBufferRef * | frames_ctx |
| AVFrame * | frame |
| AVFrame * | tmp_frame |
| CUcontext | cu_ctx |
| CUmodule | cu_module |
| CUfunction | cu_func |
| CUfunction | cu_func_uv |
| CUstream | cu_stream |
Definition at line 47 of file vf_chromakey_cuda.c.
| const AVClass* ChromakeyCUDAContext::class |
Definition at line 48 of file vf_chromakey_cuda.c.
| AVCUDADeviceContext* ChromakeyCUDAContext::hwctx |
Definition at line 50 of file vf_chromakey_cuda.c.
| enum AVPixelFormat in_fmt ChromakeyCUDAContext::out_fmt |
Definition at line 52 of file vf_chromakey_cuda.c.
| const AVPixFmtDescriptor* ChromakeyCUDAContext::in_desc |
Definition at line 53 of file vf_chromakey_cuda.c.
| const AVPixFmtDescriptor * ChromakeyCUDAContext::out_desc |
Definition at line 53 of file vf_chromakey_cuda.c.
| int ChromakeyCUDAContext::in_planes |
Definition at line 54 of file vf_chromakey_cuda.c.
| int ChromakeyCUDAContext::out_planes |
Definition at line 54 of file vf_chromakey_cuda.c.
| int ChromakeyCUDAContext::in_plane_depths[4] |
Definition at line 55 of file vf_chromakey_cuda.c.
| int ChromakeyCUDAContext::in_plane_channels[4] |
Definition at line 56 of file vf_chromakey_cuda.c.
| uint8_t ChromakeyCUDAContext::chromakey_rgba[4] |
Definition at line 58 of file vf_chromakey_cuda.c.
| uint16_t ChromakeyCUDAContext::chromakey_uv[2] |
Definition at line 59 of file vf_chromakey_cuda.c.
| int ChromakeyCUDAContext::is_yuv |
Definition at line 60 of file vf_chromakey_cuda.c.
| float ChromakeyCUDAContext::similarity |
Definition at line 61 of file vf_chromakey_cuda.c.
| float ChromakeyCUDAContext::blend |
Definition at line 62 of file vf_chromakey_cuda.c.
| AVBufferRef* ChromakeyCUDAContext::frames_ctx |
Definition at line 64 of file vf_chromakey_cuda.c.
| AVFrame* ChromakeyCUDAContext::frame |
Definition at line 65 of file vf_chromakey_cuda.c.
| AVFrame* ChromakeyCUDAContext::tmp_frame |
Definition at line 66 of file vf_chromakey_cuda.c.
| CUcontext ChromakeyCUDAContext::cu_ctx |
Definition at line 68 of file vf_chromakey_cuda.c.
| CUmodule ChromakeyCUDAContext::cu_module |
Definition at line 69 of file vf_chromakey_cuda.c.
| CUfunction ChromakeyCUDAContext::cu_func |
Definition at line 70 of file vf_chromakey_cuda.c.
| CUfunction ChromakeyCUDAContext::cu_func_uv |
Definition at line 71 of file vf_chromakey_cuda.c.
| CUstream ChromakeyCUDAContext::cu_stream |
Definition at line 72 of file vf_chromakey_cuda.c.
1.8.17