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:channels_max
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
311
__le32
channels_max
; /* max channels */
member
608
__le32
channels_max
; /* max channels */
member
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
484
if (strcmp(id, "
channels_max
") == 0) {
in tplg_parse_stream_caps()
485
if (parse_unsigned(n, &sc->
channels_max
))
in tplg_parse_stream_caps()
585
if (err >= 0 && sc->
channels_max
)
in tplg_save_stream_caps()
587
sc->
channels_max
);
in tplg_save_stream_caps()
1766
caps->
channels_max
= caps_tpl->
channels_max
;
in tplg_add_stream_caps()
2090
cap->
channels_max
= pcm->caps[i].
channels_max
;
in tplg_decode_pcm()
/third_party/alsa-lib/include/
H
A
D
topology.h
539
*
channels_max
"2" # max number of channels
990
unsigned int
channels_max
; /*!< max channels */
member
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_plug.c
718
unsigned int rate_min,
channels_max
;
in snd_pcm_plug_hw_refine_cprepare()
local
731
err = snd_pcm_hw_param_get_max(params, SND_PCM_HW_PARAM_CHANNELS, &
channels_max
, NULL);
in snd_pcm_plug_hw_refine_cprepare()
734
if (
channels_max
> 10000) {
in snd_pcm_plug_hw_refine_cprepare()
Completed in 8 milliseconds