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:DUAL_CHANNEL
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sbc.h
89
DUAL_CHANNEL
= SBC_MODE_DUAL_CHANNEL,
enumerator
H
A
D
sbc.c
83
if (frame->mode == MONO || frame->mode ==
DUAL_CHANNEL
) {
in ff_sbc_calculate_bits()
H
A
D
sbcdec.c
105
if ((frame->mode == MONO || frame->mode ==
DUAL_CHANNEL
) &&
in sbc_unpack_frame()
/third_party/lame/Dll/
H
A
D
BladeMP3EncDLL.c
342
lame_set_mode( gfp,
DUAL_CHANNEL
);
in __declspec()
946
case
DUAL_CHANNEL
: DebugPrintf( "Forced Stereo\n" ); break;
in dump_config()
/third_party/lame/ACM/
H
A
D
ACMStream.cpp
206
case
DUAL_CHANNEL
: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Forced Stereo" ); break;
in open()
H
A
D
AEncodeProperties.cpp
56
const unsigned int AEncodeProperties::the_ChannelModes[3] = { STEREO, JOINT_STEREO,
DUAL_CHANNEL
};
/third_party/lame/include/
H
A
D
lame.h
64
DUAL_CHANNEL
, /* LAME doesn't supports this! */
enumerator
/third_party/lame/libmp3lame/
H
A
D
VbrTag.c
732
case
DUAL_CHANNEL
:
in PutLameVBR()
H
A
D
lame.c
1478
case
DUAL_CHANNEL
:
in lame_print_internals()
/third_party/lame/frontend/
H
A
D
parse.c
2271
(void) lame_set_mode(gfp,
DUAL_CHANNEL
);
in parse_args_()
Completed in 13 milliseconds