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:modeID
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
speexdec.c
168
int
modeID
; /**< ID of the mode */
member
180
int
modeID
; /**< ID of the decoder mode */
member
526
.
modeID
= 0,
538
.
modeID
= 1,
550
.
modeID
= 2,
1233
if (st->
modeID
> 0) {
in sb_decode()
1235
s->st[st->
modeID
- 1].innov_save = low_innov_alias;
in sb_decode()
1236
ret = speex_modes[st->
modeID
- 1].decode(avctx, &s->st[st->
modeID
- 1], gb, out);
in sb_decode()
1271
memcpy(low_pi_gain, s->st[st->
modeID
in sb_decode()
[all...]
/third_party/libsnd/src/
H
A
D
ogg_speex.c
264
int
modeID
;
in spx_header_read()
local
282
modeID
= spx->header.mode ;
in spx_header_read()
284
modeID
= force_mode ;
in spx_header_read()
286
mode = speex_lib_get_mode (
modeID
) ;
in spx_header_read()
Completed in 4 milliseconds