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
defs:format_mask
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_iec958.c
249
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_iec958_hw_refine_cprepare()
local
253
snd_pcm_format_mask_t
format_mask
= {
in snd_pcm_iec958_hw_refine_cprepare()
local
H
A
D
pcm_linear.c
222
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_linear_hw_refine_cprepare()
local
H
A
D
pcm_mulaw.c
247
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_mulaw_hw_refine_cprepare()
local
H
A
D
pcm_adpcm.c
333
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_adpcm_hw_refine_cprepare()
local
H
A
D
pcm_alaw.c
231
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_alaw_hw_refine_cprepare()
local
H
A
D
pcm_plug.c
235
static int check_linear_format(const snd_pcm_format_mask_t *
format_mask
, int wid, int sgn, int ed)
in check_linear_format()
argument
257
static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *
format_mask
)
in snd_pcm_plug_slave_format()
argument
819
const snd_pcm_
format_mask
_t *
format_mask
, *s
format_mask
;
snd_pcm_plug_hw_refine_schange()
local
919
const snd_pcm_
format_mask
_t *
format_mask
, *s
format_mask
;
snd_pcm_plug_hw_refine_cchange()
local
[all...]
H
A
D
pcm_softvol.c
472
snd_pcm_format_mask_t
format_mask
= {
in snd_pcm_softvol_hw_refine_cprepare()
local
H
A
D
pcm_rate.c
126
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_rate_hw_refine_cprepare()
local
H
A
D
pcm_route.c
452
snd_pcm_format_mask_t
format_mask
= { SND_PCM_FMTBIT_LINEAR };
in snd_pcm_route_hw_refine_cprepare()
local
Completed in 15 milliseconds