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:alp
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
alp.c
166
.name = "
alp
",
180
ALPMuxContext *
alp
= s->priv_data;
in alp_write_init()
local
183
if (
alp
->type == ALP_TYPE_AUTO) {
in alp_write_init()
185
alp
->type = ALP_TYPE_PCM;
in alp_write_init()
187
alp
->type = ALP_TYPE_TUN;
in alp_write_init()
213
if (
alp
->type == ALP_TYPE_TUN && par->sample_rate != 22050) {
in alp_write_init()
222
ALPMuxContext *
alp
= s->priv_data;
in alp_write_header()
local
226
avio_wl32(s->pb,
alp
->type == ALP_TYPE_PCM ? 12 : 8);
in alp_write_header()
230
if (
alp
->type == ALP_TYPE_PCM)
in alp_write_header()
287
.class_name = "
alp
",
[all...]
H
A
D
Makefile
95
OBJS-$(CONFIG_ALP_DEMUXER) +=
alp
.o
96
OBJS-$(CONFIG_ALP_MUXER) +=
alp
.o rawenc.o
/third_party/ffmpeg/libavcodec/
H
A
D
texturedspenc.c
544
int
alp
= block[3 + x * 4 + y * stride] * 7 + bias;
in compress_alpha()
local
549
tmp = (
alp
>= dist4) ? -1 : 0;
in compress_alpha()
551
alp
-= dist4 & tmp;
in compress_alpha()
552
tmp = (
alp
>= dist2) ? -1 : 0;
in compress_alpha()
554
alp
-= dist2 & tmp;
in compress_alpha()
555
ind += (
alp
>= dist);
in compress_alpha()
/third_party/ffmpeg/tests/fate/
H
A
D
adpcm.mak
112
FATE_ADPCM-$(call DEMDEC, ALP, ADPCM_IMA_ALP) += fate-adpcm-ima-
alp
-mono
113
fate-adpcm-ima-
alp
-mono: CMD = md5 -i $(TARGET_SAMPLES)/
alp
/AD_P11.PCM -f s16le
115
FATE_ADPCM-$(call DEMDEC, ALP, ADPCM_IMA_ALP) += fate-adpcm-ima-
alp
-stereo
116
fate-adpcm-ima-
alp
-stereo: CMD = md5 -i $(TARGET_SAMPLES)/
alp
/theme-cut.tun -f s16le
H
A
D
acodec.mak
84
fate-acodec-adpcm-ima_alp: FMT =
alp
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H
A
D
ssl_pm.c
899
const char *
alp
= mbedtls_ssl_get_alpn_protocol(&((struct ssl_pm *)(ssl->ssl_pm))->ssl);
in SSL_get0_alpn_selected()
local
901
*data = (const unsigned char *)
alp
;
in SSL_get0_alpn_selected()
902
if (
alp
)
in SSL_get0_alpn_selected()
903
*len = (unsigned int)strlen(
alp
);
in SSL_get0_alpn_selected()
/third_party/mbedtls/programs/ssl/
H
A
D
ssl_client2.c
2271
const char *
alp
= mbedtls_ssl_get_alpn_protocol(&ssl);
in main()
local
2273
alp
?
alp
: "(none)");
in main()
H
A
D
ssl_server2.c
3553
const char *
alp
= mbedtls_ssl_get_alpn_protocol(&ssl);
in main()
local
3555
alp
?
alp
: "(none)");
in main()
Completed in 16 milliseconds