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:avail_max
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_dsnoop.c
158
dsnoop->
avail_max
= avail;
in snd_pcm_dsnoop_sync_ptr()
161
if (avail > dsnoop->
avail_max
)
in snd_pcm_dsnoop_sync_ptr()
162
dsnoop->
avail_max
= avail;
in snd_pcm_dsnoop_sync_ptr()
191
status->
avail_max
= status->avail > dsnoop->
avail_max
? status->avail : dsnoop->
avail_max
;
in snd_pcm_dsnoop_status()
192
dsnoop->
avail_max
= 0;
in snd_pcm_dsnoop_status()
H
A
D
pcm_dshare.c
183
if (avail > dshare->
avail_max
)
in snd_pcm_dshare_sync_ptr0()
184
dshare->
avail_max
= avail;
in snd_pcm_dshare_sync_ptr0()
243
status->
avail_max
= status->avail > dshare->
avail_max
? status->avail : dshare->
avail_max
;
in snd_pcm_dshare_status()
244
dshare->
avail_max
= 0;
in snd_pcm_dshare_status()
H
A
D
pcm_dmix.c
409
if (avail > dmix->
avail_max
)
in snd_pcm_dmix_sync_ptr0()
410
dmix->
avail_max
= avail;
in snd_pcm_dmix_sync_ptr0()
477
status->
avail_max
= status->avail > dmix->
avail_max
? status->avail : dmix->
avail_max
;
in snd_pcm_dmix_status()
478
dmix->
avail_max
= 0;
in snd_pcm_dmix_status()
H
A
D
pcm_ioplug.c
46
snd_pcm_uframes_t
avail_max
;
member
135
status->
avail_max
= io->
avail_max
;
in snd_pcm_ioplug_status()
163
io->
avail_max
= 0;
in snd_pcm_ioplug_reset()
762
if (avail > io->
avail_max
)
in snd_pcm_ioplug_avail_update()
763
io->
avail_max
= avail;
in snd_pcm_ioplug_avail_update()
H
A
D
pcm_direct.h
145
snd_pcm_uframes_t
avail_max
;
member
H
A
D
pcm_rate.c
1242
status->
avail_max
= rate->ops.input_frames(rate->obj, status->
avail_max
);
in snd_pcm_rate_status()
1247
status->
avail_max
= rate->ops.output_frames(rate->obj, status->
avail_max
);
in snd_pcm_rate_status()
H
A
D
pcm_null.c
103
status->
avail_max
= pcm->buffer_size;
in snd_pcm_null_status()
H
A
D
pcm.c
411
parameters -
avail_max
and overrange are reset to zero after the status
2419
snd_output_printf(out, "
avail_max
: %ld\n", (long)status->
avail_max
);
in snd_pcm_status_dump()
7157
return obj->
avail_max
;
in snd_pcm_status_get_avail_max()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asound.h
489
snd_pcm_uframes_t
avail_max
; /* max frames available on hw since last status */
member
Completed in 24 milliseconds