FFmpeg
Functions
load_helper.h File Reference

Go to the source code of this file.

Functions

int ff_cuda_load_module (void *avctx, AVCUDADeviceContext *hwctx, CUmodule *cu_module, const unsigned char *data, const unsigned int length)
 Loads a CUDA module and applies any decompression, if necessary. More...
 

Function Documentation

◆ ff_cuda_load_module()

int ff_cuda_load_module ( void *  avctx,
AVCUDADeviceContext hwctx,
CUmodule *  cu_module,
const unsigned char *  data,
const unsigned int  length 
)

Loads a CUDA module and applies any decompression, if necessary.

Definition at line 34 of file load_helper.c.

Referenced by config_output(), config_props(), cuda_bilateral_load_functions(), cudachromakey_load_functions(), cudacolorspace_load_functions(), cudascale_load_functions(), and overlay_cuda_config_output().