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:new_delay
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_adelay.c
52
int (*resize_channel_samples)(ChanDelay *d, int64_t
new_delay
);
102
static int resize_samples_## name ##p(ChanDelay *d, int64_t
new_delay
) \
106
if (
new_delay
== d->delay) { \
110
if (
new_delay
== 0) { \
119
samples = (type *) av_fast_realloc(d->samples, &d->samples_size,
new_delay
* sizeof(type)); \
124
if (
new_delay
< d->delay) { \
125
if (d->index >
new_delay
) { \
126
d->index -=
new_delay
; \
127
memmove(samples, &samples[
new_delay
], d->index * sizeof(type)); \
128
d->delay_index =
new_delay
; \
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_delay.c
266
unsigned
new_delay
= 0;
in delay_calc()
local
279
new_delay
= MAX2(
new_delay
, src_delay);
in delay_calc()
284
new_delay
=
new_delay
> distance ?
new_delay
- distance : 0;
in delay_calc()
285
delay = MAX2(delay,
new_delay
);
in delay_calc()
Completed in 2 milliseconds