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:get_free_frame
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
qsvvpp.c
336
static QSVFrame *
get_free_frame
(QSVFrame **list)
in get_free_frame()
function
369
qsv_frame =
get_free_frame
(&s->in_frame_list);
in submit_frame()
441
out_frame =
get_free_frame
(&s->out_frame_list);
in query_frame()
H
A
D
vf_deinterlace_qsv.c
369
static int
get_free_frame
(QSVDeintContext *s, QSVFrame **f)
in get_free_frame()
function
403
ret =
get_free_frame
(s, &qf);
in submit_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
nvenc.c
1788
static NvencSurface *
get_free_frame
(NvencContext *ctx)
in get_free_frame()
function
2382
in_surf =
get_free_frame
(ctx);
in nvenc_send_frame()
H
A
D
qsvenc.c
1433
static int
get_free_frame
(QSVEncContext *q, QSVFrame **f)
in get_free_frame()
function
1476
ret =
get_free_frame
(q, &qf);
in submit_frame()
Completed in 8 milliseconds