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:LHV1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/Dll/
H
A
D
BladeMP3EncDLL.c
244
lameConfig.format.
LHV1
.dwSampleRate =pbeConfig->format.mp3.dwSampleRate;
in __declspec()
248
//lameConfig.format.
LHV1
.dwReSampleRate=pbeConfig->format.mp3.dwSampleRate;
in __declspec()
249
lameConfig.format.
LHV1
.nMode =(pbeConfig->format.mp3.byMode&0x0F);
in __declspec()
250
lameConfig.format.
LHV1
.dwBitrate =pbeConfig->format.mp3.wBitrate;
in __declspec()
251
lameConfig.format.
LHV1
.bPrivate =pbeConfig->format.mp3.bPrivate;
in __declspec()
252
lameConfig.format.
LHV1
.bOriginal =pbeConfig->format.mp3.bOriginal;
in __declspec()
253
lameConfig.format.
LHV1
.bCRC =nCRC&0x01;
in __declspec()
254
lameConfig.format.
LHV1
.bCopyright =pbeConfig->format.mp3.bCopyright;
in __declspec()
257
lameConfig.format.
LHV1
.dwStructSize=CURRENT_STRUCT_SIZE;
in __declspec()
258
lameConfig.format.
LHV1
in __declspec()
[all...]
H
A
D
Example.cpp
175
beConfig.format.
LHV1
.dwStructVersion = 1;
in main()
176
beConfig.format.
LHV1
.dwStructSize = sizeof(beConfig);
in main()
177
beConfig.format.
LHV1
.dwSampleRate = 44100; // INPUT FREQUENCY
in main()
178
beConfig.format.
LHV1
.dwReSampleRate = 0; // DON"T RESAMPLE
in main()
179
beConfig.format.
LHV1
.nMode = BE_MP3_MODE_JSTEREO; // OUTPUT IN STREO
in main()
180
beConfig.format.
LHV1
.dwBitrate = 128; // MINIMUM BIT RATE
in main()
181
beConfig.format.
LHV1
.nPreset = LQP_R3MIX; // QUALITY PRESET SETTING
in main()
182
beConfig.format.
LHV1
.dwMpegVersion = MPEG1; // MPEG VERSION (I or II)
in main()
183
beConfig.format.
LHV1
.dwPsyModel = 0; // USE DEFAULT PSYCHOACOUSTIC MODEL
in main()
184
beConfig.format.
LHV1
in main()
[all...]
H
A
D
BladeMP3EncDLL.h
185
}
LHV1
; // LAME header version 1
member
/third_party/lame/ACM/
H
A
D
ACMStream.cpp
256
beConfig.format.
LHV1
.dwReSampleRate = my_OutBytesPerSec; // force the user resampling
in open()
Completed in 3 milliseconds