FFmpeg
4.0
|
Data Fields | |
CUvideodecoder | decoder |
AVBufferRef * | hw_device_ref |
CUcontext | cuda_ctx |
CudaFunctions * | cudl |
CuvidFunctions * | cvdl |
CUvideodecoder NVDECDecoder::decoder |
Definition at line 38 of file nvdec.c.
Referenced by ff_nvdec_end_frame(), nvdec_decoder_create(), nvdec_decoder_free(), and nvdec_retrieve_data().
AVBufferRef* NVDECDecoder::hw_device_ref |
Definition at line 40 of file nvdec.c.
Referenced by nvdec_decoder_free().
CUcontext NVDECDecoder::cuda_ctx |
Definition at line 41 of file nvdec.c.
Referenced by ff_nvdec_end_frame().
CudaFunctions* NVDECDecoder::cudl |
Definition at line 43 of file nvdec.c.
Referenced by ff_nvdec_end_frame().
CuvidFunctions* NVDECDecoder::cvdl |
Definition at line 44 of file nvdec.c.
Referenced by ff_nvdec_end_frame(), nvdec_decoder_free(), and nvdec_test_capabilities().