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:beConfig
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/Dll/
H
A
D
MP3export.pas
181
beConfig
: TBE_Config;
196
beConfig
.dwConfig := BE_CONFIG_LAME;
199
beConfig
.Format.mp3.dwSampleRate := WavInfo.SamplesPerSec;
200
beConfig
.Format.mp3.byMode := BE_MP3_MODE_STEREO;
201
beConfig
.Format.mp3.wBitrate := strToInt(MainFrm.Mp3BitRate.Text);
202
beConfig
.Format.mp3.bCopyright := 0;
203
beConfig
.Format.mp3.bCRC := $00000000;
204
beConfig
.Format.mp3.bOriginal := 0;
205
beConfig
.Format.mp3.bPrivate := 0;
208
beConfig
[all...]
H
A
D
Example.cpp
79
BE_CONFIG
beConfig
={0,};
in main()
local
169
memset(&
beConfig
,0,sizeof(
beConfig
)); // clear all fields
in main()
172
beConfig
.dwConfig = BE_CONFIG_LAME;
in main()
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
in main()
[all...]
/third_party/lame/ACM/
H
A
D
ACMStream.cpp
256
beConfig
.format.LHV1.dwReSampleRate = my_OutBytesPerSec; // force the user resampling
in open()
Completed in 2 milliseconds