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:st_alaw2linear16
(Results
1 - 6
of
6
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
g711.h
24
#define
st_alaw2linear16
(uc) (_st_alaw2linear16[uc])
macro
27
int16_t
st_alaw2linear16
(unsigned char);
H
A
D
sconv.c
155
*b = (float)
st_alaw2linear16
(*a) / 0x8000;
in alaw_to_float32ne()
175
*b =
st_alaw2linear16
((uint8_t) *a);
in alaw_to_s16ne()
H
A
D
svolume_c.c
49
int32_t t = pa_mult_s16_volume(
st_alaw2linear16
(*samples), volumes[channel]);
in pa_volume_alaw_c()
H
A
D
mix.c
527
sum += pa_mult_s16_volume(
st_alaw2linear16
(*((uint8_t*) m->ptr)), cv);
in pa_mix_alaw_c()
H
A
D
g711.c
135
int16_t
st_alaw2linear16
(
in st_alaw2linear16()
function
2416
printf("%8d,",
st_alaw2linear16
(x));
/third_party/python/Modules/
H
A
D
audioop.c
87
#define
st_alaw2linear16
(uc) (_st_alaw2linear16[uc])
macro
1651
val =
st_alaw2linear16
(*cp++) << 16;
in audioop_alaw2lin_impl()
Completed in 10 milliseconds