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:y_delay
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
time-smoother.c
476
pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t
y_delay
) {
in pa_smoother_translate()
argument
496
pa_log_debug("translate(%llu) = %llu (%0.2f)", (unsigned long long)
y_delay
, (unsigned long long) ((double)
y_delay
/ nde), nde);
in pa_smoother_translate()
499
return (pa_usec_t) llrint((double)
y_delay
/ nde);
in pa_smoother_translate()
H
A
D
time-smoother.h
45
/* Translates a time span from the remote time domain to the local one. x = local/system time when to estimate,
y_delay
= remote time span */
46
pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t
y_delay
);
Completed in 3 milliseconds