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:msbits
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_hw.c
71
unsigned int
msbits
;
member
394
if (err >= 0 && pcm_hw->version < SNDRV_PROTOCOL_VERSION(2, 0, 17) && params->
msbits
> 0) {
in hw_params_call()
399
if (width > 0 && params->
msbits
> (unsigned int)width)
in hw_params_call()
400
params->
msbits
= width;
in hw_params_call()
2114
params->
msbits
= oparams->
msbits
;
in snd_pcm_hw_convert_from_old_params()
2140
oparams->
msbits
= params->
msbits
;
in snd_pcm_hw_convert_to_old_params()
H
A
D
pcm_direct.h
113
unsigned int
msbits
;
member
H
A
D
pcm_direct.c
1037
params->
msbits
= dmix->shmptr->s.
msbits
;
1177
COPY_SLAVE(
msbits
);
1576
COPY_SLAVE(
msbits
);
H
A
D
pcm_params.c
2159
if (!params->
msbits
) {
in snd_pcm_hw_refine_soft()
2162
params->
msbits
= snd_interval_value(i);
in snd_pcm_hw_refine_soft()
2166
params->
msbits
= snd_pcm_format_width(format);
in snd_pcm_hw_refine_soft()
2439
pcm->
msbits
= params->
msbits
;
in _snd_pcm_hw_params_internal()
H
A
D
pcm.c
923
params->
msbits
= pcm->
msbits
;
in snd_pcm_hw_params_current()
2355
snd_output_printf(out, "
msbits
: %u\n", pcm->
msbits
);
in snd_pcm_dump_hw_setup()
3925
if (CHECK_SANITY(params->
msbits
== 0)) {
in snd_pcm_hw_params_get_sbits()
3926
SNDMSG("invalid
msbits
value");
in snd_pcm_hw_params_get_sbits()
3929
return params->
msbits
;
in snd_pcm_hw_params_get_sbits()
H
A
D
pcm_local.h
226
unsigned int
msbits
; /* used most significant bits */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asound.h
425
unsigned int
msbits
; /* R: used most significant bits */
member
Completed in 26 milliseconds