• Home
  • Raw
  • Download

Lines Matching refs:logctx

60 #define CHECK_CU(x) FF_CUDA_CHECK_DL(logctx, decoder->cudl, x)
96 CUVIDDECODECREATEINFO *params, void *logctx) in nvdec_test_capabilities() argument
106 … av_log(logctx, AV_LOG_WARNING, "Used Nvidia driver is too old to perform a capability check.\n"); in nvdec_test_capabilities()
107 av_log(logctx, AV_LOG_WARNING, "The minimum required version is " in nvdec_test_capabilities()
121 av_log(logctx, AV_LOG_VERBOSE, "NVDEC capabilities:\n"); in nvdec_test_capabilities()
122 av_log(logctx, AV_LOG_VERBOSE, "format supported: %s, max_mb_count: %d\n", in nvdec_test_capabilities()
124 av_log(logctx, AV_LOG_VERBOSE, "min_width: %d, max_width: %d\n", in nvdec_test_capabilities()
126 av_log(logctx, AV_LOG_VERBOSE, "min_height: %d, max_height: %d\n", in nvdec_test_capabilities()
130 av_log(logctx, AV_LOG_ERROR, "Hardware is lacking required capabilities\n"); in nvdec_test_capabilities()
135 av_log(logctx, AV_LOG_ERROR, "Video width %d not within range from %d to %d\n", in nvdec_test_capabilities()
141 av_log(logctx, AV_LOG_ERROR, "Video height %d not within range from %d to %d\n", in nvdec_test_capabilities()
147 av_log(logctx, AV_LOG_ERROR, "Video macroblock count %d exceeds maximum of %d\n", in nvdec_test_capabilities()
160 void *logctx = decoder->hw_device_ref->data; in nvdec_decoder_free() local
176 CUVIDDECODECREATEINFO *params, void *logctx) in nvdec_decoder_create() argument
207 ret = cuvid_load_functions(&decoder->cvdl, logctx); in nvdec_decoder_create()
209 av_log(logctx, AV_LOG_ERROR, "Failed loading nvcuvid.\n"); in nvdec_decoder_create()
217 ret = nvdec_test_capabilities(decoder, params, logctx); in nvdec_decoder_create()
452 void *logctx = decoder->hw_device_ref->data; in nvdec_unmap_mapped_frame() local
471 static int nvdec_retrieve_data(void *logctx, AVFrame *frame) in nvdec_retrieve_data() argument
596 void *logctx = avctx; in ff_nvdec_end_frame() local