FFmpeg  4.3.6
Data Fields
NVDECDecoder Struct Reference

Data Fields

CUvideodecoder decoder
 
AVBufferRefhw_device_ref
 
AVBufferRefreal_hw_frames_ref
 
CUcontext cuda_ctx
 
CUstream stream
 
CudaFunctions * cudl
 
CuvidFunctions * cvdl
 

Detailed Description

Definition at line 43 of file nvdec.c.

Field Documentation

◆ decoder

CUvideodecoder NVDECDecoder::decoder

◆ hw_device_ref

AVBufferRef* NVDECDecoder::hw_device_ref

Definition at line 46 of file nvdec.c.

Referenced by nvdec_decoder_free(), and nvdec_unmap_mapped_frame().

◆ real_hw_frames_ref

AVBufferRef* NVDECDecoder::real_hw_frames_ref

Definition at line 47 of file nvdec.c.

Referenced by ff_nvdec_decode_init(), nvdec_decoder_free(), and nvdec_retrieve_data().

◆ cuda_ctx

CUcontext NVDECDecoder::cuda_ctx

◆ stream

CUstream NVDECDecoder::stream

Definition at line 49 of file nvdec.c.

Referenced by nvdec_retrieve_data().

◆ cudl

CudaFunctions* NVDECDecoder::cudl

◆ cvdl

CuvidFunctions* NVDECDecoder::cvdl

The documentation for this struct was generated from the following file: