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:underrun
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-simple.c
64
bool
underrun
;
member
322
if (pa_memblockq_is_readable(c->input_memblockq) && c->playback.
underrun
) {
in sink_input_process_msg()
323
pa_log_debug("Requesting rewind due to end of
underrun
.");
in sink_input_process_msg()
360
c->playback.
underrun
= true;
in sink_input_pop_cb()
371
c->playback.
underrun
= false;
in sink_input_pop_cb()
392
/* If we are in an
underrun
, then we don't rewind */
in sink_input_process_rewind_cb()
503
c->playback.
underrun
= true;
in pa_simple_protocol_connect()
H
A
D
protocol-esound.c
106
bool
underrun
;
member
1341
if (pa_memblockq_is_readable(c->input_memblockq) && c->playback.
underrun
) {
in sink_input_process_msg()
1342
pa_log_debug("Requesting rewind due to end of
underrun
.");
in sink_input_process_msg()
1379
c->playback.
underrun
= true;
in sink_input_pop_cb()
1388
c->playback.
underrun
= false;
in sink_input_pop_cb()
1410
/* If we are in an
underrun
, then we don't rewind */
in sink_input_process_rewind_cb()
1538
c->playback.
underrun
= true;
in pa_esound_protocol_connect()
/third_party/backends/backend/pixma/
H
A
D
pixma_common.h
126
unsigned
underrun
:1;
member
H
A
D
pixma_common.c
893
s->
underrun
= 0;
in pixma_scan()
941
if (s->
underrun
)
in pixma_read_image()
950
(3, "pixma_read_image(): completed (
underrun
detected)\n"));
in pixma_read_image()
985
s->
underrun
= 1;
in pixma_read_image()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
74
#define TSCHED_WATERMARK_INC_STEP_USEC (10*PA_USEC_PER_MSEC) /* 10ms -- On
underrun
, increase watermark by this */
81
* will increase the watermark only if we hit a real
underrun
. */
535
pa_log_debug("%s: Buffer
underrun
!", call);
in try_recover()
557
bool
underrun
= false;
in check_left_to_play()
local
559
/* We use <= instead of < for this check here because an
underrun
in check_left_to_play()
570
underrun
= true;
in check_left_to_play()
592
if (
underrun
|| left_to_play < u->watermark_inc_threshold)
in check_left_to_play()
1902
pa_log_warn("Trying to recover from
underrun
failed during rewind");
in process_rewind()
2029
*
underrun
during the first iterations much
in thread_func()
2587
pa_log_info("Disabling latency range changes on
underrun
");
in pa_alsa_sink_new()
[all...]
Completed in 9 milliseconds