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:toplink
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_blend.c
322
AVFilterLink *
toplink
= ctx->inputs[TOP];
in config_output()
local
324
const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(
toplink
->format);
in config_output()
330
if (
toplink
->w != bottomlink->w ||
toplink
->h != bottomlink->h) {
in config_output()
334
ctx->input_pads[TOP].name,
toplink
->w,
toplink
->h,
in config_output()
340
outlink->w =
toplink
->w;
in config_output()
341
outlink->h =
toplink
->h;
in config_output()
342
outlink->time_base =
toplink
->time_base;
in config_output()
343
outlink->sample_aspect_ratio =
toplink
in config_output()
[all...]
H
A
D
vf_blend_vulkan.c
412
AVFilterLink *
toplink
= avctx->inputs[IN_TOP];
in config_props_output()
local
415
if (
toplink
->w != bottomlink->w ||
toplink
->h != bottomlink->h) {
in config_props_output()
419
avctx->input_pads[IN_TOP].name,
toplink
->w,
toplink
->h,
in config_props_output()
424
outlink->sample_aspect_ratio =
toplink
->sample_aspect_ratio;
in config_props_output()
425
outlink->frame_rate =
toplink
->frame_rate;
in config_props_output()
/third_party/icu/tools/commit-checker/
H
A
D
check.py
279
def
toplink
():
function
363
toplink
()
385
toplink
()
417
toplink
()
433
toplink
()
467
toplink
()
535
toplink
()
Completed in 3 milliseconds