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_uninit
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_internal.h
81
void (*
frames_uninit
)(AVHWFramesContext *ctx);
member
H
A
D
hwcontext.c
232
if (ctx->internal->hw_type->
frames_uninit
)
in hwframe_ctx_free()
233
ctx->internal->hw_type->
frames_uninit
(ctx);
in hwframe_ctx_free()
H
A
D
hwcontext_videotoolbox.c
756
.
frames_uninit
= vt_frames_uninit,
H
A
D
hwcontext_dxva2.c
587
.
frames_uninit
= dxva2_frames_uninit,
H
A
D
hwcontext_d3d11va.c
635
.
frames_uninit
= d3d11va_frames_uninit,
H
A
D
hwcontext_vaapi.c
1879
.
frames_uninit
= &vaapi_frames_uninit,
H
A
D
hwcontext_qsv.c
1679
.
frames_uninit
= qsv_frames_uninit,
H
A
D
hwcontext_opencl.c
2947
.
frames_uninit
= &opencl_frames_uninit,
H
A
D
hwcontext_vulkan.c
4141
.
frames_uninit
= vulkan_frames_uninit,
Completed in 20 milliseconds