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:xll
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dcadec.c
218
if ((ret = ff_dca_xll_parse(&s->
xll
, input, asset)) < 0) {
in dcadec_decode_frame()
256
if (s->
xll
.chset[0].freq == 96000 && s->core.sample_rate == 48000)
in dcadec_decode_frame()
265
if (!(prev_packet & DCA_PACKET_RESIDUAL) && s->
xll
.nreschsets > 0
in dcadec_decode_frame()
266
&& s->
xll
.nchsets > 1) {
in dcadec_decode_frame()
275
if ((ret = ff_dca_xll_filter_frame(&s->
xll
, frame)) < 0) {
in dcadec_decode_frame()
306
ff_dca_xll_flush(&s->
xll
);
in dcadec_flush()
317
ff_dca_xll_close(&s->
xll
);
in dcadec_close()
340
s->
xll
.avctx = avctx;
in dcadec_init()
351
s->
xll
.dcadsp = &s->dcadsp;
in dcadec_init()
H
A
D
dcadec.h
59
DCAXllDecoder
xll
; ///< XLL decoder context
member
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
div.c
7
static int
xll
= 1LL / 0;
variable
/third_party/ffmpeg/tests/fate/
H
A
D
dca.mak
73
FATE_DCA-$(call DEMDEC, DTS, DCA, ARESAMPLE_FILTER PCM_S24LE_ENCODER PCM_S24LE_MUXER) += fate-dca-
xll
74
fate-dca-
xll
: CMD = md5 -i $(TARGET_SAMPLES)/dts/master_audio_7.1_24bit.dts -f s24le -af aresample
Completed in 4 milliseconds