FFmpeg
|
Data Fields | |
CUvideodecoder | decoder |
AVBufferRef * | hw_device_ref |
AVBufferRef * | real_hw_frames_ref |
CUcontext | cuda_ctx |
CUstream | stream |
CudaFunctions * | cudl |
CuvidFunctions * | cvdl |
CUvideodecoder NVDECDecoder::decoder |
Definition at line 44 of file nvdec.c.
Referenced by ff_nvdec_decode_init(), ff_nvdec_end_frame(), nvdec_decoder_create(), nvdec_decoder_free(), nvdec_retrieve_data(), and nvdec_unmap_mapped_frame().
AVBufferRef* NVDECDecoder::hw_device_ref |
Definition at line 46 of file nvdec.c.
Referenced by nvdec_decoder_free(), and nvdec_unmap_mapped_frame().
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().
CUcontext NVDECDecoder::cuda_ctx |
Definition at line 48 of file nvdec.c.
Referenced by ff_nvdec_end_frame(), nvdec_decoder_free(), nvdec_retrieve_data(), and nvdec_unmap_mapped_frame().
CUstream NVDECDecoder::stream |
Definition at line 49 of file nvdec.c.
Referenced by nvdec_retrieve_data().
CudaFunctions* NVDECDecoder::cudl |
Definition at line 51 of file nvdec.c.
Referenced by ff_nvdec_end_frame(), nvdec_decoder_free(), nvdec_retrieve_data(), and nvdec_unmap_mapped_frame().
CuvidFunctions* NVDECDecoder::cvdl |
Definition at line 52 of file nvdec.c.
Referenced by ff_nvdec_end_frame(), nvdec_decoder_free(), nvdec_retrieve_data(), nvdec_test_capabilities(), and nvdec_unmap_mapped_frame().