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:frames_init
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_internal.h
80
int (*
frames_init
)(AVHWFramesContext *ctx);
member
H
A
D
hwcontext.c
363
if (ctx->internal->hw_type->
frames_init
) {
in av_hwframe_ctx_init()
364
ret = ctx->internal->hw_type->
frames_init
(ctx);
in av_hwframe_ctx_init()
H
A
D
hwcontext_vdpau.c
521
.
frames_init
= vdpau_frames_init,
H
A
D
hwcontext_cuda.c
542
.
frames_init
= cuda_frames_init,
H
A
D
hwcontext_videotoolbox.c
753
.
frames_init
= vt_frames_init,
H
A
D
hwcontext_dxva2.c
586
.
frames_init
= dxva2_frames_init,
H
A
D
hwcontext_d3d11va.c
634
.
frames_init
= d3d11va_frames_init,
H
A
D
hwcontext_vaapi.c
1878
.
frames_init
= &vaapi_frames_init,
H
A
D
hwcontext_qsv.c
1678
.
frames_init
= qsv_frames_init,
H
A
D
hwcontext_opencl.c
2946
.
frames_init
= &opencl_frames_init,
H
A
D
hwcontext_vulkan.c
4139
.
frames_init
= vulkan_frames_init,
Completed in 20 milliseconds