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:srclink
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_displace.c
303
AVFilterLink *
srclink
= ctx->inputs[0];
in config_output()
local
309
if (
srclink
->w != xlink->w ||
in config_output()
310
srclink
->h != xlink->h ||
in config_output()
311
srclink
->w != ylink->w ||
in config_output()
312
srclink
->h != ylink->h) {
in config_output()
317
ctx->input_pads[0].name,
srclink
->w,
srclink
->h,
in config_output()
323
outlink->w =
srclink
->w;
in config_output()
324
outlink->h =
srclink
->h;
in config_output()
325
outlink->sample_aspect_ratio =
srclink
in config_output()
[all...]
H
A
D
vf_remap.c
313
AVFilterLink *
srclink
= ctx->inputs[0];
in config_output()
local
330
outlink->sample_aspect_ratio =
srclink
->sample_aspect_ratio;
in config_output()
331
outlink->frame_rate =
srclink
->frame_rate;
in config_output()
338
in[0].time_base =
srclink
->time_base;
in config_output()
H
A
D
vf_remap_opencl.c
235
AVFilterLink *
srclink
= ctx->inputs[0];
in config_output()
local
252
outlink->sample_aspect_ratio =
srclink
->sample_aspect_ratio;
in config_output()
253
outlink->frame_rate =
srclink
->frame_rate;
in config_output()
260
in[0].time_base =
srclink
->time_base;
in config_output()
Completed in 3 milliseconds