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:recv_counter
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/echo-cancel/
H
A
D
module-echo-cancel.c
201
int64_t
recv_counter
;
member
235
int64_t
recv_counter
;
member
301
pa_usec_t plen, rlen, source_delay, sink_delay,
recv_counter
, send_counter;
in calc_diff()
local
317
recv_counter
= pa_bytes_to_usec(snapshot->
recv_counter
, &u->sink->sample_spec);
in calc_diff()
318
if (
recv_counter
<= send_counter)
in calc_diff()
319
buffer_latency += (int64_t) (send_counter -
recv_counter
);
in calc_diff()
321
buffer_latency = PA_CLIP_SUB(buffer_latency, (int64_t) (
recv_counter
- send_counter));
in calc_diff()
331
(long long) (send_counter -
recv_counter
),
in calc_diff()
1071
snapshot->
recv_counter
in source_output_snapshot_within_thread()
[all...]
/third_party/pulseaudio/src/modules/
H
A
D
module-loopback.c
157
int64_t
recv_counter
;
member
168
int64_t
recv_counter
;
member
482
if (u->latency_snapshot.
recv_counter
<= u->latency_snapshot.send_counter)
in adjust_rates()
483
buffer += (size_t) (u->latency_snapshot.send_counter - u->latency_snapshot.
recv_counter
);
in adjust_rates()
485
buffer = PA_CLIP_SUB(buffer, (size_t) (u->latency_snapshot.
recv_counter
- u->latency_snapshot.send_counter));
in adjust_rates()
1152
u->output_thread_info.
recv_counter
+= (int64_t) chunk->length;
in sink_input_process_msg_cb()
1162
u->output_thread_info.
recv_counter
-= offset;
in sink_input_process_msg_cb()
1171
u->latency_snapshot.
recv_counter
= u->output_thread_info.
recv_counter
;
in sink_input_process_msg_cb()
Completed in 6 milliseconds