Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dl_fn
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvenc.c
39
#define CHECK_CU(x) FF_CUDA_CHECK_DL(avctx,
dl_fn
->cuda_dl, x)
282
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
in nvenc_load_libraries()
local
287
ret = cuda_load_functions(&
dl_fn
->cuda_dl, avctx);
in nvenc_load_libraries()
291
ret = nvenc_load_functions(&
dl_fn
->nvenc_dl, avctx);
in nvenc_load_libraries()
297
err =
dl_fn
->nvenc_dl->NvEncodeAPIGetMaxSupportedVersion(&nvenc_max_ver);
in nvenc_load_libraries()
312
dl_fn
->nvenc_funcs.version = NV_ENCODE_API_FUNCTION_LIST_VER;
in nvenc_load_libraries()
314
err =
dl_fn
->nvenc_dl->NvEncodeAPICreateInstance(&
dl_fn
->nvenc_funcs);
in nvenc_load_libraries()
326
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
in nvenc_push_context()
local
331
return CHECK_CU(
dl_fn
in nvenc_push_context()
337
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_pop_context()
local
577
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_check_device()
local
652
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_setup_device()
local
1341
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_setup_encoder()
local
1535
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_alloc_surface()
local
1632
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_setup_extradata()
local
1665
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
ff_nvenc_encode_close()
local
1832
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_find_free_reg_resource()
local
1866
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_register_frame()
local
1921
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_upload_frame()
local
2043
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
process_output_surface()
local
2372
NvencDynLoadFunctions *
dl_fn
= &ctx->nvenc_dload_funcs;
nvenc_send_frame()
local
[all...]
Completed in 3 milliseconds