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:ulaw
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H
A
D
l1oip.h
92
extern int l1oip_4bit_alloc(int
ulaw
);
H
A
D
l1oip_core.c
27
*
ulaw
:
245
static int
ulaw
;
variable
257
module_param(
ulaw
, uint, S_IRUGO | S_IWUSR);
310
if (localcodec == 1 &&
ulaw
)
in l1oip_socket_send()
312
else if (localcodec == 2 && !
ulaw
)
in l1oip_socket_send()
391
if (remotecodec == 1 &&
ulaw
)
in l1oip_socket_recv()
393
else if (remotecodec == 2 && !
ulaw
)
in l1oip_socket_recv()
1107
/* check for AIS /
ulaw
-silence */
in handle_bmsg()
1307
case 2: /*
ulaw
*/
in init_card()
1447
if (l1oip_4bit_alloc(
ulaw
))
in l1oip_init()
[all...]
H
A
D
dsp_audio.c
20
/*
ulaw
[unsigned char] -> signed 16-bit */
32
/* alaw ->
ulaw
*/
34
/*
ulaw
-> alaw */
40
* generate table for conversion of s16 to alaw/
ulaw
*
88
static inline short int ulaw2linear(unsigned char
ulaw
)
in ulaw2linear()
argument
93
mu = 255 -
ulaw
;
in ulaw2linear()
132
/* Convert from 16 bit linear to
ulaw
. */
in linear2ulaw()
164
/* generating
ulaw
-table */
in dsp_audio_generate_s2law_table()
H
A
D
l1oip_codec.c
49
/* alaw ->
ulaw
*/
86
/*
ulaw
-> alaw */
165
/*
ulaw
-> 4bit compression */
201
/* 4bit ->
ulaw
decompression */
310
l1oip_4bit_alloc(int
ulaw
)
in l1oip_4bit_alloc()
argument
328
if (
ulaw
)
in l1oip_4bit_alloc()
344
if (
ulaw
)
in l1oip_4bit_alloc()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H
A
D
l1oip.h
92
extern int l1oip_4bit_alloc(int
ulaw
);
H
A
D
l1oip_core.c
27
*
ulaw
:
245
static int
ulaw
;
variable
257
module_param(
ulaw
, uint, S_IRUGO | S_IWUSR);
310
if (localcodec == 1 &&
ulaw
)
in l1oip_socket_send()
312
else if (localcodec == 2 && !
ulaw
)
in l1oip_socket_send()
391
if (remotecodec == 1 &&
ulaw
)
in l1oip_socket_recv()
393
else if (remotecodec == 2 && !
ulaw
)
in l1oip_socket_recv()
1107
/* check for AIS /
ulaw
-silence */
in handle_bmsg()
1307
case 2: /*
ulaw
*/
in init_card()
1444
if (l1oip_4bit_alloc(
ulaw
))
in l1oip_init()
[all...]
H
A
D
dsp_audio.c
20
/*
ulaw
[unsigned char] -> signed 16-bit */
32
/* alaw ->
ulaw
*/
34
/*
ulaw
-> alaw */
40
* generate table for conversion of s16 to alaw/
ulaw
*
88
static inline short int ulaw2linear(unsigned char
ulaw
)
in ulaw2linear()
argument
93
mu = 255 -
ulaw
;
in ulaw2linear()
132
/* Convert from 16 bit linear to
ulaw
. */
in linear2ulaw()
164
/* generating
ulaw
-table */
in dsp_audio_generate_s2law_table()
H
A
D
l1oip_codec.c
49
/* alaw ->
ulaw
*/
86
/*
ulaw
-> alaw */
165
/*
ulaw
-> 4bit compression */
201
/* 4bit ->
ulaw
decompression */
310
l1oip_4bit_alloc(int
ulaw
)
in l1oip_4bit_alloc()
argument
328
if (
ulaw
)
in l1oip_4bit_alloc()
344
if (
ulaw
)
in l1oip_4bit_alloc()
Completed in 6 milliseconds