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:history_idx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
time-smoother.c
73
unsigned
history_idx
, n_history;
member
142
if (s->history_x[s->
history_idx
] + s->history_time >= x)
in drop_old()
148
REDUCE_INC(s->
history_idx
);
in drop_old()
159
i = s->
history_idx
;
in add_to_history()
174
j = s->
history_idx
+ s->n_history;
in add_to_history()
186
s->
history_idx
+= s->n_history - HISTORY_MAX;
in add_to_history()
187
REDUCE(s->
history_idx
);
in add_to_history()
209
i = s->
history_idx
;
in avg_gradient()
226
i = s->
history_idx
;
in avg_gradient()
511
s->
history_idx
in pa_smoother_reset()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
vf_normalize.c
307
int
history_idx
= s->frame_num % s->history_len;
in normalize()
local
314
s->min[c].history_sum -= s->min[c].history[
history_idx
];
in normalize()
315
s->max[c].history_sum -= s->max[c].history[
history_idx
];
in normalize()
322
s->min[c].history_sum += (s->min[c].history[
history_idx
] = min[c].in);
in normalize()
324
s->max[c].history_sum += (s->max[c].history[
history_idx
] = max[c].in);
in normalize()
Completed in 2 milliseconds