Home
last modified time | relevance | path

Searched refs:nv_status (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c1345 NVENCSTATUS nv_status = NV_ENC_SUCCESS; in nvenc_setup_encoder() local
1369 nv_status = p_nvenc->nvEncGetEncodePresetConfigEx(ctx->nvencoder, in nvenc_setup_encoder()
1375 nv_status = p_nvenc->nvEncGetEncodePresetConfig(ctx->nvencoder, in nvenc_setup_encoder()
1380 if (nv_status != NV_ENC_SUCCESS) in nvenc_setup_encoder()
1381 return nvenc_print_error(avctx, nv_status, "Cannot get the preset configuration"); in nvenc_setup_encoder()
1465 nv_status = p_nvenc->nvEncInitializeEncoder(ctx->nvencoder, &ctx->init_encode_params); in nvenc_setup_encoder()
1466 if (nv_status != NV_ENC_SUCCESS) { in nvenc_setup_encoder()
1468 return nvenc_print_error(avctx, nv_status, "InitializeEncoder failed"); in nvenc_setup_encoder()
1473 nv_status = p_nvenc->nvEncSetIOCudaStreams(ctx->nvencoder, &ctx->cu_stream, &ctx->cu_stream); in nvenc_setup_encoder()
1474 if (nv_status ! in nvenc_setup_encoder()
1539 NVENCSTATUS nv_status; nvenc_alloc_surface() local
1635 NVENCSTATUS nv_status; nvenc_setup_extradata() local
1834 NVENCSTATUS nv_status; nvenc_find_free_reg_resource() local
1925 NVENCSTATUS nv_status; nvenc_upload_frame() local
2049 NVENCSTATUS nv_status; process_output_surface() local
2365 NVENCSTATUS nv_status; nvenc_send_frame() local
[all...]

Completed in 4 milliseconds