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:buffer_size_max
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
317
__le32
buffer_size_max
; /* max buffer size bytes */
member
614
__le32
buffer_size_max
; /* max buffer size bytes */
member
/third_party/alsa-utils/speaker-test/
H
A
D
speaker-test.c
460
snd_pcm_uframes_t
buffer_size_max
;
in set_hwparams()
local
506
err = snd_pcm_hw_params_get_buffer_size_max(params, &
buffer_size_max
);
in set_hwparams()
509
printf(_("Buffer size range from %lu to %lu\n"),buffer_size_min,
buffer_size_max
);
in set_hwparams()
534
buffer_size =
buffer_size_max
;
in set_hwparams()
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
520
if (strcmp(id, "
buffer_size_max
") == 0) {
in tplg_parse_stream_caps()
521
if (parse_unsigned(n, &sc->
buffer_size_max
))
in tplg_parse_stream_caps()
603
if (err >= 0 && sc->
buffer_size_max
)
in tplg_save_stream_caps()
605
sc->
buffer_size_max
);
in tplg_save_stream_caps()
1772
caps->
buffer_size_max
= caps_tpl->
buffer_size_max
;
in tplg_add_stream_caps()
2096
cap->
buffer_size_max
= pcm->caps[i].
buffer_size_max
;
in tplg_decode_pcm()
/third_party/alsa-lib/include/
H
A
D
topology.h
996
unsigned int
buffer_size_max
; /*!< max buffer size bytes */
member
Completed in 8 milliseconds