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:source_latency
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-loopback.c
154
int64_t
source_latency
;
member
489
current_source_sink_latency = u->latency_snapshot.sink_latency + u->latency_snapshot.
source_latency
- snapshot_delay;
in adjust_rates()
549
(double) u->latency_snapshot.
source_latency
/ PA_USEC_PER_MSEC,
in adjust_rates()
784
u->latency_snapshot.
source_latency
= pa_source_get_latency_within_thread(u->source_output->source, true) +
in source_output_process_msg_cb()
787
u->latency_snapshot.
source_latency
+= pa_resampler_get_delay_usec(u->source_output->thread_info.resampler);
in source_output_process_msg_cb()
/third_party/pulseaudio/src/pulsecore/
H
A
D
source-output.h
325
pa_usec_t pa_source_output_get_latency(pa_source_output *o, pa_usec_t *
source_latency
);
H
A
D
source-output.c
732
pa_usec_t pa_source_output_get_latency(pa_source_output *o, pa_usec_t *
source_latency
) {
in pa_source_output_get_latency()
argument
744
if (
source_latency
)
in pa_source_output_get_latency()
745
*
source_latency
= r[1];
in pa_source_output_get_latency()
H
A
D
protocol-native.c
3313
pa_usec_t
source_latency
;
in source_output_fill_tagstruct()
local
3335
pa_tagstruct_put_usec(t, pa_source_output_get_latency(s, &
source_latency
));
in source_output_fill_tagstruct()
3336
pa_tagstruct_put_usec(t,
source_latency
);
in source_output_fill_tagstruct()
/third_party/pulseaudio/src/modules/echo-cancel/
H
A
D
module-echo-cancel.c
199
pa_usec_t
source_latency
;
member
325
(snapshot->source_now - snapshot->
source_latency
);
in calc_diff()
329
(long long) buffer_latency, (long long) snapshot->
source_latency
,
in calc_diff()
1069
snapshot->
source_latency
= latency;
in source_output_snapshot_within_thread()
Completed in 16 milliseconds