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:the_Format
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lame/ACM/
H
A
D
ACM.cpp
1206
void ACM::GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX &
the_Format
, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const
in GetMP3FormatForIndex()
argument
1214
//
the_Format
.wBitsPerSample = 16;
in GetMP3FormatForIndex()
1215
the_Format
.wBitsPerSample = 0;
in GetMP3FormatForIndex()
1218
//
the_Format
.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE);
in GetMP3FormatForIndex()
1220
the_Format
.nBlockAlign = 1;
in GetMP3FormatForIndex()
1222
the_Format
.nSamplesPerSec = bitrate_table[the_Index].frequency;
in GetMP3FormatForIndex()
1223
the_Format
.nAvgBytesPerSec = bitrate_table[the_Index].bitrate * 1000 / 8;
in GetMP3FormatForIndex()
1229
the_Format
.nChannels = bitrate_table[the_Index].channels;
in GetMP3FormatForIndex()
1231
the_Format
.cbSize = sizeof(MPEGLAYER3WAVEFORMAT) - sizeof(WAVEFORMATEX);
in GetMP3FormatForIndex()
1232
MPEGLAYER3WAVEFORMAT * tmpFormat = (MPEGLAYER3WAVEFORMAT *) &
the_Format
;
in GetMP3FormatForIndex()
1250
GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX &
the_Format
, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const
GetPCMFormatForIndex()
argument
[all...]
H
A
D
ACM.h
85
void GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX &
the_Format
, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const;
86
void GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX &
the_Format
, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const;
Completed in 3 milliseconds