FFmpeg
|
Data Fields | |
const AVClass * | class |
AVCUDADeviceContext * | hwctx |
AVBufferRef * | frames_ctx |
AVFrame * | own_frame |
AVFrame * | tmp_frame |
CUcontext | cu_ctx |
CUstream | cu_stream |
CUmodule | cu_module |
CUfunction | cu_convert [AVCOL_RANGE_NB] |
enum AVPixelFormat | pix_fmt |
enum AVColorRange | range |
int | num_planes |
Definition at line 50 of file vf_colorspace_cuda.c.
const AVClass* CUDAColorspaceContext::class |
Definition at line 51 of file vf_colorspace_cuda.c.
AVCUDADeviceContext* CUDAColorspaceContext::hwctx |
Definition at line 53 of file vf_colorspace_cuda.c.
AVBufferRef* CUDAColorspaceContext::frames_ctx |
Definition at line 54 of file vf_colorspace_cuda.c.
AVFrame* CUDAColorspaceContext::own_frame |
Definition at line 55 of file vf_colorspace_cuda.c.
AVFrame* CUDAColorspaceContext::tmp_frame |
Definition at line 56 of file vf_colorspace_cuda.c.
CUcontext CUDAColorspaceContext::cu_ctx |
Definition at line 58 of file vf_colorspace_cuda.c.
CUstream CUDAColorspaceContext::cu_stream |
Definition at line 59 of file vf_colorspace_cuda.c.
CUmodule CUDAColorspaceContext::cu_module |
Definition at line 60 of file vf_colorspace_cuda.c.
CUfunction CUDAColorspaceContext::cu_convert[AVCOL_RANGE_NB] |
Definition at line 61 of file vf_colorspace_cuda.c.
enum AVPixelFormat CUDAColorspaceContext::pix_fmt |
Definition at line 63 of file vf_colorspace_cuda.c.
enum AVColorRange CUDAColorspaceContext::range |
Definition at line 64 of file vf_colorspace_cuda.c.
int CUDAColorspaceContext::num_planes |
Definition at line 66 of file vf_colorspace_cuda.c.