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:hw_ptr_alignment
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_direct.h
175
snd_pcm_direct_hw_ptr_alignment_t
hw_ptr_alignment
;
member
367
snd_pcm_direct_hw_ptr_alignment_t
hw_ptr_alignment
;
member
H
A
D
pcm_direct.c
1942
rec->
hw_ptr_alignment
= SND_PCM_HW_PTR_ALIGNMENT_AUTO;
1985
if (strcmp(id, "
hw_ptr_alignment
") == 0) {
1993
rec->
hw_ptr_alignment
= SND_PCM_HW_PTR_ALIGNMENT_NO;
1995
rec->
hw_ptr_alignment
= SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP;
1997
rec->
hw_ptr_alignment
= SND_PCM_HW_PTR_ALIGNMENT_ROUNDDOWN;
1999
rec->
hw_ptr_alignment
= SND_PCM_HW_PTR_ALIGNMENT_AUTO;
2001
SNDERR("The field
hw_ptr_alignment
is invalid : %s", str);
2132
if (dmix->
hw_ptr_alignment
== SND_PCM_HW_PTR_ALIGNMENT_ROUNDUP ||
2133
(dmix->
hw_ptr_alignment
== SND_PCM_HW_PTR_ALIGNMENT_AUTO &&
2138
else if (dmix->
hw_ptr_alignment
[all...]
H
A
D
pcm_dsnoop.c
558
dsnoop->
hw_ptr_alignment
= opts->
hw_ptr_alignment
;
in snd_pcm_dsnoop_open()
700
hw_ptr_alignment
STR # Slave application and hw pointer alignment type
733
<code>
hw_ptr_alignment
</code> specifies slave application and hw
734
pointer alignment type. By default
hw_ptr_alignment
is auto. Below are
H
A
D
pcm_dshare.c
691
dshare->
hw_ptr_alignment
= opts->
hw_ptr_alignment
;
in snd_pcm_dshare_open()
846
hw_ptr_alignment
STR # Slave application and hw pointer alignment type
879
<code>
hw_ptr_alignment
</code> specifies slave application and hw
880
pointer alignment type. By default
hw_ptr_alignment
is auto. Below are
H
A
D
pcm_dmix.c
989
dmix->
hw_ptr_alignment
= opts->
hw_ptr_alignment
;
in snd_pcm_dmix_open()
1142
hw_ptr_alignment
STR # Slave application and hw pointer alignment type
1183
<code>
hw_ptr_alignment
</code> specifies slave application and hw
1184
pointer alignment type. By default
hw_ptr_alignment
is auto. Below are
Completed in 8 milliseconds