FFmpeg
|
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 neccesary. More... | |
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 neccesary.
Definition at line 34 of file load_helper.c.
Referenced by config_output(), config_props(), cudachromakey_load_functions(), cudascale_load_functions(), and overlay_cuda_config_output().